Update app.py
Browse files
app.py
CHANGED
|
@@ -186,10 +186,12 @@ del dList
|
|
| 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 |
|
| 192 |
|
|
|
|
| 193 |
#start webui
|
| 194 |
|
| 195 |
print("Done\nStarting Webui...")
|
|
|
|
| 186 |
#you can change model download address here
|
| 187 |
print("ControlNet models download done.\ndownloading model")
|
| 188 |
|
| 189 |
+
DownLoad(r"https://huggingface.co/Yntec/IncredibleOdds/resolve/main/IncredibleOdds.safetensors",str(user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion"),r"!IncredibleOdds.safetensors")
|
| 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 |
+
|
| 195 |
#start webui
|
| 196 |
|
| 197 |
print("Done\nStarting Webui...")
|