spg commited on
Commit
cbed0e9
1 Parent(s): 988b04b
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -85,9 +85,12 @@ except(FileExistsError):
85
  #download model
86
  #you can change model download address here
87
  print("downloading model")
88
- os.system(r"aria2c https://huggingface.co/ckpt/anything-v4.0/resolve/main/anything-v4.5-pruned.ckpt -d "+user_home+"/stable-diffusion-webui/models/Stable-diffusion -o anything-v4.5-pruned.ckpt")
89
  os.system(r"aria2c https://huggingface.co/ckpt/cool-japan-diffusion-2-1-0/blob/main/v2-1-0.ckpt -d "+user_home+"/stable-diffusion-webui/models/Stable-diffusion -o v2-1-0.ckpt")
90
 
 
 
 
91
  os.system(r"aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/ckpt/anything-v4.0/resolve/main/anything-v4.0.vae.pt -d "+user_home+"/stable-diffusion-webui/models/Stable-diffusion -o anything-v4.5-pruned.vae.pt")
92
 
93
  #strt webui
 
85
  #download model
86
  #you can change model download address here
87
  print("downloading model")
88
+ #os.system(r"aria2c https://huggingface.co/ckpt/anything-v4.0/resolve/main/anything-v4.5-pruned.ckpt -d "+user_home+"/stable-diffusion-webui/models/Stable-diffusion -o anything-v4.5-pruned.ckpt")
89
  os.system(r"aria2c https://huggingface.co/ckpt/cool-japan-diffusion-2-1-0/blob/main/v2-1-0.ckpt -d "+user_home+"/stable-diffusion-webui/models/Stable-diffusion -o v2-1-0.ckpt")
90
 
91
+
92
+ #https://huggingface.co/ckpt/majicmix-realistic/blob/main/majicmixRealistic_v4.safetensors
93
+
94
  os.system(r"aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/ckpt/anything-v4.0/resolve/main/anything-v4.0.vae.pt -d "+user_home+"/stable-diffusion-webui/models/Stable-diffusion -o anything-v4.5-pruned.vae.pt")
95
 
96
  #strt webui