From a60649ff9d7792432ac5bc915c1c7cdb1cef810d Mon Sep 17 00:00:00 2001 From: w-e-w <40751091+w-e-w@users.noreply.github.com> Date: Mon, 13 Feb 2023 20:22:08 +0900 Subject: [PATCH] add Video Loopback script --- Extensions-index.md | 7 +++++++ Scripts-Generation.md | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/Extensions-index.md b/Extensions-index.md index 973fdc7..30c990a 100644 --- a/Extensions-index.md +++ b/Extensions-index.md @@ -82,6 +82,13 @@ "added": "2023-02-09", "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", "url": "https://github.com/camenduru/stable-diffusion-webui-artists-to-study.git", diff --git a/Scripts-Generation.md b/Scripts-Generation.md index fc03afe..8084b65 100644 --- a/Scripts-Generation.md +++ b/Scripts-Generation.md @@ -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. +## 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 https://gist.github.com/1ort/2fe6214cf1abe4c07087aac8d91d0d8a