b3xxf21f commited on
Commit
ade7a6d
·
1 Parent(s): 7287ffe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -24,9 +24,8 @@ os.chdir("models/Stable-diffusion")
24
 
25
  models = [
26
  "https://huggingface.co/admruul/anything-v3.0/resolve/main/Anything-V3.0.ckpt",
27
- "https://civitai-prod-settled.5ac0637cfd0766c97916cefa3764fbdf.r2.cloudflarestorage.com/1/model/anythingV30Pruned....AuEH.ckpt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=2fea663d76bd24a496545da373d610fc%2F20230201%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20230201T093151Z&X-Amz-Expires=86400&X-Amz-Signature=be46d04a88012c5e8dd5ca4dc524d32610916bb1709462c29276c53506c32980&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3D%22anythingV3_fp16.ckpt%22&x-id=GetObject",
28
- "https://civitai-prod-settled.5ac0637cfd0766c97916cefa3764fbdf.r2.cloudflarestorage.com/1/training-images/anythingV30Vae.WerR.pt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=2fea663d76bd24a496545da373d610fc%2F20230201%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20230201T093220Z&X-Amz-Expires=86400&X-Amz-Signature=3c1ac16c7e14411c3668cd9b8f349e9eb8623684c39c56c817c99837066e60c8&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3D%22Anything-V3.0.vae.pt%22&x-id=GetObject"]
29
-
30
  os.system(f"wget {' '.join(models)}")
31
  os.chdir("../..")
32
 
 
24
 
25
  models = [
26
  "https://huggingface.co/admruul/anything-v3.0/resolve/main/Anything-V3.0.ckpt",
27
+ "https://huggingface.co/admruul/anything-v3.0/resolve/main/Anything-V3.0.vae.pt",
28
+ ]
 
29
  os.system(f"wget {' '.join(models)}")
30
  os.chdir("../..")
31