Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -151,7 +151,7 @@ print("ControlNet models download done.\ndownloading model")
|
|
151 |
#anything version4.5
|
152 |
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")
|
153 |
DownLoad(r"https://huggingface.co/ckpt/anything-v4.0/resolve/main/anything-v4.0.vae.pt",user_home / "stable-diffusion-webui" / r"models" / r"VAE",r"anything-v4.0.vae.pt")
|
154 |
-
DownLoad(r"https://huggingface.co/Hyx66/LandscaperPriv/blob/main/250e_v4.safetensors", user_home / "stable-diffusion-webui" / r"models" / r"Stable-diffusion"
|
155 |
#anythingV5-Ink
|
156 |
DownLoad(r"https://civitai.com/api/download/models/90854",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"AnythingV5Ink_ink.safetensors")
|
157 |
#MeinaMixV11
|
|
|
151 |
#anything version4.5
|
152 |
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")
|
153 |
DownLoad(r"https://huggingface.co/ckpt/anything-v4.0/resolve/main/anything-v4.0.vae.pt",user_home / "stable-diffusion-webui" / r"models" / r"VAE",r"anything-v4.0.vae.pt")
|
154 |
+
DownLoad(r"https://huggingface.co/Hyx66/LandscaperPriv/blob/main/250e_v4.safetensors", user_home / "stable-diffusion-webui" / r"models" / r"Stable-diffusion" , r"landscaper.safetensors")
|
155 |
#anythingV5-Ink
|
156 |
DownLoad(r"https://civitai.com/api/download/models/90854",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion",r"AnythingV5Ink_ink.safetensors")
|
157 |
#MeinaMixV11
|