ai202388 commited on
Commit
aaad0da
·
verified ·
1 Parent(s): 46a2bff

Update downloading_cn.py

Browse files
Files changed (1) hide show
  1. downloading_cn.py +1 -1
downloading_cn.py CHANGED
@@ -145,7 +145,7 @@ if not os.path.exists(webui_path):
145
  start_install = int(time.time())
146
  print("⌚ Распоковка Stable Diffusion...", end='')
147
  with capture.capture_output() as cap:
148
- get_ipython().system('aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/datasets/ai202388/g_sd/resolve/main/FULL_REPO1.zip -o repo.zip')
149
  get_ipython().system('unzip -q -o repo.zip -d {webui_path}')
150
  get_ipython().system('rm -rf repo.zip')
151
 
 
145
  start_install = int(time.time())
146
  print("⌚ Распоковка Stable Diffusion...", end='')
147
  with capture.capture_output() as cap:
148
+ get_ipython().system('aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/datasets/ai202388/s_sd/resolve/main/FULL_REPO.zip -o repo.zip')
149
  get_ipython().system('unzip -q -o repo.zip -d {webui_path}')
150
  get_ipython().system('rm -rf repo.zip')
151