mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-04-29 16:29:01 +08:00
add Video Loopback script
parent
a67dcf7e6a
commit
a60649ff9d
@ -82,6 +82,13 @@
|
|||||||
"added": "2023-02-09",
|
"added": "2023-02-09",
|
||||||
"tags": ["script"]
|
"tags": ["script"]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Video Loopback",
|
||||||
|
"url": "https://github.com/fishslot/video_loopback_for_webui",
|
||||||
|
"description": "A video2video script that tries to improve on the temporal consistency and flexibility of normal vid2vid.",
|
||||||
|
"added": "2023-02-13",
|
||||||
|
"tags": ["script"]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Artists to study",
|
"name": "Artists to study",
|
||||||
"url": "https://github.com/camenduru/stable-diffusion-webui-artists-to-study.git",
|
"url": "https://github.com/camenduru/stable-diffusion-webui-artists-to-study.git",
|
||||||
|
@ -75,6 +75,12 @@ 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.
|
||||||
|
|
||||||
|
## Video Loopback
|
||||||
|
https://github.com/fishslot/video_loopback_for_webui
|
||||||
|
|
||||||
|
A video2video script that tries to improve on the temporal consistency and flexibility of normal vid2vid.
|
||||||
|
Works with any SD model without finetune, but better with a LoRA or DreamBooth for your specified character.
|
||||||
|
|
||||||
## Force Symmetry
|
## Force Symmetry
|
||||||
https://gist.github.com/1ort/2fe6214cf1abe4c07087aac8d91d0d8a
|
https://gist.github.com/1ort/2fe6214cf1abe4c07087aac8d91d0d8a
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user