Spaces:
Runtime error
Runtime error
luisrguerra
commited on
Commit
•
9d49545
1
Parent(s):
239382b
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,9 @@ os.system(f"sed -i -e 's/outputs=\[token_counter\]/outputs=[token_counter], queu
|
|
38 |
#real dream 8
|
39 |
#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")
|
40 |
#real dream 10
|
41 |
-
os.system(f"wget -q https://huggingface.co/luisrguerra/sd-1.5-real-dream/resolve/main/real-dream-10.safetensors -O /home/user/app/stable-diffusion-webui/models/Stable-diffusion/real-dream-10.safetensors")
|
|
|
|
|
42 |
|
43 |
#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")
|
44 |
#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")
|
|
|
38 |
#real dream 8
|
39 |
#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")
|
40 |
#real dream 10
|
41 |
+
#os.system(f"wget -q https://huggingface.co/luisrguerra/sd-1.5-real-dream/resolve/main/real-dream-10.safetensors -O /home/user/app/stable-diffusion-webui/models/Stable-diffusion/real-dream-10.safetensors")
|
42 |
+
# epicphotogasm last unicorn
|
43 |
+
os.system(f"wget -q https://huggingface.co/jzli/epiCPhotoGasm-last-unicorn/resolve/main/epicphotogasm_lastUnicorn.safetensors -O /home/user/app/stable-diffusion-webui/models/Stable-diffusion/epicphotogasm_lastUnicorn.safetensors")
|
44 |
|
45 |
#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")
|
46 |
#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")
|