Spaces:
Running
Running
dasghost65536
commited on
Commit
•
aa365f5
1
Parent(s):
15e95d3
did some checkpoint model changes
Browse files
app.py
CHANGED
@@ -128,14 +128,12 @@ 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 |
-
#
|
134 |
-
DownLoad(r"https://
|
135 |
-
|
136 |
-
|
137 |
-
DownLoad(r"https://huggingface.co/Meina/MeinaPastel/resolve/main/MeinaPastelV5%20-%20Baked%20VAE.safetensors",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"MeinaPastelV5_BakedVAE.safetensors")
|
138 |
-
DownLoad(r"https://huggingface.co/Meina/MeinaPastel/resolve/main/MeinaPastelV5%20-%20Without%20VAE.safetensors",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"MeinaPastelV5_WithoutVAE.safetensors")
|
139 |
|
140 |
#Lora Model
|
141 |
#Better Light
|
|
|
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 |
+
#CounterfeitXL
|
132 |
+
DownLoad(r"https://civitai.com/api/download/models/146761",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"counterfeitxl_v10.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
|
136 |
+
DownLoad(r"https://civitai.com/api/download/models/119057",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"meinamix_meinaV11.safetensors")
|
|
|
|
|
137 |
|
138 |
#Lora Model
|
139 |
#Better Light
|