luisrguerra commited on
Commit
625495b
·
1 Parent(s): e9aef93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -170,9 +170,7 @@ 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
- #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
 
 
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