dasghost65536 commited on
Commit
742b5c6
1 Parent(s): b3e5518

swapped Counterfeit with Sweet-mix. So for now on, Counterfeit is an optional checkpoint model. also added a new optional thing too while I'm at it.

Browse files
Files changed (1) hide show
  1. app.py +10 -3
app.py CHANGED
@@ -128,8 +128,9 @@ print("ControlNet models download done.\ndownloading model")
128
  #anything version4.5
129
  DownLoad(r"https://huggingface.co/ckpt/anything-v4.0/resolve/main/anything-v4.5-pruned.ckpt",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"anything-v4.5-pruned.ckpt")
130
  DownLoad(r"https://huggingface.co/ckpt/anything-v4.0/resolve/main/anything-v4.0.vae.pt",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"anything-v4.0.vae.pt")
131
- #CounterfeitV3
132
- DownLoad(r"https://huggingface.co/gsdf/Counterfeit-V3.0/resolve/main/Counterfeit-V3.0_fp16.safetensors",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"Counterfeit-V3.0_fp16.safetensors")
 
133
  #anythingV5-Ink
134
  DownLoad(r"https://civitai.com/api/download/models/90854",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"AnythingV5Ink_ink.safetensors")
135
  #MeinaMixV11
@@ -137,12 +138,14 @@ DownLoad(r"https://civitai.com/api/download/models/119057",user_home / r"stable-
137
  #MeinaPastelV6
138
  DownLoad(r"https://civitai.com/api/download/models/108289",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"meinapastel_v6Pastel.safetensors")
139
 
140
- # ==optional checkpoint models==
141
  # by default, none of them are installed (mainly because of storage space reasons),
142
  # unless you uncomment one of them just to actually use them.
143
  # some of them generate 3d-like images, and may or may not actually generate
144
  # 2d images than the least you'd most expect.
145
 
 
 
146
  #DreamShaper version 8
147
  #DownLoad(r"https://civitai.com/api/download/models/128713",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"dreamshaper_8.safetensors")
148
  #XXMix_9realistic (v4.0)
@@ -151,6 +154,10 @@ DownLoad(r"https://civitai.com/api/download/models/108289",user_home / r"stable-
151
  #DownLoad(r"https://civitai.com/api/download/models/28100",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"animePastelDream_softBakedVae.safetensors")
152
  #DownLoad(r"https://civitai.com/api/download/models/28089",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"animePastelDream_hardBakedVae.safetensors")
153
 
 
 
 
 
154
  #Lora Model
155
  #Better Light
156
  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")
 
128
  #anything version4.5
129
  DownLoad(r"https://huggingface.co/ckpt/anything-v4.0/resolve/main/anything-v4.5-pruned.ckpt",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"anything-v4.5-pruned.ckpt")
130
  DownLoad(r"https://huggingface.co/ckpt/anything-v4.0/resolve/main/anything-v4.0.vae.pt",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"anything-v4.0.vae.pt")
131
+ #Sweet-mix version2.2(flat) (with blessed2 VAE included)
132
+ DownLoad(r"https://civitai.com/api/download/models/158294",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"sweetMix_v22Flat.safetensors")
133
+ DownLoad(r"https://civitai.com/api/download/models/121302",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"blessed2_v1.pt")
134
  #anythingV5-Ink
135
  DownLoad(r"https://civitai.com/api/download/models/90854",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"AnythingV5Ink_ink.safetensors")
136
  #MeinaMixV11
 
138
  #MeinaPastelV6
139
  DownLoad(r"https://civitai.com/api/download/models/108289",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"meinapastel_v6Pastel.safetensors")
140
 
141
+ # ==optional checkpoint models (and misc stuff)==
142
  # by default, none of them are installed (mainly because of storage space reasons),
143
  # unless you uncomment one of them just to actually use them.
144
  # some of them generate 3d-like images, and may or may not actually generate
145
  # 2d images than the least you'd most expect.
146
 
147
+ #CounterfeitV3
148
+ #DownLoad(r"https://huggingface.co/gsdf/Counterfeit-V3.0/resolve/main/Counterfeit-V3.0_fp16.safetensors",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"Counterfeit-V3.0_fp16.safetensors")
149
  #DreamShaper version 8
150
  #DownLoad(r"https://civitai.com/api/download/models/128713",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"dreamshaper_8.safetensors")
151
  #XXMix_9realistic (v4.0)
 
154
  #DownLoad(r"https://civitai.com/api/download/models/28100",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"animePastelDream_softBakedVae.safetensors")
155
  #DownLoad(r"https://civitai.com/api/download/models/28089",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"animePastelDream_hardBakedVae.safetensors")
156
 
157
+
158
+ #MasterVae
159
+ #DownLoad(r"https://civitai.com/api/download/models/141727",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"mastervae_v1Pt.pt")
160
+
161
  #Lora Model
162
  #Better Light
163
  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")