Spaces:
Runtime error
Runtime error
luongphamit
commited on
Commit
•
2bc8834
1
Parent(s):
e102bbe
app.py
CHANGED
@@ -43,9 +43,7 @@ else:
|
|
43 |
os.system(f"git clone https://github.com/yfszzx/stable-diffusion-webui-images-browser /home/user/app/stable-diffusion-webui/extensions/stable-diffusion-webui-images-browser")
|
44 |
os.system(f"git clone https://github.com/camenduru/deforum-for-automatic1111-webui /home/user/app/stable-diffusion-webui/extensions/deforum-for-automatic1111-webui")
|
45 |
|
46 |
-
os.system(f"wget -q https://huggingface.co/Lykon/DreamShaper/resolve/main/
|
47 |
-
os.system(f"wget -q https://huggingface.co/Lykon/DreamShaper/resolve/main/DreamShaper_4BakedVae_fp16.safetensors -O /home/user/app/stable-diffusion-webui/models/Stable-diffusion/DreamShaper_4BakedVae_fp16.safetensors")
|
48 |
-
os.system(f"wget -q https://huggingface.co/Lykon/DreamShaper/resolve/main/DreamShaper_4NoVae.safetensors -O /home/user/app/stable-diffusion-webui/models/Stable-diffusion/DreamShaper_4NoVae.safetensors")
|
49 |
|
50 |
os.system(f"python launch.py --precision full --no-half --use-cpu SD BSRGAN ESRGAN SCUNet CodeFormer --all --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 --skip-torch-cuda-test")
|
51 |
|
|
|
43 |
os.system(f"git clone https://github.com/yfszzx/stable-diffusion-webui-images-browser /home/user/app/stable-diffusion-webui/extensions/stable-diffusion-webui-images-browser")
|
44 |
os.system(f"git clone https://github.com/camenduru/deforum-for-automatic1111-webui /home/user/app/stable-diffusion-webui/extensions/deforum-for-automatic1111-webui")
|
45 |
|
46 |
+
os.system(f"wget -q https://huggingface.co/Lykon/DreamShaper/resolve/main/dreamshaper_4BakedVae.safetensors -O /home/user/app/stable-diffusion-webui/models/Stable-diffusion/dreamshaper_4BakedVae.safetensors")
|
|
|
|
|
47 |
|
48 |
os.system(f"python launch.py --precision full --no-half --use-cpu SD BSRGAN ESRGAN SCUNet CodeFormer --all --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 --skip-torch-cuda-test")
|
49 |
|