From 7e55f4d781c76aa5b19ae6474c30752a13676187 Mon Sep 17 00:00:00 2001 From: Alexey Borsky Date: Wed, 3 May 2023 14:08:06 +0300 Subject: [PATCH] path references updated --- readme.md | 2 +- scripts/base_ui.py | 3 ++- scripts/flow_utils.py | 2 ++ scripts/vid2vid.py | 1 + 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 3db6c6a..573926e 100644 --- a/readme.md +++ b/readme.md @@ -50,7 +50,7 @@ All examples you can see here are originally generated at 512x512 resolution usi ## Installing the extension *TODO* -Download RAFT 'raft-things.pth' from here: [RAFT link] and place it into 'stable-diffusion-webui/models/RAFT/' folder. +Download RAFT 'raft-things.pth' from here: https://drive.google.com/drive/folders/1sWDsfuZ3Up38EUQt7-JDTT1HcGHuJgvT and place it into 'stable-diffusion-webui/models/RAFT/' folder. All generated video will be saved into 'outputs/sd-cn-animation' folder. ## Last version changes: v0.6 diff --git a/scripts/base_ui.py b/scripts/base_ui.py index 0cf882f..96bc6e2 100644 --- a/scripts/base_ui.py +++ b/scripts/base_ui.py @@ -4,7 +4,8 @@ basedirs = [os.getcwd()] for basedir in basedirs: paths_to_ensure = [ basedir, - basedir + '/extensions/sd-cn-animation/scripts' + basedir + '/extensions/sd-cn-animation/scripts', + basedir + '/extensions/SD-CN-Animation/scripts' ] for scripts_path_fix in paths_to_ensure: diff --git a/scripts/flow_utils.py b/scripts/flow_utils.py index 43f6489..3aa135f 100644 --- a/scripts/flow_utils.py +++ b/scripts/flow_utils.py @@ -5,7 +5,9 @@ for basedir in basedirs: paths_to_ensure = [ basedir, basedir + '/extensions/sd-cn-animation/scripts', + basedir + '/extensions/SD-CN-Animation/scripts', basedir + '/extensions/sd-cn-animation/RAFT', + basedir + '/extensions/SD-CN-Animation/RAFT' ] for scripts_path_fix in paths_to_ensure: diff --git a/scripts/vid2vid.py b/scripts/vid2vid.py index db225b2..b0dd7df 100644 --- a/scripts/vid2vid.py +++ b/scripts/vid2vid.py @@ -5,6 +5,7 @@ for basedir in basedirs: paths_to_ensure = [ basedir, basedir + '/extensions/sd-cn-animation/scripts', + basedir + '/extensions/SD-CN-Animation/scripts' ] for scripts_path_fix in paths_to_ensure: