Yntec commited on
Commit
f405863
Β·
verified Β·
1 Parent(s): c05bdb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -126,14 +126,13 @@ del dList
126
  print("ControlNet models download done.\ndownloading model")
127
 
128
  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")
129
- 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")
130
  DownLoad(r"https://huggingface.co/Yntec/DreamWorld/resolve/main/duchaitendreamworld_V30.safetensors",str(user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion"),r"duchaitendreamworld_V30.safetensors")
131
  DownLoad(r"https://huggingface.co/Yntec/Backups/resolve/main/DucHaiten/DucHaitenJourney/duchaitenjourney_v56723.safetensors",str(user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion"),r"duchaitenjourney_v56723.safetensors")
132
  DownLoad(r"https://huggingface.co/Yntec/DucHaiten-StyleLikeMeVAE/resolve/main/DucHaiten-StyleLikeMeVAE.safetensors",str(user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion"),r"DucHaiten-StyleLikeMe_v1.5-fp16-no-ema.safetensors")
133
  DownLoad(r"https://huggingface.co/Yntec/SuperCuteRemix/resolve/main/SuperCuteRemix.safetensors",str(user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion"),r"SuperCuteRemix.safetensors")
134
  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")
135
 
136
-
137
  #start webui
138
 
139
  print("Done\nStarting Webui...")
 
126
  print("ControlNet models download done.\ndownloading model")
127
 
128
  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")
129
+ DownLoad(r"https://huggingface.co/Yntec/DucHaitenAIart-beta/resolve/main/beta-v6.0-no-emaVAE.safetensors",str(user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion"),r"DucHaitenAIart-beta-v6.0-no-emaVAE.safetensors")
130
  DownLoad(r"https://huggingface.co/Yntec/DreamWorld/resolve/main/duchaitendreamworld_V30.safetensors",str(user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion"),r"duchaitendreamworld_V30.safetensors")
131
  DownLoad(r"https://huggingface.co/Yntec/Backups/resolve/main/DucHaiten/DucHaitenJourney/duchaitenjourney_v56723.safetensors",str(user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion"),r"duchaitenjourney_v56723.safetensors")
132
  DownLoad(r"https://huggingface.co/Yntec/DucHaiten-StyleLikeMeVAE/resolve/main/DucHaiten-StyleLikeMeVAE.safetensors",str(user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion"),r"DucHaiten-StyleLikeMe_v1.5-fp16-no-ema.safetensors")
133
  DownLoad(r"https://huggingface.co/Yntec/SuperCuteRemix/resolve/main/SuperCuteRemix.safetensors",str(user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion"),r"SuperCuteRemix.safetensors")
134
  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")
135
 
 
136
  #start webui
137
 
138
  print("Done\nStarting Webui...")