Spaces:
Runtime error
Runtime error
Update app.py (#6)
Browse files- Update app.py (231ed66675dbb3c1dafad7cd6361f793a966e37d)
Co-authored-by: camenduru <camenduru@users.noreply.huggingface.co>
app.py
CHANGED
@@ -32,6 +32,6 @@ os.system(f"rm -rfv /home/user/app/stable-diffusion-webui/scripts/")
|
|
32 |
os.system(f"wget -q https://github.com/camenduru/webui/raw/main/shared-config.json -O /home/user/app/shared-config.json")
|
33 |
os.system(f"wget -q https://github.com/camenduru/webui/raw/main/shared-ui-config.json -O /home/user/app/shared-ui-config.json")
|
34 |
|
35 |
-
os.system(f"wget -q https://huggingface.co/ckpt/DucHaitenAIart_v1.1a/resolve/main/DucHaitenAIart_v1.1a_emaonly.ckpt -O /home/user/app/stable-diffusion-webui/models/Stable-diffusion/DucHaitenAIart_v1.
|
36 |
|
37 |
os.system(f"python launch.py --force-enable-xformers --ui-config-file /home/user/app/ui-config.json --ui-settings-file /home/user/app/config.json --disable-console-progressbars --enable-console-prompts --cors-allow-origins huggingface.co,hf.space --no-progressbar-hiding --api")
|
|
|
32 |
os.system(f"wget -q https://github.com/camenduru/webui/raw/main/shared-config.json -O /home/user/app/shared-config.json")
|
33 |
os.system(f"wget -q https://github.com/camenduru/webui/raw/main/shared-ui-config.json -O /home/user/app/shared-ui-config.json")
|
34 |
|
35 |
+
os.system(f"wget -q https://huggingface.co/ckpt/DucHaitenAIart_v1.1a/resolve/main/DucHaitenAIart_v1.1a_emaonly.ckpt -O /home/user/app/stable-diffusion-webui/models/Stable-diffusion/DucHaitenAIart_v1.1a_emaonly.ckpt")
|
36 |
|
37 |
os.system(f"python launch.py --force-enable-xformers --ui-config-file /home/user/app/ui-config.json --ui-settings-file /home/user/app/config.json --disable-console-progressbars --enable-console-prompts --cors-allow-origins huggingface.co,hf.space --no-progressbar-hiding --api")
|