mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-04-06 12:49:02 +08:00
Updated Custom Scripts (markdown)
parent
0130126f3b
commit
5b62b14c82
@ -40,6 +40,19 @@ https://github.com/dfaker/stable-diffusion-webui-cv2-external-masking-script/blo
|
|||||||
|
|
||||||
Provides a local popup window powered by CV2 that allows addition of a mask before processing. [Readme](https://github.com/dfaker/stable-diffusion-webui-cv2-external-masking-script).
|
Provides a local popup window powered by CV2 that allows addition of a mask before processing. [Readme](https://github.com/dfaker/stable-diffusion-webui-cv2-external-masking-script).
|
||||||
|
|
||||||
|
## Img2img Video
|
||||||
|
https://github.com/memes-forever/Stable-diffusion-webui-video
|
||||||
|
|
||||||
|
Using img2img, generates pictures one after another.
|
||||||
|
|
||||||
|
## Seed Travel
|
||||||
|
https://github.com/yownas/seed_travel
|
||||||
|
|
||||||
|
Pick two (or more) seeds and generate a sequence of images interpolating between them. Optionally, let it create a video of the result.
|
||||||
|
|
||||||
|
Example of what you can do with it:
|
||||||
|
https://www.youtube.com/watch?v=4c71iUclY4U
|
||||||
|
|
||||||
# Creating Custom Scripts
|
# Creating Custom Scripts
|
||||||
|
|
||||||
The Script class definition can be found in `modules/scripts.py`. To create your own custom script, create a python script that implements the class and drop it into the `scripts` folder, using the below example or other scripts already in the folder as a guide.
|
The Script class definition can be found in `modules/scripts.py`. To create your own custom script, create a python script that implements the class and drop it into the `scripts` folder, using the below example or other scripts already in the folder as a guide.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user