Update files_cells/notebooks/en/downloading_en.ipynb
Browse files
files_cells/notebooks/en/downloading_en.ipynb
CHANGED
|
@@ -84,7 +84,7 @@
|
|
| 84 |
"\n",
|
| 85 |
" # Additional manual installation steps for specific packages\n",
|
| 86 |
" with capture.capture_output() as cap:\n",
|
| 87 |
-
" !curl -s -OL https://github.com/
|
| 88 |
" !curl -s -Lo /usr/bin/cl https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64 && chmod +x /usr/bin/cl\n",
|
| 89 |
" !curl -sLO https://github.com/openziti/zrok/releases/download/v0.4.23/zrok_0.4.23_linux_amd64.tar.gz && tar -xzf zrok_0.4.23_linux_amd64.tar.gz -C /usr/bin && rm -f zrok_0.4.23_linux_amd64.tar.gz\n",
|
| 90 |
" del cap\n",
|
|
@@ -141,7 +141,7 @@
|
|
| 141 |
" start_install = int(time.time())\n",
|
| 142 |
" print(\"⌚ Unpacking Stable Diffusion...\", end='')\n",
|
| 143 |
" with capture.capture_output() as cap:\n",
|
| 144 |
-
" !aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/
|
| 145 |
" !unzip -q -o repo.zip -d {webui_path}\n",
|
| 146 |
" !rm -rf repo.zip\n",
|
| 147 |
"\n",
|
|
|
|
| 84 |
"\n",
|
| 85 |
" # Additional manual installation steps for specific packages\n",
|
| 86 |
" with capture.capture_output() as cap:\n",
|
| 87 |
+
" !curl -s -OL https://github.com/vorstcavry/tunnel/res/new_tunnel --output-dir {root_path}\n",
|
| 88 |
" !curl -s -Lo /usr/bin/cl https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64 && chmod +x /usr/bin/cl\n",
|
| 89 |
" !curl -sLO https://github.com/openziti/zrok/releases/download/v0.4.23/zrok_0.4.23_linux_amd64.tar.gz && tar -xzf zrok_0.4.23_linux_amd64.tar.gz -C /usr/bin && rm -f zrok_0.4.23_linux_amd64.tar.gz\n",
|
| 90 |
" del cap\n",
|
|
|
|
| 141 |
" start_install = int(time.time())\n",
|
| 142 |
" print(\"⌚ Unpacking Stable Diffusion...\", end='')\n",
|
| 143 |
" with capture.capture_output() as cap:\n",
|
| 144 |
+
" !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\n",
|
| 145 |
" !unzip -q -o repo.zip -d {webui_path}\n",
|
| 146 |
" !rm -rf repo.zip\n",
|
| 147 |
"\n",
|