Yntec commited on
Commit
6358b3e
·
verified ·
1 Parent(s): 7843748

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -1
app.py CHANGED
@@ -125,7 +125,20 @@ del dList
125
  #you can change model download address here
126
  print("ControlNet models download done.\ndownloading model")
127
 
128
- DownLoad(r"https://huggingface.co/waifu-diffusion/wd40/resolve/main/wd40.safetensors",str(user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion"),r"Dalle-3-Leaked.safetensors")
 
 
 
 
 
 
 
 
 
 
 
 
 
129
 
130
  #start webui
131
 
 
125
  #you can change model download address here
126
  print("ControlNet models download done.\ndownloading model")
127
 
128
+ DownLoad(r"https://huggingface.co/Yntec/DreamlikePhotoReal2/resolve/main/DreamlikePhotoReal2.safetensors",str(user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion"),r"dreamlike-photoreal-2.0.safetensors")
129
+ DownLoad(r"https://huggingface.co/dreamlike-art/dreamlike-anime-1.0/resolve/main/dreamlike-anime-1.0.safetensors",str(user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion"),r"dreamlike-anime-1.0.safetensors")
130
+ DownLoad(r"https://huggingface.co/Yntec/DreamlikeDiffusion/resolve/main/DreamlikeDiffusion.safetensors",str(user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion"),r"dreamlike-diffusion-1.0.safetensors")
131
+ DownLoad(r"https://huggingface.co/dreamlike-art/dreamlike-photoreal-1.0/resolve/main/dreamlike-photoreal-1.0.ckpt",str(user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion"),r"dreamlike-photoreal-1.0.ckpt")
132
+ #DownLoad(r"https://huggingface.co/Yntec/Photosphere/resolve/main/photosphere.safetensors",str(user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion"),r"photosphere.safetensors")
133
+ DownLoad(r"https://huggingface.co/Yntec/Dreamlike/resolve/main/Dreamlike.safetensors",str(user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion"),r"!Dreamlike.safetensors")
134
+ DownLoad(r"https://huggingface.co/Yntec/DreamLikeRemix/resolve/main/dreamLikeRemix.safetensors",str(user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion"),r"dreamLikeRemix.safetensors")
135
+ DownLoad(r"https://huggingface.co/Yntec/dreamlike-photoreal-remix/resolve/main/dreamlike-photoreal-remix.safetensors",str(user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion"),r"dreamlike-photoreal-remix.safetensors")
136
+ DownLoad(r"https://huggingface.co/Yntec/Memento/resolve/main/MementoVAE.safetensors",str(user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion"),r"Memento.safetensors")
137
+
138
+ #DownLoad(r"https://huggingface.co/Yntec/Dreamsphere/resolve/main/dreamsphere.safetensors",str(user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion"),r"dreamsphere.safetensors")
139
+
140
+
141
+ #DownLoad(r"https://huggingface.co/waifu-diffusion/wd40/resolve/main/wd40.safetensors",str(user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion"),r"Dalle-3-Leaked.safetensors")
142
 
143
  #start webui
144