Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -186,15 +186,10 @@ del dList
|
|
186 |
#you can change model download address here
|
187 |
print("ControlNet models download done.\ndownloading model")
|
188 |
|
189 |
-
|
|
|
|
|
190 |
|
191 |
-
#DownLoad(r"https://huggingface.co/Yntec/DucHaitenClassicAnime768/resolve/main/duchaitenclassicanimv10VAE.safetensors",str(user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion"),r"duchaitenclassicanimv10VAE.safetensors")
|
192 |
-
#DownLoad(r"https://huggingface.co/DucHaiten/DucHaitenAIart/resolve/main/DucHaitenAIart-v4.5.3.safetensors",str(user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion"),r"DucHaitenAIart-v4.5.3.safetensors")
|
193 |
-
#DownLoad(r"https://huggingface.co/DucHaiten/DucHaitenDreamWorld/resolve/main/DucHaitenDreamWorld_v3.0.safetensors",str(user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion"),r"DucHaitenDreamWorld_v3.0.safetensors")
|
194 |
-
#DownLoad(r"https://huggingface.co/DucHaiten/DucHaitenJourney/resolve/main/DucHaiten-Journey_v5.6.7.2.3.safetensors",str(user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion"),r"DucHaiten-Journey_v5.6.7.2.3.safetensors")
|
195 |
-
#DownLoad(r"https://huggingface.co/DucHaiten/DucHaiten-StyleLikeMe/resolve/main/DucHaiten-StyleLikeMe_v1.5-fp16-no-ema.safetensors",str(user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion"),r"DucHaiten-StyleLikeMe_v1.5-fp16-no-ema.safetensors")
|
196 |
-
#DownLoad(r"https://huggingface.co/DucHaiten/DucHaitenSuperCute/resolve/main/DucHaitenSuperCute_v2.0.safetensors",str(user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion"),r"DucHaitenSuperCute_v2.0.safetensors")
|
197 |
-
#DownLoad(r"https://huggingface.co/Yntec/DucHaitenAnime768/resolve/main/DucHaitenAnimefp16noema.safetensors",str(user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion"),r"DucHaitenAnimefp16noema.safetensors")
|
198 |
|
199 |
#start webui
|
200 |
|
|
|
186 |
#you can change model download address here
|
187 |
print("ControlNet models download done.\ndownloading model")
|
188 |
|
189 |
+
https://huggingface.co/Yntec/IncredibleWorld/resolve/main/incredibleWorld_v10.safetensors?download=true
|
190 |
+
DownLoad(r"https://huggingface.co/Yntec/IncredibleWorld/resolve/main/incredibleWorld_v10.safetensors",str(user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion"),r"incredibleWorld_v10.safetensors")
|
191 |
+
DownLoad(r"https://huggingface.co/Yntec/IncredibleWorld2/resolve/main/incredibleWorld_v20.safetensors",str(user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion"),r"incredibleWorld_v20.safetensors")
|
192 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
193 |
|
194 |
#start webui
|
195 |
|