path references updated

pull/87/head
Alexey Borsky 2023-05-03 14:08:06 +03:00
parent 82d0679a51
commit 7e55f4d781
4 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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:

View File

@ -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:

View File

@ -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: