Yntec commited on
Commit
538cbe7
·
verified ·
1 Parent(s): c1a351d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ 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/Yntec/reaLPhotoGASM/resolve/main/RealPhotoGASM.safetensors",str(user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion"),r"RealPhotoGASM.safetensors")
129
  DownLoad(r"https://huggingface.co/Yntec/epiCPhotoGasm/resolve/main/epiCPhotoGasmVAE.safetensors",str(user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion"),r"epiCPhotoGasm.safetensors")
130
  DownLoad(r"https://huggingface.co/Yntec/HyperPhotoGASM/resolve/main/HyperPhotoGASM.safetensors",str(user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion"),r"HyperPhotoGASM.safetensors")
131
  DownLoad(r"https://huggingface.co/Yntec/DreamPhotoGASM/resolve/main/DreamPhotoGASM.safetensors",str(user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion"),r"DreamPhotoGASM.safetensors")
 
125
  #you can change model download address here
126
  print("ControlNet models download done.\ndownloading model")
127
 
128
+ DownLoad(r"https://huggingface.co/Yntec/reaLPhotoGASM/resolve/main/RealPhotoGASM.safetensors",str(user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion"),r"!RealPhotoGASM.safetensors")
129
  DownLoad(r"https://huggingface.co/Yntec/epiCPhotoGasm/resolve/main/epiCPhotoGasmVAE.safetensors",str(user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion"),r"epiCPhotoGasm.safetensors")
130
  DownLoad(r"https://huggingface.co/Yntec/HyperPhotoGASM/resolve/main/HyperPhotoGASM.safetensors",str(user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion"),r"HyperPhotoGASM.safetensors")
131
  DownLoad(r"https://huggingface.co/Yntec/DreamPhotoGASM/resolve/main/DreamPhotoGASM.safetensors",str(user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion"),r"DreamPhotoGASM.safetensors")