Spaces:
Paused
Paused
luisrguerra
commited on
Commit
•
e9aef93
1
Parent(s):
44dbe8f
Update app.py
Browse files
app.py
CHANGED
@@ -170,9 +170,12 @@ print("Downloading Stable Diffusion Checkpoint Models.")
|
|
170 |
#ChilloutMix
|
171 |
#DownLoad(r"https://civitai.com/api/download/models/9474",str(user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion"),r"ChilloutMix.safetensors")
|
172 |
#Unreal Dream
|
173 |
-
DownLoad(r"https://civitai.com/api/download/models/20513",str(user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion"),r"unrealDream_unrealDream10.safetensors")
|
|
|
|
|
174 |
print("Stable Diffusion Checkpoint Models Downloaded\n")
|
175 |
|
|
|
176 |
print("Downloading Lora.")
|
177 |
#Better Light
|
178 |
#DownLoad(r"https://civitai.com/api/download/models/39885",user_home / r"stable-diffusion-webui" / r"extensions" / r"sd-webui-additional-networks" / r"models"/ r"lora",r"Better_light.safetensors")
|
|
|
170 |
#ChilloutMix
|
171 |
#DownLoad(r"https://civitai.com/api/download/models/9474",str(user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion"),r"ChilloutMix.safetensors")
|
172 |
#Unreal Dream
|
173 |
+
#DownLoad(r"https://civitai.com/api/download/models/20513",str(user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion"),r"unrealDream_unrealDream10.safetensors")
|
174 |
+
#Unreal Dream Lite
|
175 |
+
DownLoad(r"https://civitai.com/api/download/models/137270?type=Model&format=SafeTensor&size=pruned&fp=fp16",str(user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion"),r"unrealDream_unrealDream10Lite.safetensors")
|
176 |
print("Stable Diffusion Checkpoint Models Downloaded\n")
|
177 |
|
178 |
+
|
179 |
print("Downloading Lora.")
|
180 |
#Better Light
|
181 |
#DownLoad(r"https://civitai.com/api/download/models/39885",user_home / r"stable-diffusion-webui" / r"extensions" / r"sd-webui-additional-networks" / r"models"/ r"lora",r"Better_light.safetensors")
|