micro fix & update
Browse files
files_cells/notebooks/en/downloading_en.ipynb
CHANGED
@@ -116,7 +116,7 @@
|
|
116 |
" 'Vae', 'Vae_Num',\n",
|
117 |
" 'latest_webui', 'latest_exstensions', 'detailed_download',\n",
|
118 |
" 'controlnet', 'controlnet_Num', 'commit_hash', 'optional_huggingface_token',\n",
|
119 |
-
" 'ngrok_token' 'commandline_arguments',\n",
|
120 |
" 'Model_url', 'Vae_url', 'LoRA_url', 'Embedding_url', 'Extensions_url', 'custom_file_urls'\n",
|
121 |
"]\n",
|
122 |
"\n",
|
@@ -372,6 +372,8 @@
|
|
372 |
" if 'civitai' in url and civitai_token:\n",
|
373 |
" url = f\"{url}?token={civitai_token}\"\n",
|
374 |
"\n",
|
|
|
|
|
375 |
" # -- GDrive --\n",
|
376 |
" if 'drive.google' in url:\n",
|
377 |
" if 'folders' in url:\n",
|
|
|
116 |
" 'Vae', 'Vae_Num',\n",
|
117 |
" 'latest_webui', 'latest_exstensions', 'detailed_download',\n",
|
118 |
" 'controlnet', 'controlnet_Num', 'commit_hash', 'optional_huggingface_token',\n",
|
119 |
+
" 'ngrok_token', 'commandline_arguments',\n",
|
120 |
" 'Model_url', 'Vae_url', 'LoRA_url', 'Embedding_url', 'Extensions_url', 'custom_file_urls'\n",
|
121 |
"]\n",
|
122 |
"\n",
|
|
|
372 |
" if 'civitai' in url and civitai_token:\n",
|
373 |
" url = f\"{url}?token={civitai_token}\"\n",
|
374 |
"\n",
|
375 |
+
" print(\"\\033[32m---\"*45 + f\"\\n\\033[33mURL: \\033[34m{url}\\n\\033[33mSAVE DIR: \\033[34m{dst_dir}\\n\\033[33mFILE NAME: \\033[34m{file_name}\\033[32m\\n~~~\\033[0m\")\n",
|
376 |
+
"\n",
|
377 |
" # -- GDrive --\n",
|
378 |
" if 'drive.google' in url:\n",
|
379 |
" if 'folders' in url:\n",
|
files_cells/notebooks/ru/downloading_ru.ipynb
CHANGED
@@ -116,7 +116,7 @@
|
|
116 |
" 'Vae', 'Vae_Num',\n",
|
117 |
" 'latest_webui', 'latest_exstensions', 'detailed_download',\n",
|
118 |
" 'controlnet', 'controlnet_Num', 'commit_hash', 'optional_huggingface_token',\n",
|
119 |
-
" 'ngrok_token' 'commandline_arguments',\n",
|
120 |
" 'Model_url', 'Vae_url', 'LoRA_url', 'Embedding_url', 'Extensions_url', 'custom_file_urls'\n",
|
121 |
"]\n",
|
122 |
"\n",
|
@@ -372,6 +372,8 @@
|
|
372 |
" if 'civitai' in url and civitai_token:\n",
|
373 |
" url = f\"{url}?token={civitai_token}\"\n",
|
374 |
"\n",
|
|
|
|
|
375 |
" # -- GDrive --\n",
|
376 |
" if 'drive.google' in url:\n",
|
377 |
" if 'folders' in url:\n",
|
|
|
116 |
" 'Vae', 'Vae_Num',\n",
|
117 |
" 'latest_webui', 'latest_exstensions', 'detailed_download',\n",
|
118 |
" 'controlnet', 'controlnet_Num', 'commit_hash', 'optional_huggingface_token',\n",
|
119 |
+
" 'ngrok_token', 'commandline_arguments',\n",
|
120 |
" 'Model_url', 'Vae_url', 'LoRA_url', 'Embedding_url', 'Extensions_url', 'custom_file_urls'\n",
|
121 |
"]\n",
|
122 |
"\n",
|
|
|
372 |
" if 'civitai' in url and civitai_token:\n",
|
373 |
" url = f\"{url}?token={civitai_token}\"\n",
|
374 |
"\n",
|
375 |
+
" print(\"\\033[32m---\"*45 + f\"\\n\\033[33mURL: \\033[34m{url}\\n\\033[33mSAVE DIR: \\033[34m{dst_dir}\\n\\033[33mFILE NAME: \\033[34m{file_name}\\033[32m\\n~~~\\033[0m\")\n",
|
376 |
+
"\n",
|
377 |
" # -- GDrive --\n",
|
378 |
" if 'drive.google' in url:\n",
|
379 |
" if 'folders' in url:\n",
|
files_cells/python/en/downloading_en.py
CHANGED
@@ -97,7 +97,7 @@ variables = [
|
|
97 |
'Vae', 'Vae_Num',
|
98 |
'latest_webui', 'latest_exstensions', 'detailed_download',
|
99 |
'controlnet', 'controlnet_Num', 'commit_hash', 'optional_huggingface_token',
|
100 |
-
'ngrok_token' 'commandline_arguments',
|
101 |
'Model_url', 'Vae_url', 'LoRA_url', 'Embedding_url', 'Extensions_url', 'custom_file_urls'
|
102 |
]
|
103 |
|
@@ -353,6 +353,8 @@ def manual_download(url, dst_dir, file_name):
|
|
353 |
if 'civitai' in url and civitai_token:
|
354 |
url = f"{url}?token={civitai_token}"
|
355 |
|
|
|
|
|
356 |
# -- GDrive --
|
357 |
if 'drive.google' in url:
|
358 |
if 'folders' in url:
|
|
|
97 |
'Vae', 'Vae_Num',
|
98 |
'latest_webui', 'latest_exstensions', 'detailed_download',
|
99 |
'controlnet', 'controlnet_Num', 'commit_hash', 'optional_huggingface_token',
|
100 |
+
'ngrok_token', 'commandline_arguments',
|
101 |
'Model_url', 'Vae_url', 'LoRA_url', 'Embedding_url', 'Extensions_url', 'custom_file_urls'
|
102 |
]
|
103 |
|
|
|
353 |
if 'civitai' in url and civitai_token:
|
354 |
url = f"{url}?token={civitai_token}"
|
355 |
|
356 |
+
print("\033[32m---"*45 + f"\n\033[33mURL: \033[34m{url}\n\033[33mSAVE DIR: \033[34m{dst_dir}\n\033[33mFILE NAME: \033[34m{file_name}\033[32m\n~~~\033[0m")
|
357 |
+
|
358 |
# -- GDrive --
|
359 |
if 'drive.google' in url:
|
360 |
if 'folders' in url:
|
files_cells/python/ru/downloading_ru.py
CHANGED
@@ -97,7 +97,7 @@ variables = [
|
|
97 |
'Vae', 'Vae_Num',
|
98 |
'latest_webui', 'latest_exstensions', 'detailed_download',
|
99 |
'controlnet', 'controlnet_Num', 'commit_hash', 'optional_huggingface_token',
|
100 |
-
'ngrok_token' 'commandline_arguments',
|
101 |
'Model_url', 'Vae_url', 'LoRA_url', 'Embedding_url', 'Extensions_url', 'custom_file_urls'
|
102 |
]
|
103 |
|
@@ -353,6 +353,8 @@ def manual_download(url, dst_dir, file_name):
|
|
353 |
if 'civitai' in url and civitai_token:
|
354 |
url = f"{url}?token={civitai_token}"
|
355 |
|
|
|
|
|
356 |
# -- GDrive --
|
357 |
if 'drive.google' in url:
|
358 |
if 'folders' in url:
|
|
|
97 |
'Vae', 'Vae_Num',
|
98 |
'latest_webui', 'latest_exstensions', 'detailed_download',
|
99 |
'controlnet', 'controlnet_Num', 'commit_hash', 'optional_huggingface_token',
|
100 |
+
'ngrok_token', 'commandline_arguments',
|
101 |
'Model_url', 'Vae_url', 'LoRA_url', 'Embedding_url', 'Extensions_url', 'custom_file_urls'
|
102 |
]
|
103 |
|
|
|
353 |
if 'civitai' in url and civitai_token:
|
354 |
url = f"{url}?token={civitai_token}"
|
355 |
|
356 |
+
print("\033[32m---"*45 + f"\n\033[33mURL: \033[34m{url}\n\033[33mSAVE DIR: \033[34m{dst_dir}\n\033[33mFILE NAME: \033[34m{file_name}\033[32m\n~~~\033[0m")
|
357 |
+
|
358 |
# -- GDrive --
|
359 |
if 'drive.google' in url:
|
360 |
if 'folders' in url:
|