Spaces:
Running
Running
dasghost65536
commited on
Commit
•
7654887
1
Parent(s):
aa365f5
partially reverting checkpoint model changes (Counterfeit-V3.0 instead of CounterfeitXL, and that doesn't seem to work (at least for me) anyway)
Browse files
app.py
CHANGED
@@ -128,8 +128,8 @@ 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 |
-
#
|
132 |
-
DownLoad(r"https://
|
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
|
|
|
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
|