Updated Custom Scripts (markdown)

ClashSAN 2022-10-11 17:58:25 +00:00
parent fa84ee0ea5
commit de967749d1

@ -75,10 +75,6 @@ https://github.com/Filarius/stable-diffusion-webui/blob/master/scripts/vid2vid.p
From real video, img2img the frames and stitch them together. Does not unpack frames to hard drive. From real video, img2img the frames and stitch them together. Does not unpack frames to hard drive.
V2: https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/1902/files
Adds seed walking.
## Txt2VectorGraphics ## Txt2VectorGraphics
https://github.com/GeorgLegato/Txt2Vectorgraphics https://github.com/GeorgLegato/Txt2Vectorgraphics
@ -113,6 +109,11 @@ Generate morph sequences with Stable Diffusion. Interpolate between two or more
Uses the new AND keyword and can optionally export the sequence as a video. Uses the new AND keyword and can optionally export the sequence as a video.
## Asymmetric Tiling
https://github.com/tjm35/asymmetric-tiling-sd-webui/
Control horizontal/vertical seamless tiling independently of each other.
## Saving steps of the sampling process ## Saving steps of the sampling process
This script will save steps of the sampling process to a directory. This script will save steps of the sampling process to a directory.