path references updated
parent
82d0679a51
commit
7e55f4d781
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue