Spaces:
Runtime error
Runtime error
luisrguerra
commited on
Commit
•
8124df2
1
Parent(s):
1c8c7eb
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,8 @@ os.system(f"sed -i -e 's/outputs=\[token_counter\]/outputs=[token_counter], queu
|
|
27 |
#os.system(f"sed -i -e '/demo:/r /home/user/app/header_patch.py' /home/user/app/stable-diffusion-webui/modules/ui.py")
|
28 |
# ---------------------------------------------------------------------------------------------------------------------------------------------------
|
29 |
|
30 |
-
os.system(f"wget -q https://huggingface.co/luisrguerra/
|
|
|
31 |
#os.system(f"wget -q https://huggingface.co/Linaqruf/anything-v3.0/resolve/main/Anything-V3.0-pruned.ckpt -O /home/user/app/stable-diffusion-webui/models/Stable-diffusion/Anything-V3.0-pruned.ckpt")
|
32 |
#os.system(f"wget -q https://huggingface.co/Linaqruf/anything-v3.0/resolve/main/Anything-V3.0.vae.pt -O /home/user/app/stable-diffusion-webui/models/Stable-diffusion/Anything-V3.0-pruned.vae.pt")
|
33 |
|
|
|
27 |
#os.system(f"sed -i -e '/demo:/r /home/user/app/header_patch.py' /home/user/app/stable-diffusion-webui/modules/ui.py")
|
28 |
# ---------------------------------------------------------------------------------------------------------------------------------------------------
|
29 |
|
30 |
+
os.system(f"wget -q https://huggingface.co/luisrguerra/unreal-dream-cartoonized/resolve/main/unreal-dream-cartoonized-lite-float16-pruned-emaonly.safetensors -O /home/user/app/stable-diffusion-webui/models/Stable-diffusion/unreal-dream-cartoonized-lite-float16-pruned-emaonly.safetensors")
|
31 |
+
#os.system(f"wget -q https://huggingface.co/luisrguerra/sd-1.5-real-dream/resolve/main/real-dream-8.safetensors -O /home/user/app/stable-diffusion-webui/models/Stable-diffusion/real-dream-8.safetensors")
|
32 |
#os.system(f"wget -q https://huggingface.co/Linaqruf/anything-v3.0/resolve/main/Anything-V3.0-pruned.ckpt -O /home/user/app/stable-diffusion-webui/models/Stable-diffusion/Anything-V3.0-pruned.ckpt")
|
33 |
#os.system(f"wget -q https://huggingface.co/Linaqruf/anything-v3.0/resolve/main/Anything-V3.0.vae.pt -O /home/user/app/stable-diffusion-webui/models/Stable-diffusion/Anything-V3.0-pruned.vae.pt")
|
34 |
|