Dagfinn1962 commited on
Commit
3a482ec
1 Parent(s): 862fa17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -134,7 +134,7 @@ del dList
134
  print("ControlNet models download done.\ndownloading model")
135
  #Stable Diffusion Checkpoint Model
136
 
137
- DownLoad(r"huggingface.co/digiplay/Juggernaut_final/resolve/main/juggernaut_final.safetensors",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion" / r"Checkpoint",r"Jugganaut")
138
  DownLoad(r"https://huggingface.co/Yntec/epiCPhotoGasm/resolve/main/epicphotogasm_v1.safetensors",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion" / r"Checkpoint",r"Epicphotogasm")
139
  DownLoad(r"https://huggingface.co/sd-community/sdxl-flash/resolve/main/SDXL-Flash.safetensors",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion" / r"Checkpoint",r"SDXL-Flash.safetensors")
140
  #DownLoad(r"https://huggingface.co/vorstcavry/mymodel/resolve/main/Cavry_V2.safetensors",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion" / r"Checkpoint",r"Cavry_V2.safetensors")
 
134
  print("ControlNet models download done.\ndownloading model")
135
  #Stable Diffusion Checkpoint Model
136
 
137
+ #DownLoad(r"huggingface.co/digiplay/Juggernaut_final/resolve/main/juggernaut_final.safetensors",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion" / r"Checkpoint",r"Jugganaut")
138
  DownLoad(r"https://huggingface.co/Yntec/epiCPhotoGasm/resolve/main/epicphotogasm_v1.safetensors",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion" / r"Checkpoint",r"Epicphotogasm")
139
  DownLoad(r"https://huggingface.co/sd-community/sdxl-flash/resolve/main/SDXL-Flash.safetensors",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion" / r"Checkpoint",r"SDXL-Flash.safetensors")
140
  #DownLoad(r"https://huggingface.co/vorstcavry/mymodel/resolve/main/Cavry_V2.safetensors",user_home / r"stable-diffusion-webui" / r"models" / r"Stable-diffusion" / r"Checkpoint",r"Cavry_V2.safetensors")