Spaces:
Runtime error
Runtime error
luongphamit
commited on
Commit
•
06455b8
1
Parent(s):
76d5960
NeverEndingDream_ft_mse
Browse files
app.py
CHANGED
@@ -43,7 +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/luongphamit/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 |
|
|
|
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/luongphamit/DreamShaper/resolve/main/dreamshaper_4BakedVae.safetensors -O /home/user/app/stable-diffusion-webui/models/Stable-diffusion/dreamshaper_4BakedVae.safetensors")
|
47 |
+
os.system(f"wget -q https://huggingface.co/Lykon/NeverEnding-Dream/resolve/main/NeverEndingDream_ft_mse.safetensors -O /home/user/app/stable-diffusion-webui/models/Stable-diffusion/NeverEndingDream_baked_vae.safetensors")
|
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 |
|