vorstcavry
commited on
Commit
•
cdd69d8
1
Parent(s):
7fdbf46
Update files_cells/python/en/downloading_en.py
Browse files
files_cells/python/en/downloading_en.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
|
3 |
import os
|
4 |
import re
|
@@ -122,7 +122,7 @@ if not os.path.exists(webui_path):
|
|
122 |
start_install = int(time.time())
|
123 |
print("⌚ Unpacking Stable Diffusion...", end='')
|
124 |
with capture.capture_output() as cap:
|
125 |
-
get_ipython().system('aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/
|
126 |
get_ipython().system('unzip -q -o repo.zip -d {webui_path}')
|
127 |
get_ipython().system('rm -rf repo.zip')
|
128 |
|
|
|
1 |
+
## //Vorst Cavry// ##
|
2 |
|
3 |
import os
|
4 |
import re
|
|
|
122 |
start_install = int(time.time())
|
123 |
print("⌚ Unpacking Stable Diffusion...", end='')
|
124 |
with capture.capture_output() as cap:
|
125 |
+
get_ipython().system('aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/vorstcavry/test/resolve/main/FULL_REPO.zip -o repo.zip')
|
126 |
get_ipython().system('unzip -q -o repo.zip -d {webui_path}')
|
127 |
get_ipython().system('rm -rf repo.zip')
|
128 |
|