dasghost65536 commited on
Commit
f7ab989
1 Parent(s): f70f672

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -177,6 +177,7 @@ DownLoad(r"https://civitai.com/api/download/models/128713",user_home / r"stable-
177
  #MMT5
178
  #DownLoad(r"https://civitai.com/api/download/models/160277",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"mmt5_v3.safetensors")
179
  #AingDiffusion
 
180
  #DownLoad(r"https://civitai.com/api/download/models/249329",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"aingdiffusion_v13.safetensors")
181
  #Sweet-mix version2.2(flat) (with blessed2 VAE included)
182
  #DownLoad(r"https://civitai.com/api/download/models/158294",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"sweetMix_v22Flat.safetensors")
@@ -190,6 +191,8 @@ DownLoad(r"https://civitai.com/api/download/models/221305",user_home / r"stable-
190
  #Laridae and Paridae
191
  DownLoad(r"https://civitai.com/api/download/models/244516",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"laridaeV1_chlidonias.safetensors")
192
  DownLoad(r"https://civitai.com/api/download/models/239663",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"paridaeV1_baeolophus.safetensors")
 
 
193
  #Yntec's checkpoint models that has the word dream on it (yeah, not a good title for this, but whatever)
194
  #DownLoad(r"https://huggingface.co/Yntec/Dreamsphere/resolve/main/dreamsphere.safetensors",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"dreamsphere.safetensors")
195
  #DownLoad(r"https://huggingface.co/Yntec/dreamlike-photoreal-remix/resolve/main/dreamlike-photoreal-remix.safetensors",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"dreamlike-photoreal-remix.safetensors")
 
177
  #MMT5
178
  #DownLoad(r"https://civitai.com/api/download/models/160277",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"mmt5_v3.safetensors")
179
  #AingDiffusion
180
+ #DownLoad(r"https://civitai.com/api/download/models/314508",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"aingdiffusion_v155.safetensors")
181
  #DownLoad(r"https://civitai.com/api/download/models/249329",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"aingdiffusion_v13.safetensors")
182
  #Sweet-mix version2.2(flat) (with blessed2 VAE included)
183
  #DownLoad(r"https://civitai.com/api/download/models/158294",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"sweetMix_v22Flat.safetensors")
 
191
  #Laridae and Paridae
192
  DownLoad(r"https://civitai.com/api/download/models/244516",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"laridaeV1_chlidonias.safetensors")
193
  DownLoad(r"https://civitai.com/api/download/models/239663",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"paridaeV1_baeolophus.safetensors")
194
+ #CalicoMix FlatAni
195
+ #DownLoad(r"https://civitai.com/api/download/models/297382",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"calicomixFlatani_v10.safetensors")
196
  #Yntec's checkpoint models that has the word dream on it (yeah, not a good title for this, but whatever)
197
  #DownLoad(r"https://huggingface.co/Yntec/Dreamsphere/resolve/main/dreamsphere.safetensors",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"dreamsphere.safetensors")
198
  #DownLoad(r"https://huggingface.co/Yntec/dreamlike-photoreal-remix/resolve/main/dreamlike-photoreal-remix.safetensors",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"dreamlike-photoreal-remix.safetensors")