Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,9 @@ Gitclone(r"https://github.com/AlUlkesh/stable-diffusion-webui-images-browser",us
|
|
62 |
Gitclone(r"https://github.com/camenduru/stable-diffusion-webui-huggingface",user_home / r"stable-diffusion-webui" / r"extensions" / r"stable-diffusion-webui-huggingface")
|
63 |
# keeping this in case if someone wants to revert to this extension, I guess?
|
64 |
#Gitclone(r"https://github.com/camenduru/sd-civitai-browser",user_home / r"stable-diffusion-webui" / r"extensions" / r"sd-civitai-browser")
|
65 |
-
|
|
|
|
|
66 |
# keeping this in case if someone wants to actually use this extension, I guess?
|
67 |
#Gitclone(r"https://github.com/kohya-ss/sd-webui-additional-networks",user_home / r"stable-diffusion-webui" / r"extensions" / r"sd-webui-additional-networks")
|
68 |
Gitclone(r"https://github.com/Mikubill/sd-webui-controlnet",user_home / r"stable-diffusion-webui" / r"extensions" / r"sd-webui-controlnet")
|
@@ -95,7 +97,7 @@ Gitclone(r"https://github.com/Iyashinouta/sd-model-downloader",user_home / r"sta
|
|
95 |
# failure to read the following above would be quite devastated
|
96 |
# to someone who has no idea what is even causing issues at all.
|
97 |
|
98 |
-
#
|
99 |
|
100 |
os.chdir(user_home / r"stable-diffusion-webui")
|
101 |
#download ControlNet models
|
@@ -136,6 +138,7 @@ dList =[r"https://huggingface.co/ckpt/ControlNet-v1-1/resolve/main/control_v11e_
|
|
136 |
r"https://huggingface.co/ckpt/ControlNet-v1-1/resolve/main/t2iadapter_depth_sd14v1.pth",
|
137 |
r"https://huggingface.co/ckpt/ControlNet-v1-1/resolve/main/t2iadapter_canny_sd14v1.pth",
|
138 |
r"https://huggingface.co/ckpt/ControlNet-v1-1/resolve/main/t2iadapter_canny_sd15v2.pth",
|
|
|
139 |
r"https://huggingface.co/ckpt/ControlNet-v1-1/resolve/main/t2iadapter_depth_sd15v2.pth",
|
140 |
r"https://huggingface.co/ckpt/ControlNet-v1-1/resolve/main/t2iadapter_sketch_sd15v2.pth",
|
141 |
r"https://huggingface.co/ckpt/ControlNet-v1-1/resolve/main/t2iadapter_zoedepth_sd15v1.pth"]
|
|
|
62 |
Gitclone(r"https://github.com/camenduru/stable-diffusion-webui-huggingface",user_home / r"stable-diffusion-webui" / r"extensions" / r"stable-diffusion-webui-huggingface")
|
63 |
# keeping this in case if someone wants to revert to this extension, I guess?
|
64 |
#Gitclone(r"https://github.com/camenduru/sd-civitai-browser",user_home / r"stable-diffusion-webui" / r"extensions" / r"sd-civitai-browser")
|
65 |
+
# second alternate extension
|
66 |
+
#Gitclone(r"https://github.com/SignalFlagZ/sd-webui-civbrowser",user_home / r"stable-diffusion-webui" / r"extensions" / r"sd-webui-civbrowser")
|
67 |
+
Gitclone(r"https://github.com/BlafKing/sd-civitai-browser-plus",user_home / r"stable-diffusion-webui" / r"extensions" / r"sd-civitai-browser-plus")
|
68 |
# keeping this in case if someone wants to actually use this extension, I guess?
|
69 |
#Gitclone(r"https://github.com/kohya-ss/sd-webui-additional-networks",user_home / r"stable-diffusion-webui" / r"extensions" / r"sd-webui-additional-networks")
|
70 |
Gitclone(r"https://github.com/Mikubill/sd-webui-controlnet",user_home / r"stable-diffusion-webui" / r"extensions" / r"sd-webui-controlnet")
|
|
|
97 |
# failure to read the following above would be quite devastated
|
98 |
# to someone who has no idea what is even causing issues at all.
|
99 |
|
100 |
+
# currently blank here for now...
|
101 |
|
102 |
os.chdir(user_home / r"stable-diffusion-webui")
|
103 |
#download ControlNet models
|
|
|
138 |
r"https://huggingface.co/ckpt/ControlNet-v1-1/resolve/main/t2iadapter_depth_sd14v1.pth",
|
139 |
r"https://huggingface.co/ckpt/ControlNet-v1-1/resolve/main/t2iadapter_canny_sd14v1.pth",
|
140 |
r"https://huggingface.co/ckpt/ControlNet-v1-1/resolve/main/t2iadapter_canny_sd15v2.pth",
|
141 |
+
r"https://huggingface.co/ckpt/ControlNet-v1-1/resolve/main/t2iadapter_color_sd14v1.pth",
|
142 |
r"https://huggingface.co/ckpt/ControlNet-v1-1/resolve/main/t2iadapter_depth_sd15v2.pth",
|
143 |
r"https://huggingface.co/ckpt/ControlNet-v1-1/resolve/main/t2iadapter_sketch_sd15v2.pth",
|
144 |
r"https://huggingface.co/ckpt/ControlNet-v1-1/resolve/main/t2iadapter_zoedepth_sd15v1.pth"]
|