spg commited on
Commit
988b04b
1 Parent(s): b354fa3
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -86,6 +86,8 @@ except(FileExistsError):
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 --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")
90
 
91
  #strt webui
 
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