Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,7 +38,7 @@ os.chdir(str(user_home))
|
|
| 38 |
print("cloning stable-diffusion-webui repo")
|
| 39 |
Gitclone(r"https://github.com/AUTOMATIC1111/stable-diffusion-webui.git",str(user_home / r"stable-diffusion-webui"))
|
| 40 |
os.chdir(str(user_home / r"stable-diffusion-webui"))
|
| 41 |
-
os.system("git reset --hard 4afaaf8a020c1df457bcf7250cb1c7f609699fa7")
|
| 42 |
#
|
| 43 |
|
| 44 |
#install extensions
|
|
@@ -111,6 +111,7 @@ dList =[r"https://huggingface.co/ckpt/ControlNet-v1-1/resolve/main/control_v11e_
|
|
| 111 |
r"https://huggingface.co/ckpt/ControlNet-v1-1/resolve/main/t2iadapter_depth_sd14v1.pth",
|
| 112 |
r"https://huggingface.co/ckpt/ControlNet-v1-1/resolve/main/t2iadapter_canny_sd14v1.pth",
|
| 113 |
r"https://huggingface.co/ckpt/ControlNet-v1-1/resolve/main/t2iadapter_canny_sd15v2.pth",
|
|
|
|
| 114 |
r"https://huggingface.co/ckpt/ControlNet-v1-1/resolve/main/t2iadapter_depth_sd15v2.pth",
|
| 115 |
r"https://huggingface.co/ckpt/ControlNet-v1-1/resolve/main/t2iadapter_sketch_sd15v2.pth",
|
| 116 |
r"https://huggingface.co/ckpt/ControlNet-v1-1/resolve/main/t2iadapter_zoedepth_sd15v1.pth"]
|
|
|
|
| 38 |
print("cloning stable-diffusion-webui repo")
|
| 39 |
Gitclone(r"https://github.com/AUTOMATIC1111/stable-diffusion-webui.git",str(user_home / r"stable-diffusion-webui"))
|
| 40 |
os.chdir(str(user_home / r"stable-diffusion-webui"))
|
| 41 |
+
#os.system("git reset --hard 4afaaf8a020c1df457bcf7250cb1c7f609699fa7")
|
| 42 |
#
|
| 43 |
|
| 44 |
#install extensions
|
|
|
|
| 111 |
r"https://huggingface.co/ckpt/ControlNet-v1-1/resolve/main/t2iadapter_depth_sd14v1.pth",
|
| 112 |
r"https://huggingface.co/ckpt/ControlNet-v1-1/resolve/main/t2iadapter_canny_sd14v1.pth",
|
| 113 |
r"https://huggingface.co/ckpt/ControlNet-v1-1/resolve/main/t2iadapter_canny_sd15v2.pth",
|
| 114 |
+
r"https://huggingface.co/ckpt/ControlNet-v1-1/resolve/main/t2iadapter_color_sd14v1.pth",
|
| 115 |
r"https://huggingface.co/ckpt/ControlNet-v1-1/resolve/main/t2iadapter_depth_sd15v2.pth",
|
| 116 |
r"https://huggingface.co/ckpt/ControlNet-v1-1/resolve/main/t2iadapter_sketch_sd15v2.pth",
|
| 117 |
r"https://huggingface.co/ckpt/ControlNet-v1-1/resolve/main/t2iadapter_zoedepth_sd15v1.pth"]
|