Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ os.system(f"git clone https://github.com/thomasasfk/sd-webui-aspect-ratio-helper
|
|
33 |
os.system(f"git clone https://github.com/Coyote-A/ultimate-upscale-for-automatic1111.git")
|
34 |
# Installing required dependencies (if any)
|
35 |
os.chdir(f"/home/user/app/stable-diffusion-webui/extensions/sd-webui-controlnet/models")
|
36 |
-
|
37 |
# Download models using aria2c
|
38 |
#os.system(f"aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/lllyasviel/ControlNet-v1-1/resolve/main/control_v11f1p_sd15_depth.pth -d /home/user/app/stable-diffusion-webui/extensions/sd-webui-controlnet/models -o Depth.pth")
|
39 |
#os.system(f"aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/lllyasviel/ControlNet-v1-1/resolve/main/control_v11p_sd15_canny.pth -d /home/user/app/stable-diffusion-webui/extensions/sd-webui-controlnet/models -o Canny.pth")
|
|
|
33 |
os.system(f"git clone https://github.com/Coyote-A/ultimate-upscale-for-automatic1111.git")
|
34 |
# Installing required dependencies (if any)
|
35 |
os.chdir(f"/home/user/app/stable-diffusion-webui/extensions/sd-webui-controlnet/models")
|
36 |
+
os.chdir(f"/home/user/app/stable-diffusion-webui/scripts/")
|
37 |
# Download models using aria2c
|
38 |
#os.system(f"aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/lllyasviel/ControlNet-v1-1/resolve/main/control_v11f1p_sd15_depth.pth -d /home/user/app/stable-diffusion-webui/extensions/sd-webui-controlnet/models -o Depth.pth")
|
39 |
#os.system(f"aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/lllyasviel/ControlNet-v1-1/resolve/main/control_v11p_sd15_canny.pth -d /home/user/app/stable-diffusion-webui/extensions/sd-webui-controlnet/models -o Canny.pth")
|