dasghost65536 commited on
Commit
d84c2cf
1 Parent(s): 6cf06c6

added another optional checkpoint model (installed by default)... this one is actually pretty good.

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -169,6 +169,8 @@ DownLoad(r"https://civitai.com/api/download/models/128713",user_home / r"stable-
169
  #DownLoad(r"https://civitai.com/api/download/models/121302",user_home / r"stable-diffusion-webui" / r"models" / r"VAE",r"blessed2_v1.pt")
170
  #AnyLoRA
171
  DownLoad(r"https://civitai.com/api/download/models/95489",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"anyloraCheckpoint_bakedvaeBlessedFp16.safetensors")
 
 
172
  #Sevan Mix
173
  #DownLoad(r"https://civitai.com/api/download/models/226816",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"sevanMix_v10.safetensors")
174
 
 
169
  #DownLoad(r"https://civitai.com/api/download/models/121302",user_home / r"stable-diffusion-webui" / r"models" / r"VAE",r"blessed2_v1.pt")
170
  #AnyLoRA
171
  DownLoad(r"https://civitai.com/api/download/models/95489",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"anyloraCheckpoint_bakedvaeBlessedFp16.safetensors")
172
+ #Anime Dreamer Mixed
173
+ DownLoad(r"https://civitai.com/api/download/models/221305",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"animeDreamerMixed_v10.safetensors")
174
  #Sevan Mix
175
  #DownLoad(r"https://civitai.com/api/download/models/226816",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"sevanMix_v10.safetensors")
176