Update app.py
Browse files
app.py
CHANGED
@@ -186,7 +186,6 @@ del dList
|
|
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 |
|
|
|
186 |
#you can change model download address here
|
187 |
print("ControlNet models download done.\ndownloading model")
|
188 |
|
|
|
189 |
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")
|
190 |
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")
|
191 |
|