(link ids are adler32
-style sha-1 hashes of the URL)
- link id:
dbb312f2
- https://github.com/sd-webui/stable-diffusion-webui
- link id:
1147133d
- https://github.com/AUTOMATIC1111/stable-diffusion-webui
-
https://github.com/Filarius/stable-diffusion-webui/blob/master/scripts/vid2vid.py
- link id:
e79f1ecf
- Filarius' 📼 vid2vid script
-
takes video file (any file that ffmpeg can handle) then read it frame by frame into memory feed SD with images collect result into memory create output video from images in memory
-
actually output format can be any, and i made it able to change quality, but it is hardcoded for H264 / x264 and MP4
- in: 1 video file and 1 prompt, out: 1 video file
- for img2img, like "batch.py"
- just set img2img as usual, which is then applied on the entire video
- no need for
batch count
, however there isbatch size
support as that adds some speedup
- link id:
- link id:
a9a811d5
- https://github.com/basujindal/stable-diffusion/