b3xxf21f commited on
Commit
52b7d7b
·
1 Parent(s): 36680bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -48,10 +48,10 @@ except FileExistsError:
48
  os.chdir("extensions")
49
  os.system('git clone "https://github.com/DominikDoom/a1111-sd-webui-tagcomplete.git"')
50
  os.chdir("../embeddings")
51
- os.system(f"wget --trust-server-names {' '.join(embeddings)}")
52
 
53
  os.chdir("../models/Stable-diffusion")
54
- os.system(f"wget --trust-server-names {' '.join(models)}")
55
  os.chdir("../..")
56
 
57
  os.system("pip install -U -qq pip")
 
48
  os.chdir("extensions")
49
  os.system('git clone "https://github.com/DominikDoom/a1111-sd-webui-tagcomplete.git"')
50
  os.chdir("../embeddings")
51
+ os.system(f"wget {' '.join(embeddings)}")
52
 
53
  os.chdir("../models/Stable-diffusion")
54
+ os.system(f"wget {' '.join(models)}")
55
  os.chdir("../..")
56
 
57
  os.system("pip install -U -qq pip")