dasghost65536
commited on
Commit
•
34e1d5c
1
Parent(s):
bdef72e
yet more optional checkpoints added
Browse files
app.py
CHANGED
@@ -180,6 +180,8 @@ DownLoad(r"https://civitai.com/api/download/models/128713",user_home / r"stable-
|
|
180 |
#MMT5
|
181 |
#DownLoad(r"https://civitai.com/api/download/models/160277",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"mmt5_v3.safetensors")
|
182 |
#AingDiffusion
|
|
|
|
|
183 |
#DownLoad(r"https://civitai.com/api/download/models/314508",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"aingdiffusion_v155.safetensors")
|
184 |
#DownLoad(r"https://civitai.com/api/download/models/249329",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"aingdiffusion_v13.safetensors")
|
185 |
#Sweet-mix version2.2(flat) (with blessed2 VAE included)
|
@@ -196,6 +198,16 @@ DownLoad(r"https://civitai.com/api/download/models/244516",user_home / r"stable-
|
|
196 |
DownLoad(r"https://civitai.com/api/download/models/239663",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"paridaeV1_baeolophus.safetensors")
|
197 |
#CalicoMix FlatAni
|
198 |
#DownLoad(r"https://civitai.com/api/download/models/297382",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"calicomixFlatani_v10.safetensors")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
199 |
#Yntec's checkpoint models that has the word dream on it (yeah, not a good title for this, but whatever)
|
200 |
#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")
|
201 |
#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")
|
@@ -225,6 +237,15 @@ DownLoad(r"https://civitai.com/api/download/models/239663",user_home / r"stable-
|
|
225 |
#DownLoad(r"https://civitai.com/api/download/models/163192",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"xxmix9realisticsdxl_v10.safetensors")
|
226 |
#AAM XL (Anime Mix)
|
227 |
#DownLoad(r"https://civitai.com/api/download/models/303526",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"aamXLAnimeMix_v10.safetensors")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
228 |
|
229 |
#Lora Model
|
230 |
#Better Light
|
|
|
180 |
#MMT5
|
181 |
#DownLoad(r"https://civitai.com/api/download/models/160277",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"mmt5_v3.safetensors")
|
182 |
#AingDiffusion
|
183 |
+
#DownLoad(r"https://civitai.com/api/download/models/420724",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"aingdiffusion_v170.safetensors")
|
184 |
+
#DownLoad(r"https://civitai.com/api/download/models/350214",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"aingdiffusion_v165.safetensors")
|
185 |
#DownLoad(r"https://civitai.com/api/download/models/314508",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"aingdiffusion_v155.safetensors")
|
186 |
#DownLoad(r"https://civitai.com/api/download/models/249329",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"aingdiffusion_v13.safetensors")
|
187 |
#Sweet-mix version2.2(flat) (with blessed2 VAE included)
|
|
|
198 |
DownLoad(r"https://civitai.com/api/download/models/239663",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"paridaeV1_baeolophus.safetensors")
|
199 |
#CalicoMix FlatAni
|
200 |
#DownLoad(r"https://civitai.com/api/download/models/297382",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"calicomixFlatani_v10.safetensors")
|
201 |
+
#Ether One Mix
|
202 |
+
#DownLoad(r"https://civitai.com/api/download/models/455518",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"etherOneMix_three.safetensors")
|
203 |
+
#SimpO Mix
|
204 |
+
#DownLoad(r"https://civitai.com/api/download/models/412177",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"simpoMix_v10.safetensors")
|
205 |
+
#DivineAnimeMix
|
206 |
+
#DownLoad(r"https://civitai.com/api/download/models/180448",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"divineanimemix_V2.safetensors")
|
207 |
+
#seizaMix
|
208 |
+
#DownLoad(r"https://civitai.com/api/download/models/125903",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"seizamix_v2.safetensors")
|
209 |
+
#betterMix_Anime
|
210 |
+
#DownLoad(r"https://civitai.com/api/download/models/295740",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"bettermixAnime_v40.safetensors")
|
211 |
#Yntec's checkpoint models that has the word dream on it (yeah, not a good title for this, but whatever)
|
212 |
#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")
|
213 |
#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")
|
|
|
237 |
#DownLoad(r"https://civitai.com/api/download/models/163192",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"xxmix9realisticsdxl_v10.safetensors")
|
238 |
#AAM XL (Anime Mix)
|
239 |
#DownLoad(r"https://civitai.com/api/download/models/303526",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"aamXLAnimeMix_v10.safetensors")
|
240 |
+
#epicrealismXL_v5Ultimate
|
241 |
+
#DownLoad(r"https://huggingface.co/misri/epicrealismXL_v5Ultimate/resolve/main/epicrealismXL_v5Ultimate.safetensors",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"epicrealismXL_v5Ultimate.safetensors")
|
242 |
+
#Anything XL
|
243 |
+
#DownLoad(r"https://civitai.com/api/download/models/384264",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"AnythingXL_xl.safetensors")
|
244 |
+
#ONE FOR ALL (XL-based checkpoint model)
|
245 |
+
#DownLoad(r"https://civitai.com/api/download/models/451057",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"oneFORALLPlusUltra_v3DPOPony.safetensors")
|
246 |
+
#AingDiffusionXL
|
247 |
+
#DownLoad(r"https://civitai.com/api/download/models/460616",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"aingdiffusionXL_v12.safetensors")
|
248 |
+
|
249 |
|
250 |
#Lora Model
|
251 |
#Better Light
|