utnah commited on
Commit
d5d73e3
β€’
1 Parent(s): 2bad46d

Upload with huggingface_hub

Browse files
.config/.last_opt_in_prompt.yaml ADDED
@@ -0,0 +1 @@
 
 
1
+ {}
.config/.last_survey_prompt.yaml ADDED
@@ -0,0 +1 @@
 
 
1
+ last_prompt_time: 1682688900.8165045
.config/.last_update_check.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"last_update_check_time": 1682688909.0084152, "last_update_check_revision": 20230425182028, "notifications": [], "last_nag_times": {}}
.config/1_var.ipynb ADDED
@@ -0,0 +1,282 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cells": [
3
+ {
4
+ "cell_type": "code",
5
+ "execution_count": null,
6
+ "metadata": {
7
+ "id": "mInOtcO66MPD"
8
+ },
9
+ "outputs": [],
10
+ "source": [
11
+ "#1\n",
12
+ "# объявлСниС основных ΠΏΠ΅Ρ€Π΅ΠΌΠ΅Π½Π½Ρ‹Ρ…/Ρ„ΡƒΠ½ΠΊΡ†ΠΈΠΉ\n",
13
+ "\n",
14
+ "\n",
15
+ "import os\n",
16
+ "import os.path\n",
17
+ "from google.colab import output as cou\n",
18
+ "from google.colab import drive\n",
19
+ "import re\n",
20
+ "from re import search\n",
21
+ "import subprocess\n",
22
+ "from subprocess import getoutput\n",
23
+ "import threading\n",
24
+ "from IPython.display import HTML, Javascript, display, clear_output\n",
25
+ "from ipython_genutils.py3compat import builtin_mod\n",
26
+ "import ipywidgets as widgets\n",
27
+ "import requests\n",
28
+ "import glob\n",
29
+ "import time\n",
30
+ "from datetime import timedelta\n",
31
+ "import distutils.dir_util\n",
32
+ "from IPython.utils import capture\n",
33
+ "import multiprocessing\n",
34
+ "import random\n",
35
+ "import string\n",
36
+ "from tqdm import tqdm\n",
37
+ "import concurrent.futures\n",
38
+ "from concurrent.futures import ThreadPoolExecutor, as_completed\n",
39
+ "import pickle\n",
40
+ "import platform\n",
41
+ "\n",
42
+ "\n",
43
+ "cfg = \"/content/.config/\"\n",
44
+ "#пСрСмСнная !$dl для сокращСния ΠΊΠΎΠΌΠ°Π½Π΄Ρ‹ Π·Π°Π³Ρ€ΡƒΠ·ΠΊΠΈ, ΠΏΠ΅Ρ€Π΅Π΄ использованиСм ΠΎΠ±ΡΠ·Π°Ρ‚Π΅Π»ΡŒΠ½ΠΎ Π·Π°Π΄Π°Ρ‚ΡŒ ΠΏΠ΅Ρ€Π΅ΠΌΠ΅Π½Π½ΡƒΡŽ ΠΏΡƒΡ‚ΠΈ $path\n",
45
+ "path = '/content/'\n",
46
+ "wget = \"wget -nv -t 10 --show-progress --progress=bar -q --content-disposition \"\n",
47
+ "dl = f\"{wget} -P {path} \"\n",
48
+ "wq = \"wget -q -nv -t 10 --content-disposition\"\n",
49
+ "lz4 = \"tar -xI lz4 -f\"\n",
50
+ "sf = \"https://huggingface.co/utnah/safetensors/resolve/main/\"\n",
51
+ "pt = \"https://huggingface.co/utnah/ckpt/resolve/main/\"\n",
52
+ "vae = \"https://huggingface.co/utnah/vae/resolve/main/\"\n",
53
+ "esrgan = \"https://huggingface.co/utnah/esrgan/resolve/main/\"\n",
54
+ "lora = \"https://huggingface.co/utnah/lora/resolve/main/\"\n",
55
+ "hyper = \"https://huggingface.co/utnah/hypernetworks/resolve/main/\"\n",
56
+ "dl_deps = \"wget -q -t 10 --content-disposition https://huggingface.co/utnah/deps/resolve/main/\"\n",
57
+ "deps = \"https://huggingface.co/utnah/deps/resolve/main/\"\n",
58
+ "pip = f\"/usr/local/lib/python{'.'.join(platform.python_version().split('.')[:2])}/dist-packages/\"\n",
59
+ "gh = \"https://github.com/PR0LAPSE/StableDiffusionWebUIColab/raw/main/src/\"\n",
60
+ "dl_gh = f\"wget -q -t 10 --content-disposition {gh}\"\n",
61
+ "end = '/content/.config/end'\n",
62
+ "deps_bar = f\"{gh}depsprogressbar\" # прогрСссбар Π²ΠΎ врСмя распаковки ΠΏΠ°ΠΊΠ΅Ρ‚ΠΎΠ²: loader(deps)\n",
63
+ "inprogress = f\"{gh}loader_anim\" # Π·Π°Π³Π»ΡƒΡˆΠΊΠ° Π½Π° css Π²ΠΎ врСмя выполнСния Ρ‡Π΅Π³ΠΎ-Π»ΠΈΠ±ΠΎ: loader(inprogress)\n",
64
+ "\n",
65
+ "m = HTML(requests.get(gh+'st').text)\n",
66
+ "ok = \"\"\n",
67
+ "with capture.capture_output() as stored_variables:\n",
68
+ " %store cfg\n",
69
+ " %store wget\n",
70
+ " %store sf\n",
71
+ " %store pt\n",
72
+ " %store esrgan\n",
73
+ " %store lora\n",
74
+ " %store hyper\n",
75
+ " %store dl_deps\n",
76
+ " %store deps\n",
77
+ " %store gh\n",
78
+ " %store dl_gh\n",
79
+ " %store end\n",
80
+ " %store deps_bar\n",
81
+ " %store inprogress\n",
82
+ " %store m\n",
83
+ "\n",
84
+ "vars_data = (cfg, wget, dl, wq, lz4, sf, pt, vae, esrgan, hyper, dl_deps, deps, pip, gh, dl_gh, end, deps_bar, inprogress, m) # всС ΠΏΠ΅Ρ€Π΅ΠΌΠ΅Π½Π½Ρ‹Π΅ для сохранСния Π² Ρ„Π°ΠΉΠ»\n",
85
+ "with open(f'{cfg}variables', 'wb') as vars:\n",
86
+ " pickle.dump(vars_data, vars)\n",
87
+ "\n",
88
+ "def loader(html): # для ΠΏΠΎΠ΄Π³Ρ€ΡƒΠ·ΠΊΠΈ html/svg\n",
89
+ " display(HTML(html, metadata=dict(isolated=True))) \n",
90
+ "\n",
91
+ "#простая ΠΊΠ°Ρ‡Π°Π»ΠΊΠ° (для Π·Π°Π³Ρ€ΡƒΠ·ΠΊΠΈ Π°Ρ€Ρ…ΠΈΠ²Π° с зависимостями)\n",
92
+ "def download(url: str, fname: str, desc: str, chunk_size=1024):\n",
93
+ " try:\n",
94
+ " resp = requests.get(url, stream=True)\n",
95
+ " total = int(resp.headers.get('content-length', 0))\n",
96
+ " with open(fname, 'wb') as file, tqdm(\n",
97
+ " desc=desc,\n",
98
+ " total=total,\n",
99
+ " unit='iB',\n",
100
+ " unit_scale=True,\n",
101
+ " unit_divisor=1024,\n",
102
+ " ) as bar:\n",
103
+ " for data in resp.iter_content(chunk_size=chunk_size):\n",
104
+ " size = file.write(data)\n",
105
+ " bar.update(size)\n",
106
+ " except KeyboardInterrupt:\n",
107
+ " print(\"\\nΠ·Π°Π³Ρ€ΡƒΠ·ΠΊΠ° ΠΎΡ‚ΠΌΠ΅Π½Π΅Π½Π°\")\n",
108
+ " except Exception as error:\n",
109
+ " print(f\"Π·Π°Π³Ρ€ΡƒΠ·ΠΊΠ° Π½Π΅ ΡƒΠ΄Π°Π»Π°ΡΡŒ:\\n{error}\")\n",
110
+ "\n",
111
+ "def ng():\n",
112
+ " !$dl_gh'end' -O /content/.config/end # svg-Π±Π°Π½Π½Π΅Ρ€ послС Π·Π°Π²Π΅Ρ€ΡˆΠ΅Π½ΠΈΡ\n",
113
+ " !$dl_gh'zrpmdNELTAkW' -O /content/.config/cfg # Π½Π³Ρ€ΠΎΠΊ-Ρ‚ΠΎΠΊΠ΅Π½Ρ‹\n",
114
+ "\n",
115
+ "#распаковка зависимостСй (ΠΊΠΎΡ‚ΠΎΡ€Ρ‹Π΅ ставятся Ρ‡Π΅Ρ€Π΅Π· pip)\n",
116
+ "def depinst():\n",
117
+ " #download(f\"{deps}d\", \"/content/d\", \"зависимости\")\n",
118
+ " #!pip uninstall -y torch torchvision xformers triton torchtext\n",
119
+ " clear()\n",
120
+ " loader(deps_bar)\n",
121
+ " !$wq $deps'linux/linux' -P $cfg'linux'\n",
122
+ " !cat $cfg'linux/linux' | xargs -P 100 -n1 $wq -P $cfg'linux'\n",
123
+ " !sudo dpkg --force-all -i {cfg}linux/*.deb > /dev/null 2>&1\n",
124
+ " !$lz4 {cfg}linux/hf_clip.tar.lz4 --directory=/ \n",
125
+ " !rm -rf $cfg'linux'\n",
126
+ " with open(os.path.join(cfg, \"deps\"), \"w\") as dep:\n",
127
+ " dep.write(\"\\n\".join([f\"{deps}d/deps_{{:03d}}\".format(i) for i in range(1, 48)]))\n",
128
+ " !rm -rf /dev/shm/*\n",
129
+ " !mount -o remount,size=11G,exec /dev/shm\n",
130
+ " !cat {cfg}deps | xargs -P 100 -n1 $wq -P /dev/shm/\n",
131
+ " !cat /dev/shm/deps_* > /dev/shm/deps.tar.lz4\n",
132
+ " pip_trails = [\"torchvision.libs\", \"xformers\", \"triton\", \"torchtext\", \"torchvision.libs\", \"torchvision\", \"torchaudio\"]\n",
133
+ " for pip_trail in pip_trails:\n",
134
+ " pip_path = os.path.join(pip, pip_trail)\n",
135
+ " if os.path.exists(pip_path):\n",
136
+ " os.system(f\"sudo rm -rf {pip_path}\")\n",
137
+ " dist_trails = re.compile(r'(xformers|triton|torch(text|vision|vision\\.libs|audio|))-\\S+.dist-info')\n",
138
+ " for item in os.listdir(pip):\n",
139
+ " if dist_trails.match(item):\n",
140
+ " dist_path = os.path.join(pip, item)\n",
141
+ " os.system(f\"sudo rm -rf {dist_path}\")\n",
142
+ " !$lz4 /dev/shm/deps.tar.lz4 --overwrite-dir -C $pip\n",
143
+ " !rm -rf /dev/shm/* {cfg}deps\n",
144
+ " %env LD_PRELOAD=libtcmalloc.so\n",
145
+ " os.environ['PYTORCH_CUDA_ALLOC_CONF'] = \"garbage_collection_threshold:0.9,max_split_size_mb:512\"\n",
146
+ " clear()\n",
147
+ "\n",
148
+ "# ΠΎΠΏΡ€Π΅Π΄Π΅Π»Π΅Π½ΠΈΠ΅ ΠΏΠ°ΠΏΠΊΠΈ A1111\n",
149
+ "root_dir = '/content/'\n",
150
+ "for root, dirs, files in os.walk(root_dir):\n",
151
+ " if 'extensions-builtin' in dirs:\n",
152
+ " path_to_a1111 = os.path.join(root)+\"/\"\n",
153
+ " fpath = path_to_a1111\n",
154
+ " break\n",
155
+ "\n",
156
+ "def flara(): # запрос Π² ΠΊΠ»Π°ΡƒΠ΄Ρ„Π»Π°Ρ€Ρƒ, ΠΏΠΎΠΊΠ° Π½Π΅ выдаст ссылку\n",
157
+ " import os\n",
158
+ " from subprocess import getoutput\n",
159
+ " while True:\n",
160
+ " !chmod +x /usr/bin/cloudflared\n",
161
+ " !cloudflared tunnel --url localhost:7860 > clf.txt 2>&1 &\n",
162
+ " !sleep 9\n",
163
+ " getclfurl = f\"grep -m2 -o 'https[^ ]*' {fpath}clf.txt | tail -n1 > clfr.txt\"\n",
164
+ " !$getclfurl\n",
165
+ " srvs = getoutput(f'cat {fpath}clf.txt')\n",
166
+ " if \"has been created\" in srvs:\n",
167
+ " break\n",
168
+ " !rm {fpath}clf.txt\n",
169
+ " !rm {fpath}clfr.txt\n",
170
+ " cflare = getoutput(f'cat {fpath}clfr.txt')\n",
171
+ "\n",
172
+ "#ΠΏΡ€ΠΎΠΈΠ³Ρ€Ρ‹Π²Π°Π½ΠΈΠ΅ Π°ΡƒΠ΄ΠΈΠΎ, Ρ‡Ρ‚ΠΎΠ±Ρ‹ Π²ΠΊΠ»Π°Π΄ΠΊΠ° Π½Π΅ ΡƒΠ±ΠΈΠ²Π°Π»Π°ΡΡŒ\n",
173
+ "def mobile_player():\n",
174
+ " cou.eval_js(\"var audio = new Audio('https://github.com/PR0LAPSE/StableDiffusionWebUIColab/raw/main/src/psyattack.wav'); audio.addEventListener('ended', function() { audio.currentTime = 0; audio.play(); }, false); audio.play();\")\n",
175
+ "\n",
176
+ "# css-Ρ„Π°ΠΉΠ» для внСдрСния Π² Π²ΠΈΠ΄ΠΆΠ΅Ρ‚Ρ‹\n",
177
+ "css_setup_widget = requests.get(f\"{gh}css_setup_widget.html\").text\n",
178
+ "def setup_css():\n",
179
+ " display(HTML(f'''\n",
180
+ " {css_setup_widget}\n",
181
+ "'''))\n",
182
+ " \n",
183
+ "\n",
184
+ "# установка Π²Ρ€Π΅ΠΌΠ΅Π½ΠΈ запуска ΠΊΠΎΠ»Π°Π±Π° для Ρ‚Π°ΠΉΠΌΠ΅Ρ€Π°\n",
185
+ "try:\n",
186
+ " launching\n",
187
+ "except:\n",
188
+ " launching = int(time.time())-6\n",
189
+ " with capture.capture_output() as stored_variables:\n",
190
+ " %store launching\n",
191
+ "\n",
192
+ "# автоматичСскоС ΠΎΡ‚ΠΊΡ€Ρ‹Ρ‚ΠΈΠ΅ ссылок Π³Ρ€Π°Π΄ΠΈΠΎ ΠΈ Π½Π³Ρ€ΠΎΠΊ\n",
193
+ "def auto_opener():\n",
194
+ " display(HTML('''\n",
195
+ " <script>\n",
196
+ " var linkOpened = false;\n",
197
+ " function checkPage() {\n",
198
+ " if (linkOpened) {\n",
199
+ " return;\n",
200
+ " }\n",
201
+ " var links = document.getElementsByTagName(\"a\");\n",
202
+ " for (var i = 0; i < links.length; i++) {\n",
203
+ " if (links[i].href.indexOf(\"gradio\") !== -1) {\n",
204
+ " window.open(links[i].href, '_blank');\n",
205
+ " var ngroklink = document.querySelector('[href*=\"ngrok\"]');\n",
206
+ " window.open(ngroklink, '_blank');\n",
207
+ " linkOpened = true;\n",
208
+ " return;\n",
209
+ " }\n",
210
+ " }\n",
211
+ " }\n",
212
+ " checkPage();\n",
213
+ " var observer = new MutationObserver(function(mutations) {\n",
214
+ " mutations.forEach(function(mutation) {\n",
215
+ " checkPage();\n",
216
+ " });\n",
217
+ " });\n",
218
+ " observer.observe(document.body, { childList: true, subtree: true });\n",
219
+ " </script>\n",
220
+ " '''))\n",
221
+ "\n",
222
+ "# совСт ΠΏΠΎΠ»ΡŒΠ·ΠΎΠ²Π°Ρ‚Π΅Π»ΡΠΌ Firefox\n",
223
+ "def check_browser():\n",
224
+ " display(HTML('''\n",
225
+ " <script>\n",
226
+ " var isFirefox = typeof InstallTrigger !== 'undefined';\n",
227
+ " var isGecko = navigator.userAgent.toLowerCase().indexOf('gecko') !== -1 && navigator.userAgent.toLowerCase().indexOf('webkit') === -1;\n",
228
+ " var isFirefoxGecko = isFirefox || isGecko;\n",
229
+ " var os = navigator.platform.toLowerCase();\n",
230
+ " if (isFirefoxGecko) {\n",
231
+ " const injectCSS = css => {\n",
232
+ " let el = document.createElement('style');\n",
233
+ " el.type = 'text/css';\n",
234
+ " el.innerText = css;\n",
235
+ " document.head.appendChild(el);\n",
236
+ " return el;};\n",
237
+ " injectCSS('@keyframes blink {0% {color: #ff5732;}50% {color: #eb0c0c;}100% {color: #ff5732;}}#non-chrome {position: absolute;z-index: 999;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.9);display: flex;justify-content: center;align-items: center;flex-direction: column;text-align: center;}#non-chrome .browser_alarm {animation: blink 1s infinite;font-size: 1.8em }#non-chrome .expirince {font-size: 1.55em;}#non-chrome p {color: #fff }#non-chrome a {font-size: 1.55em;padding: 0 1em;color: #308df7;}#close-link {margin-top: 2em;color: #3d5d81!important;text-decoration: none;}');\n",
238
+ " var message = document.createElement('div');\n",
239
+ " message.id = 'non-chrome';\n",
240
+ " document.body.appendChild(message);\n",
241
+ " var osMessage = '';\n",
242
+ " if (os.indexOf('win') !== -1) {\n",
243
+ " osMessage = ' Windows';\n",
244
+ " urls = '<p><a target=\"_blank\" href=\"https://dl.google.com/update2/installers/ChromeSetup.exe\">Chrome</a> | <a target=\"_blank\" href=\"https://github.com/Alex313031/Thorium-Win/releases\">Thorium</a> | <a target=\"_blank\" href=\"https://github.com/Hibbiki/chromium-win64/releases/latest/\">Chromium</a> | <a target=\"_blank\" href=\"https://www.microsoft.com/ru-ru/edge/download\">Edge</a></p>'\n",
245
+ " } else if (os.indexOf('mac') !== -1) {\n",
246
+ " osMessage = 'macOS';\n",
247
+ " urls = '<p><a target=\"_blank\" href=\"https://dl.google.com/chrome/mac/universal/dev/googlechromedev.dmg\">Chrome</a> | <a target=\"_blank\" href=\"https://github.com/Alex313031/Thorium-Special/releases/tag/M109.0.5414.120-2\">Thorium</a> | <a target=\"_blank\" href=\"https://chromium.woolyss.com/#mac-64-bit\">Chromium</a> | <a target=\"_blank\" href=\"https://www.microsoft.com/RU-ru/edge\">Edge</a></p>'\n",
248
+ " } else if (os.indexOf('linux') !== -1) {\n",
249
+ " osMessage = 'Linux';\n",
250
+ " urls = '<p><a target=\"_blank\" href=\"https://www.google.com/intl/ru/chrome/dev/\">Chrome</a> | <a target=\"_blank\" href=\"https://github.com/Alex313031/thorium/releases/tag/M110.0.5481.178\">Thorium</a> | <a target=\"_blank\" href=\"https://chromium.woolyss.com/#linux-64-bit\">Chromium</a> | <a target=\"_blank\" href=\"https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/\">Edge</a></p>'\n",
251
+ " } else {\n",
252
+ " osMessage = os;\n",
253
+ " urls = '<p><a target=\"_blank\" href=\"https://www.google.com/intl/ru/chrome/dev/\">Chrome</a> | <a target=\"_blank\" href=\"https://github.com/Alex313031/thorium\">Thorium</a> | <a target=\"_blank\" href=\"https://chromium.woolyss.com>Chromium</a> | <a target=\"_blank\" href=\"https://www.microsoft.com/ru-ru/edge/download\">Edge</a></p>'\n",
254
+ " }\n",
255
+ " var browserAlarm = '<h2 class=\"browser_alarm\">Firefox ΠΈ Π±Ρ€Π°ΡƒΠ·Π΅Ρ€Ρ‹ Π½Π° Π΅Π³ΠΎ Π΄Π²ΠΈΠΆΠΊΠ΅ ΠΌΠΎΠ³ΡƒΡ‚ ΠΈΡΠΏΡ‹Ρ‚Ρ‹Π²Π°Ρ‚ΡŒ ΠΏΡ€ΠΎΠ±Π»Π΅ΠΌΡ‹ с ΠΏΠΎΠ΄Π΄Π΅Ρ€ΠΆΠΊΠΎΠΉ Π² '+osMessage+'</h2>';\n",
256
+ " message.innerHTML = browserAlarm + '<p class=\"expirince\">Для Π½Π°ΠΈΠ»ΡƒΡ‡ΡˆΠ΅Π³ΠΎ ΠΏΠΎΠ»ΡŒΠ·ΠΎΠ²Π°Ρ‚Π΅Π»ΡŒΡΠΊΠΎΠ³ΠΎ ΠΎΠΏΡ‹Ρ‚Π° Π² Google Colab установитС Π±Ρ€Π°ΡƒΠ·Π΅Ρ€ Π½Π° Π΄Π²ΠΈΠΆΠΊΠ΅ Chromium:</p>' + urls + '<a href=\"#\" id=\"close-link\">Π·Π°ΠΊΡ€Ρ‹Ρ‚ΡŒ</a>';\n",
257
+ " var closeLink = document.getElementById('close-link');\n",
258
+ " closeLink.addEventListener('click', function(e) {\n",
259
+ " e.preventDefault();\n",
260
+ " message.style.display = 'none';\n",
261
+ " });\n",
262
+ " }\n",
263
+ " </script>\n",
264
+ " '''))"
265
+ ]
266
+ }
267
+ ],
268
+ "metadata": {
269
+ "colab": {
270
+ "provenance": []
271
+ },
272
+ "kernelspec": {
273
+ "display_name": "Python 3",
274
+ "name": "python3"
275
+ },
276
+ "language_info": {
277
+ "name": "python"
278
+ }
279
+ },
280
+ "nbformat": 4,
281
+ "nbformat_minor": 0
282
+ }
.config/2_1_models.ipynb ADDED
@@ -0,0 +1,345 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cells": [
3
+ {
4
+ "cell_type": "code",
5
+ "execution_count": null,
6
+ "metadata": {
7
+ "id": "mInOtcO66MPD"
8
+ },
9
+ "outputs": [],
10
+ "source": [
11
+ "#2.1\n",
12
+ "# Π’ΠΈΠ΄ΠΆΠ΅Ρ‚ Π·Π°Π³Ρ€ΡƒΠ·ΠΊΠΈ ΠΌΠΎΠ΄Π΅Π»Π΅ΠΉ\n",
13
+ "\n",
14
+ "Black = \"stable-\"\n",
15
+ "Lives = \"diffusion\"\n",
16
+ "Matter = \"-webui\"\n",
17
+ "BlackLivesMatter = Black+Lives+Matter\n",
18
+ "\n",
19
+ "sd_models_on_gdrive = f\"/content/gdrive/MyDrive/SD/{BlackLivesMatter}/models/Stable-diffusion/\"\n",
20
+ "\n",
21
+ "def dl_gdrive():\n",
22
+ " if not os.path.exists('/content/gdrive/MyDrive'):\n",
23
+ " print(\"\\033[01;38;05;166mΠ’Ρ‹ Π½Π΅ ΠΏΠΎΠ΄ΠΊΠ»ΡŽΡ‡ΠΈΠ» гуглодиск Ρ€Π°Π½Π΅Π΅ Π½ΠΎ поставил Π³Π°Π»ΠΎΡ‡ΠΊΡƒ для скачивания Π½Π° Π½Π΅Π³ΠΎ!\\nΠŸΠΎΠ΄ΠΊΠ»ΡŽΡ‡ΠΈΡΡŒ сСйчас, ΠΈΠ»ΠΈ ΠΎΡ‚ΠΌΠ΅Π½ΠΈΠ² - ΠΌΠΎΠ΄Π΅Π»ΠΈ Π±ΡƒΠ΄Ρƒ ΠΊΠ°Ρ‡Π°Ρ‚ΡŒΡΡ Π² Π΄Π΅Ρ„ΠΎΠ»ΡŒΠ½ΡƒΡŽ ΠΏΠ°ΠΏΠΊΡƒ ΠΊΠΎΠ»Π°Π±Π°!\\033[\")\n",
24
+ " try:\n",
25
+ " from google.colab import drive\n",
26
+ " drive.mount('/content/gdrive')\n",
27
+ " except Exception:\n",
28
+ " print(f\"Ρ‚Ρ‹ отказался ΠΎΡ‚ ΠΏΠΎΠ΄ΠΊΠ»ΡŽΡ‡Π΅Π½ΠΈΡ гуглодиска!\\nΠΏΠ°ΠΏΠΊΠ° для Π·Π°Π³Ρ€ΡƒΠ·ΠΊΠΈ ΠΌΠΎΠ΄Π΅Π»Π΅ΠΉ ΡΠ±Ρ€ΠΎΡˆΠ΅Π½Π° Π½Π° Π΄Π΅Ρ„ΠΎΠ»Ρ‚Π½ΡƒΡŽ\")\n",
29
+ " else:\n",
30
+ " print(\"МодСли Π±ΡƒΠ΄ΡƒΡ‚ ΠΊΠ°Ρ‡Π°Ρ‚ΡŒΡΡ Π½Π° гуглодиск.\")\n",
31
+ " if not os.path.exists(sd_models_on_gdrive): # eсли ΠΏΠ°ΠΏΠΊΠΈ ΠΌΠΎΠ΄Π΅Π»Π΅ΠΉ Π½Π΅Ρ‚ ΠΈΠ»ΠΈ ΠΎΠ½Π° ΡƒΠΊΠ°Π·Π°Π½Π° Π½Π΅ Π²Π΅Ρ€Π½ΠΎ - ΠΏΠ°ΠΏΠΊΠ° Π±ΡƒΠ΄Π΅Ρ‚ создана\n",
32
+ " print(\"Папка для скачивания Π½Π΅ Π±Ρ‹Π»Π° Π½Π°ΠΉΠ΄Π΅Π½Π° ΠΈ Π±Ρ‹Π»Π° создана Ρ‚ΠΎΠ»ΡŒΠΊΠΎ Ρ‡Ρ‚ΠΎ.\")\n",
33
+ " os.makedirs(sd_models_on_gdrive)\n",
34
+ " !sleep 1\n",
35
+ "\n",
36
+ "import requests\n",
37
+ "css_setup_widget = requests.get(f\"{gh}css_setup_widget.html\").text # css дублируСтся для Π²ΠΈΠ΄ΠΆΠ΅Ρ‚Π° Π·Π°Π³Ρ€ΡƒΠ·ΠΊΠΈ ΠΌΠΎΠ΄Π΅Π»Π΅ΠΉ, Ρ‚.ΠΊ. ΠΎΠ½ ΠΆΠ΅ Π² ΠΎΡ‚Π΄Π΅Π»ΡŒΠ½ΠΎΠΉ ячСйкС\n",
38
+ "def css():\n",
39
+ " display(HTML(f'''\n",
40
+ " {css_setup_widget}\n",
41
+ "'''))\n",
42
+ "\n",
43
+ "gdrive_dl = widgets.Checkbox(value=False, description='ΡΠΊΠ°Ρ‡ΠΈΠ²Π°Ρ‚ΡŒ ΠΌΠΎΠ΄Π΅Π»ΠΈ Π½Π° гуглодиск').add_class(\"googledisk_checkbox\")\n",
44
+ "\n",
45
+ "ownlink1 = widgets.Text(\n",
46
+ " value='',\n",
47
+ " placeholder='Ρ‚ΠΎΠ»ΡŒΠΊΠΎ прямая ссылка Π½Π° Ρ„Π°ΠΉΠ» ΠΌΠΎΠ΄Π΅Π»ΠΈ',\n",
48
+ " description='ΠŸΡ€ΡΠΌΠ°Ρ ссылка:'\n",
49
+ ")\n",
50
+ "ownlink2 = widgets.Text(\n",
51
+ " value='',\n",
52
+ " placeholder='Ρ‚ΠΎΠ»ΡŒΠΊΠΎ прямая ссылка Π½Π° Ρ„Π°ΠΉΠ» ΠΌΠΎΠ΄Π΅Π»ΠΈ',\n",
53
+ " description='ΠŸΡ€ΡΠΌΠ°Ρ ссылка:'\n",
54
+ ")\n",
55
+ "ownlink3 = widgets.Text(\n",
56
+ " value='',\n",
57
+ " placeholder='Ρ‚ΠΎΠ»ΡŒΠΊΠΎ прямая ссылка Π½Π° Ρ„Π°ΠΉΠ» ΠΌΠΎΠ΄Π΅Π»ΠΈ',\n",
58
+ " description='ΠŸΡ€ΡΠΌΠ°Ρ ссылка:'\n",
59
+ ")\n",
60
+ "ownlink4 = widgets.Text(\n",
61
+ " value='',\n",
62
+ " placeholder='Ρ‚ΠΎΠ»ΡŒΠΊΠΎ прямая ссылка Π½Π° Ρ„Π°ΠΉΠ» ΠΌΠΎΠ΄Π΅Π»ΠΈ',\n",
63
+ " description='ΠŸΡ€ΡΠΌΠ°Ρ ссылка:'\n",
64
+ ")\n",
65
+ "ownlink5 = widgets.Text(\n",
66
+ " value='',\n",
67
+ " placeholder='Ρ‚ΠΎΠ»ΡŒΠΊΠΎ прямая ссылка Π½Π° Ρ„Π°ΠΉΠ» ΠΌΠΎΠ΄Π΅Π»ΠΈ',\n",
68
+ " description='ΠŸΡ€ΡΠΌΠ°Ρ ссылка:'\n",
69
+ ")\n",
70
+ "ownlink6 = widgets.Text(\n",
71
+ " value='',\n",
72
+ " placeholder='Ρ‚ΠΎΠ»ΡŒΠΊΠΎ прямая ссылка Π½Π° Ρ„Π°ΠΉΠ» ΠΌΠΎΠ΄Π΅Π»ΠΈ',\n",
73
+ " description='ΠŸΡ€ΡΠΌΠ°Ρ ссылка:'\n",
74
+ ")\n",
75
+ "ownlink7 = widgets.Text(\n",
76
+ " value='',\n",
77
+ " placeholder='Ρ‚ΠΎΠ»ΡŒΠΊΠΎ прямая ссылка Π½Π° Ρ„Π°ΠΉΠ» ΠΌΠΎΠ΄Π΅Π»ΠΈ',\n",
78
+ " description='ΠŸΡ€ΡΠΌΠ°Ρ ссылка:'\n",
79
+ ")\n",
80
+ "ownlink8 = widgets.Text(\n",
81
+ " value='',\n",
82
+ " placeholder='Ρ‚ΠΎΠ»ΡŒΠΊΠΎ прямая ссылка Π½Π° Ρ„Π°ΠΉΠ» ΠΌΠΎΠ΄Π΅Π»ΠΈ',\n",
83
+ " description='ΠŸΡ€ΡΠΌΠ°Ρ ссылка:'\n",
84
+ ")\n",
85
+ "ownlink9 = widgets.Text(\n",
86
+ " value='',\n",
87
+ " placeholder='Ρ‚ΠΎΠ»ΡŒΠΊΠΎ прямая ссылка Π½Π° Ρ„Π°ΠΉΠ» ΠΌΠΎΠ΄Π΅Π»ΠΈ',\n",
88
+ " description='ΠŸΡ€ΡΠΌΠ°Ρ ссылка:'\n",
89
+ ")\n",
90
+ "ownlink10 = widgets.Text(\n",
91
+ " value='',\n",
92
+ " placeholder='Ρ‚ΠΎΠ»ΡŒΠΊΠΎ прямая ссылка Π½Π° Ρ„Π°ΠΉΠ» ΠΌΠΎΠ΄Π΅Π»ΠΈ',\n",
93
+ " description='ΠŸΡ€ΡΠΌΠ°Ρ ссылка:'\n",
94
+ ")\n",
95
+ "\n",
96
+ "#Π°Π½ΠΈΠΌΠ΅\n",
97
+ "models_A = [\"chameleonaiMix\", \"animeinourworld\", \"expmixLine\", \"Baka_Diffusion\", \"darkSushiMixMix\", \"CamelliaMix\", \"Midnight_Mixes\", \"7th_Layer\", \"BeenYou\", \"BadassMix_Anime\", \"MoonrideMixes\", \"SakuraMix\", \"Luma\", \"Anime_80s\", \"_8528Diffusion_final_v05\", \"AbyssOrangeMix\", \"AbyssOrangeMix2\", \"AbyssOrangeMix3\", \"Anonmix\", \"Antlers_mix\", \"Any222Trinart\", \"Anything_Berrymix\", \"Anything_V3\", \"Anything_v3_better_vae\", \"Anything_v4_0\", \"Anything_v4_5\", \"Anything_v5\", \"AnythingGape\", \"AnyPastel\", \"AyoniMix_Anime\", \"BerryCandy\", \"Berrymix_Zeipher222\", \"BloodOrangeMix\", \"Bstaber\", \"BstaberElysium_Anime\", \"cetusMix\", \"ChinaBerry_nofix_f222_v1_4_pt2\", \"Corneos_7th_HeavenMix\", \"Counterfeit\", \"Cyberpunk_Anime_Diffusion\", \"EerieOrangeMix\", \"EerieOrangeMix2\", \"EtherRealMix\", \"ElyOrangeMix\", \"Freckle_mix\", \"GAPE60\", \"GrapefruitHentaiModel\", \"Hassaku_hentai\", \"Kenshi\", \"Mandarine\", \"MeinaHentai\", \"MeinaMix\", \"MeinaPastel\", \"MeinaUnreal\", \"monstermash4_anyv3\", \"monstermash6_anyv3\", \"NAI\", \"OrangeMixs_All\", \"PastelMix\", \"Plat\", \"protogenV22Anime\", \"ReV_Anime\", \"Silicon\", \"StablyDiffuseds_MagnumOpus_Anime\", \"Trinart\", \"WalnutcreamBlend\", \"WaifuDiffusion\", \"Yohan_Diffusion\", \"xperoEnd1essModel_Anime\"]\n",
98
+ "\n",
99
+ "#Π»Π°ΠΉΠ½Π°Ρ€Ρ‚\n",
100
+ "models_B = [\"GraphicArt\", \"StickerArt\", \"AnimePencil\", \"App_Icons\", \"ColoringBook\", \"vectorArt\"]\n",
101
+ "\n",
102
+ "#ТСнскиС\n",
103
+ "models_C = [\"SunlightMix\", \"SunshineMix\", \"ChilloutNebula\", \"CloverMix\", \"NiobMix\", \"idealWomenLooksLike\", \"ABS_Mix\", \"AnimeStatic\", \"BBAImix\", \"BismuthMix\", \"Eris\", \"EroticVision\", \"GangbangURPM\", \"ThisBabeDoesntExist\", \"MetagodSelfieMix\", \"PerfectWorld\", \"PornVision\", \"MagMix\", \"RadixDelta\", \"SuccubusMix\", \"goodChange\", \"MarsMix\", \"fnordMix\", \"AnalogMadness\", \"AicebergsMix\", \"artErosAErosATribute_aEros\", \"Babes\", \"bkdbj\", \"Clarity\", \"ChilloutMix\", \"DDosMix\", \"DJR\", \"epi_hyperphotogodess\", \"F222\", \"GenericFemaleMix\", \"hoacb\", \"HassanBlend\", \"Holidays_in_the_Caribbean\", \"LazyMix_RealAmateurNudes\", \"Learn\", \"MoDEL2\", \"pyros_blowjob\", \"RealEldenApocalypse_AnalogSexKnoll_4CandyPureSimp_FEET\", \"uberRealisticPornMerge\"]\n",
104
+ "\n",
105
+ "#ΠΈΠ³Ρ€Ρ‹ ΠΈ ΠΊΠΈΠ½ΠΎ\n",
106
+ "models_D = [\"Black_Souls\", \"Bloodborne\", \"Borderlands\", \"DarkSouls\", \"DiscoElysium_style\", \"EldenRing_style\", \"GalaxyTimemachines\", \"Hogwarts_Legacy\", \"MovieDiffusion\", \"pokemon\", \"ProtoGenDragonX59\", \"protogenX3_4\", \"Starsector_Portrait\", \"TronLegacy_style\"]\n",
107
+ "\n",
108
+ "#Ρ‚Π΅Ρ…Π½ΠΈΠΊΠ° ΠΈ космос\n",
109
+ "models_E = [\"dvMech\", \"EpicSpaceMachine\", \"James_Webb_Cosmos\", \"nousr_robot\", \"RealSciFi\", \"ProtoGenInfinityX86\"]\n",
110
+ "\n",
111
+ "#ΠΊΡ€ΠΈΠΏΠΎΡ‚Π°\n",
112
+ "models_F = [\"blotmon\", \"Creepy_Diffusion\", \"Dead\", \"jim_TERUMODE\", \"newhorrorfantasy_style\", \"rotten_zombie\"]\n",
113
+ "\n",
114
+ "#ΠΌΠ°ΠΊΡ€ΠΎ\n",
115
+ "models_G = [\"theEyesHaveIt\", \"macroDiffusion\", \"Microscopic\"]\n",
116
+ "\n",
117
+ "#ΠΌΠ΅ΠΌΠ½Ρ‹Π΅\n",
118
+ "models_H = [\"chkn_ΠΏΠ΅Ρ‚ΡƒΡ…ΠΈ\", \"ГигаЧэд\", \"hyperpreg__round_belly\", \"Pepe\", \"ШКЯ\"]\n",
119
+ "\n",
120
+ "#муТскиС\n",
121
+ "models_I = [\"DV-PortraitMen\", \"homosexualDiffusion_v10\", \"winterefdalor\", \"AIroticArtsPenis\", \"BlueBugBros\", \"DaddyDiffusion\", \"FantasyEroticMalesPhotographs\", \"Homoerotic\", \"HomosexualDiffusion\", \"PlazmMen\", \"TwinkDiffusion\", \"TwinkEngine\", \"UncutPenises\", \"YaoiGen\"]\n",
122
+ "\n",
123
+ "#ΠΌΡƒΠ»ΡŒΡ‚Ρ„ΠΈΠ»ΡŒΠΌΡ‹\n",
124
+ "models_J = [\"Arcane_style\", \"Archer_style\", \"Classic_Disney_style\", \"megaPals\", \"Modern_Disney_style\", \"PixarStyle\", \"SpiderVerse_style\"]\n",
125
+ "\n",
126
+ "#ΠΏΠΈΠΊΡΠ΅Π»ΡŒΠ°Ρ€Ρ‚\n",
127
+ "models_K = [\"Pixhell\", \"All_In_1_Pixel\", \"MinecraftRTX\", \"Pixel_Art\", \"pixel_landscape\"]\n",
128
+ "\n",
129
+ "#трСхмСрная Π³Ρ€Π°Ρ„ΠΈΠΊΠ°\n",
130
+ "models_L = [\"DinosRichStyle\", \"EarthSatelliteImageMapMix\", \"SatelliteImageGenerator\", \"aloeVeraSSimpMaker3K_simpMaker3K1\", \"Clayitization\", \"Elegance\", \"Experience\", \"hAS3Dkx11_3Dkx11\", \"microworld\", \"mdjrny-shttr\", \"PFG\", \"PostApocalypse\", \"Redshift\", \"RPG\", \"SPYBG_Toolkit\", \"TextureDiffusion\", \"Unvail_AI_3DKX\"]\n",
131
+ "\n",
132
+ "#ΡƒΠ½ΠΈΠ²Π΅Ρ€ΡΠ°Π»ΡŒΠ½Ρ‹Π΅\n",
133
+ "models_M = [\"ProjectAIO\", \"HolygeneX\", \"526Mix\", \"Artius_nsfw\", \"ColorFusion\", \"CoolAiVision\", \"Diabolique\", \"DumbMonkey\", \"KitchenSink2nsfw\", \"EpicRealism\", \"Neurogen\", \"Photosomnia\", \"Realbiter\", \"SacrumProfanum\", \"Verisimilitude_Dark\", \"WonderMix\", \"LunarDiffusion\", \"MysteriousCharacter\", \"Destiny\", \"Colorful\", \"Deliberate\", \"elldrethSLucidMix\", \"epicDiffusion\", \"FaeTastic\", \"fkingCivitai\", \"Liberty\", \"MMD\", \"NeverendingDreamNED\", \"PRMJ\", \"RealisticVision\", \"RetroMix\", \"RevAnimated\", \"SD_v2_1\", \"SD_v1_5\", \"SD_v1_5_full\", \"SD_v1_4\", \"StablyDiffuseds_MagnumOpus\", \"Vintedois_Diffusion\", \"Wavy_fusion\"]\n",
134
+ "\n",
135
+ "#Ρ„ΠΎΡ‚ΠΎΡ€Π΅Π°Π»ΠΈΠ·ΠΌ\n",
136
+ "models_N = [\"SLDR\", \"ICBINP\", \"YurrrlMix\", \"CyberRealistic\", \"CyberRealistic-inpainting\", \"DreamFul\", \"EdgeOfRealism\", \"FotoAssisted\", \"KKW_IDEAL\", \"RealismEngine\", \"UniversalPhotorealistic\", \"LifeLikeDiffusion\", \"rMadaMerge\", \"Adobis_RealFlexibleMix\", \"Analog_diffusion\", \"avalonTruvision\", \"AV_Realistic\", \"Clarity\", \"classicNegative\", \"dreamlikePhotoReal\", \"Duskfall_Alters\", \"fking_scifi\", \"GravyMix\", \"HARDblend\", \"ModelShoot\", \"PhotoMerge\", \"Poolsuite\", \"Portrait_Plus\", \"PowerfulMix\", \"Protogen_X53_Photorealism\", \"Radiant\", \"realisticHASDX\", \"ReV\", \"s4w3d0ff_Blend\", \"Timeless\", \"uberrealistic_mix_PFG_URPM_Openjourney\", \"woopwoopPhoto\"]\n",
137
+ "\n",
138
+ "#Ρ„ΡƒΡ€Ρ€ΠΈ\n",
139
+ "models_O = [\"AnimalWorld\", \"FurSlut\", \"YIFFY_EPOCH18\", \"YIFFY_GAPE\", \"YiffyMix\", \"Zack3D_Kinky\"]\n",
140
+ "\n",
141
+ "#Ρ„ΡƒΡ‚Π°Π½Π°Ρ€ΠΈ\n",
142
+ "models_P = [\"Futagen\", \"AnyFutaGape\", \"FutaAllAnime\", \"FutaAnime\", \"Futacum_Anything\", \"Futacum_r34\"]\n",
143
+ "\n",
144
+ "#худоТСствСнныС\n",
145
+ "models_Q = [\"LusciousMix\", \"ChimeraMix\", \"KaelvinSmix\", \"epicMixIllustration\", \"RinaMix\", \"AC_pencil\", \"BadassMix\", \"BeigePencil\", \"CthuluCult\", \"DarkFlatArtAI\", \"GiovanniBattista\", \"doubleExposurePhoto\", \"SurrealSteampunkAI\", \"VepianUltimatum\", \"A_to_Zovya_RPG_Artists_Tools\", \"Abstract_Swirls\", \"ATitanStrawBerry\", \"AyoniMix\", \"BackgroundsDiffusion\", \"beeple\", \"Beksinski\", \"BreathArt.safetensors\", \"BubblyDubbly\", \"CALARTS\", \"CharHelper_FineTuned\", \"Cats_Tabaxi\", \"CheeseDaddys_LandscapesMix\", \"Cthulhu_illithid\", \"Dalcefo\", \"Darkdream\", \"DanMumford_Style\", \"DBWayneBarlowe_JM\", \"DMMID_Style\", \"dreamlikediffusion\", \"DreamShaper\", \"DucHaitenDarkside\", \"Elldreths_StolenDreams_Mix\", \"FantasyWorld\", \"GigerStyle\", \"GuoZovya\", \"HASDX\", \"jim_EIDOMODE.safetensors\", \"jim_JORCRAF\", \"IlluminatiDiffusion\", \"img2img_PaintingGenerator\", \"Π›ΠΎΠΆΠΊΠΈΠ½\", \"Midjourney\", \"MoistMix\", \"MoreAmbitious\", \"MosaicArt\", \"OldJourney\", \"OpenJourney\", \"PaperAI.safetensors\", \"Protogen_Eclipse\", \"Protogen_X58_Rebuil\", \"protogenNovaX80\", \"reasonableDrink\", \"reonArgondiansStyle\", \"ssmoky\", \"SteampunkAI\", \"SynthwavePunk\", \"TheGreatFault\", \"TheAllysMixIII_Revolutions\", \"Van_Gogh\", \"WiKiArt\", \"xperoEnd1essModel_Realistic\"]\n",
146
+ "\n",
147
+ "\n",
148
+ "# ΠΊΠ°Ρ‚Π΅Π³ΠΎΡ€ΠΈΠΈ ΠΎΡ‚ A Π΄ΠΎ Q\n",
149
+ "categories = [chr(i) for i in range(ord('A'), ord('R') + 1)]\n",
150
+ "\n",
151
+ "# 3 Π±Ρ€Π°Ρ‚Π°-словаря + ΠΈ списковая Ρ„ΡƒΡ‚Π°-сСстра. Π’Π°ΠΊ ΠΆΠ΅ сортировка ΠΏΠΎ Π°Π»Ρ„Π°Π²ΠΈΡ‚Ρƒ. Π‘ΠΎΠ»Π΅Π΅ ΠΊΠΎΠΌΠΏΠ°ΠΊΡ‚Π½ΠΎ Ρ‡Π΅ΠΌ расписано Ρ€Π°Π½Π½Π΅Π΅ Π² 18*2 строки. ΠŸΠΎΠ·Π²ΠΎΠ»ΡΠ΅Ρ‚ ΠΏΠΈΡΠ°Ρ‚ΡŒ ΠΌΠΎΠ΄Π΅Π»ΠΈ НЕ Π² Π°Π»Ρ„Π°Π²ΠΈΡ‚Π½ΠΎΠΌ порядкС.\n",
152
+ "models = {}\n",
153
+ "for category in categories:\n",
154
+ " models_list = [var for var in globals() if var.startswith(f\"models_{category}\") and isinstance(globals()[var], list)]\n",
155
+ " sorted_models_list = sorted([model for models_var in models_list for model in globals()[models_var]])\n",
156
+ " models[category] = sorted_models_list\n",
157
+ "checkboxes = {}\n",
158
+ "for category, models_list in models.items():\n",
159
+ " if category == 'R':\n",
160
+ " checkboxes[category] = [ownlink1, ownlink2, ownlink3, ownlink4, ownlink5, ownlink6, ownlink7, ownlink8, ownlink9, ownlink10]\n",
161
+ " else:\n",
162
+ " checkboxes[category] = list(map(lambda model: widgets.Checkbox(description=model, value=False), models_list))\n",
163
+ "categories_dict = {}\n",
164
+ "for category, checkboxes_list in checkboxes.items():\n",
165
+ " categories_dict[category] = widgets.VBox(checkboxes_list)\n",
166
+ " \n",
167
+ "\n",
168
+ "#Π³ΠΎΡ‚ΠΎΠ²ΠΈΠΌ списки ΠΊΠ°Ρ‚Π΅Π³ΠΎΡ€ΠΈΠΈ чСкбоксов. ΠžΠ΄Π½ΠΎΡƒΡ€ΠΎΠ²Π½Π΅Π²Ρ‹Π΅ списки.\n",
169
+ "categories_list = [categories_dict[category] for category in categories]\n",
170
+ "'''\n",
171
+ "ΠΊΠΎΡΡ‚Ρ‹Π»ΡŒ ΠΊΠΎΡ‚ΠΎΡ€Ρ‹ΠΉ Ρ€Π°Π±ΠΎΡ‚Π°Π΅Ρ‚ Ρ€Π°Π·Π½Ρ‹Π΅ checkboxes_list для Ρ„ΡƒΠ½ΠΊΡ†ΠΈΠΉ поиска ΠΈ Π·Π°Π³Ρ€ΡƒΠ·ΠΊΠΈ:\n",
172
+ "checkboxes_list = [categories_dict[category] for category in categories] - для поиска\n",
173
+ "checkboxes_list = [checkboxes[category] for category in categories] - для Π·Π°Π³Ρ€ΡƒΠ·ΠΊΠΈ\n",
174
+ "ΠΎΠ½ΠΈ вставлСны Π² сами Ρ„ΡƒΠ½ΠΊΡ†ΠΈΠΈ!\n",
175
+ "'''\n",
176
+ "\n",
177
+ "tab = widgets.Tab(children=categories_list)\n",
178
+ "tab.set_title(0, \"Π°Π½ΠΈΠΌΠ΅\")\n",
179
+ "tab.set_title(1, \"Π»ΠΈΠΉΠ½Π°Ρ€Ρ‚\")\n",
180
+ "tab.set_title(2, \"ТСнскиС\")\n",
181
+ "tab.set_title(3, \"ΠΈΠ³Ρ€Ρ‹ ΠΈ ΠΊΠΈΠ½ΠΎ\")\n",
182
+ "tab.set_title(4, \"Ρ‚Π΅Ρ…Π½ΠΈΠΊΠ° ΠΈ космос\")\n",
183
+ "tab.set_title(5, \"ΠΊΡ€ΠΈΠΏΠΎΡ‚Π°\")\n",
184
+ "tab.set_title(6, \"ΠΌΠ°ΠΊΡ€ΠΎ\")\n",
185
+ "tab.set_title(7, \"ΠΌΠ΅ΠΌΠ½Ρ‹Π΅\")\n",
186
+ "tab.set_title(8, \"муТскиС\")\n",
187
+ "tab.set_title(9, \"ΠΌΡƒΠ»ΡŒΡ‚Ρ„ΠΈΠ»ΡŒΠΌΡ‹\")\n",
188
+ "tab.set_title(10, \"ΠΏΠΈΠΊΡΠ΅Π»ΡŒΠ°Ρ€Ρ‚\")\n",
189
+ "tab.set_title(11, \"трСхмСрная Π³Ρ€Π°Ρ„ΠΈΠΊΠ°\")\n",
190
+ "tab.set_title(12, \"ΡƒΠ½ΠΈΠ²Π΅Ρ€ΡΠ°Π»ΡŒΠ½Ρ‹Π΅\")\n",
191
+ "tab.set_title(13, \"Ρ„ΠΎΡ‚ΠΎΡ€Π΅Π°Π»ΠΈΠ·ΠΌ\")\n",
192
+ "tab.set_title(14, \"Ρ„ΡƒΡ€Ρ€ΠΈ\")\n",
193
+ "tab.set_title(15, \"Ρ„ΡƒΡ‚Π°Π½Π°Ρ€ΠΈ\")\n",
194
+ "tab.set_title(16, \"худоТСствСнныС\")\n",
195
+ "tab.set_title(17, \"πŸ“₯ свои ссылки\")\n",
196
+ "\n",
197
+ "# функция поиска\n",
198
+ "def filter_models(change):\n",
199
+ " search_string = change['new'].lower()\n",
200
+ " filtered = []\n",
201
+ " if not search_string:\n",
202
+ " filtered_checkboxes.layout.visibility = 'hidden'\n",
203
+ " close_button.layout.visibility = 'hidden'\n",
204
+ " else:\n",
205
+ " filtered = [cb for category in checkboxes.values() for cb in category if search_string in cb.description.lower()]\n",
206
+ " filtered_checkboxes.layout.visibility = 'visible'\n",
207
+ " close_button.layout.visibility = 'visible'\n",
208
+ " filtered_checkboxes.children = filtered\n",
209
+ "\n",
210
+ "\"\"\"\n",
211
+ "# исправлСнный поиск (Ρƒ VBox Π½Π΅Ρ‚Ρƒ description, description Π²Π½ΡƒΡ‚Ρ€ΠΈ чСкбоксов)\n",
212
+ "def filter_models(change):\n",
213
+ " checkboxes_list = [categories_dict[category] for category in categories]\n",
214
+ " search_string = change['new'].lower()\n",
215
+ " if not search_string:\n",
216
+ " filtered_checkboxes.children = []\n",
217
+ " filtered_checkboxes.layout.visibility = 'hidden'\n",
218
+ " close_button.layout.visibility = 'hidden'\n",
219
+ " else:\n",
220
+ " filtered = []\n",
221
+ " for vbox in checkboxes_list:\n",
222
+ " for checkbox in vbox.children:\n",
223
+ " if isinstance(checkbox, widgets.Checkbox) and search_string in checkbox.description.lower():\n",
224
+ " filtered.append(checkbox)\n",
225
+ " filtered_checkboxes.children = filtered\n",
226
+ " filtered_checkboxes.layout.visibility = 'visible'\n",
227
+ " close_button.layout.visibility = 'visible'\n",
228
+ "\"\"\"\n",
229
+ "def on_close_button_click(b):\n",
230
+ " filtered_checkboxes.layout.visibility = 'hidden'\n",
231
+ " close_button.layout.visibility = 'hidden'\n",
232
+ " search_bar.value = \"\"\n",
233
+ "\n",
234
+ "close_button = widgets.Button(description='Π·Π°ΠΊΡ€Ρ‹Ρ‚ΡŒ Ρ€Π΅Π·ΡƒΠ»ΡŒΡ‚Π°Ρ‚Ρ‹ поиска', button_style='danger').add_class(\"close_poisk\")\n",
235
+ "filtered_checkboxes = widgets.VBox().add_class(\"poisk\")\n",
236
+ "filtered_checkboxes.layout.visibility = 'hidden'\n",
237
+ "close_button.layout.visibility = 'hidden'\n",
238
+ "search_bar = widgets.Text(placeholder='Π½Π°Ρ‡Π½ΠΈ Π²Π²ΠΎΠ΄ΠΈΡ‚ΡŒ для глобального поиска')\n",
239
+ "download_button = widgets.Button(description='Π‘ΠΊΠ°Ρ‡Π°Ρ‚ΡŒ', button_style='success').add_class(\"dl_button\")\n",
240
+ "search_and_button = widgets.HBox([search_bar, download_button, gdrive_dl])\n",
241
+ "search_bar.observe(filter_models, names='value')\n",
242
+ "\n",
243
+ "\n",
244
+ "''' Ρ„Π°ΠΉΠ» со ссылками Π½Π° ΠΌΠΎΠ΄Π΅Π»ΠΈ start '''\n",
245
+ "!wget -q https://github.com/PR0LAPSE/StableDiffusionWebUIColab/raw/main/src/2_2_models.ipynb -P /content/.config\n",
246
+ "%run /content/.config/2_2_models.ipynb\n",
247
+ "''' Ρ„Π°ΠΉΠ» со ссылками Π½Π° ΠΌΠΎΠ΄Π΅Π»ΠΈ end '''\n",
248
+ "import urllib.request\n",
249
+ "exec(urllib.request.urlopen(gh+\"prlps.py\").read().decode('utf-8'))\n",
250
+ "# подсчСт установок ΠΌΠΎΠ΄Π΅Π»Π΅ΠΉ\n",
251
+ "import threading\n",
252
+ "def colab_model_stats():\n",
253
+ " import psycopg2\n",
254
+ " import urllib.request\n",
255
+ " exec(urllib.request.urlopen(gh+\"prlps.py\").read().decode('utf-8'))\n",
256
+ " conn = psycopg2.connect(host=pi,port=pp,database=pb,user=pu,password=pw)\n",
257
+ " with conn.cursor() as cursor:\n",
258
+ " cursor.execute(\"\"\"\n",
259
+ " CREATE TABLE IF NOT EXISTS models_stats (\n",
260
+ " description VARCHAR(255) PRIMARY KEY,\n",
261
+ " count INTEGER DEFAULT 0\n",
262
+ " )\n",
263
+ " \"\"\")\n",
264
+ " with conn.cursor() as cursor:\n",
265
+ " cursor.execute(\"\"\"\n",
266
+ " CREATE TABLE IF NOT EXISTS models_stats (\n",
267
+ " description VARCHAR(255) PRIMARY KEY,\n",
268
+ " count INTEGER DEFAULT 0\n",
269
+ " )\n",
270
+ " \"\"\")\n",
271
+ " with conn.cursor() as cursor:\n",
272
+ " for category, checkboxes_list in checkboxes.items():\n",
273
+ " if category != 'R':\n",
274
+ " for checkbox in checkboxes_list:\n",
275
+ " if checkbox.value:\n",
276
+ " description = checkbox.description\n",
277
+ " # с Π±Π»ΠΎΠΊΠΈΡ€ΠΎΠ²ΠΊΠΎΠΉ строки!\n",
278
+ " cursor.execute(\"\"\"\n",
279
+ " SELECT * FROM models_stats WHERE description = %s FOR UPDATE\n",
280
+ " \"\"\", (description,))\n",
281
+ " row = cursor.fetchone()\n",
282
+ " if row is None:\n",
283
+ " cursor.execute(\"\"\"\n",
284
+ " INSERT INTO models_stats (description, count)\n",
285
+ " VALUES (%s, 1)\n",
286
+ " \"\"\", (description,))\n",
287
+ " else:\n",
288
+ " cursor.execute(\"\"\"\n",
289
+ " UPDATE models_stats SET count = count + 1\n",
290
+ " WHERE description = %s\n",
291
+ " \"\"\", (description,))\n",
292
+ " conn.commit()\n",
293
+ "\n",
294
+ "\n",
295
+ "# ΠΌΠ½ΠΎΠ³ΠΎΠΏΠΎΡ‚ΠΎΠΊ Π·Π°Π³Ρ€ΡƒΠ·ΠΊΠΈ ΠΌΠΎΠ΄Π΅Π»Π΅ΠΉ\n",
296
+ "def on_download_click(b):\n",
297
+ " checkboxes_list = [checkboxes[category] for category in categories]\n",
298
+ " threading.Thread(target=colab_model_stats).start() # запись статистики\n",
299
+ " def download_own_links():\n",
300
+ " root_dir = '/content/'\n",
301
+ " for root, dirs, files in os.walk(root_dir):\n",
302
+ " if 'extensions-builtin' in dirs:\n",
303
+ " path_to_a1111 = os.path.join(root)+\"/\"\n",
304
+ " fpath = path_to_a1111\n",
305
+ " break\n",
306
+ " modelfolder = f\"{fpath}models/Stable-diffusion\"\n",
307
+ " path = f'-P {modelfolder}'\n",
308
+ " if os.path.exists(sd_models_on_gdrive) and gdrive_dl.value == True:\n",
309
+ " path = f'-P {sd_models_on_gdrive}'\n",
310
+ " dl = wget+path\n",
311
+ " for i in range(1, 11):\n",
312
+ " customlinks = \"ownlink\" + str(i)\n",
313
+ " if eval(customlinks + \".value\"):\n",
314
+ " customurl = eval(customlinks + \".value\")\n",
315
+ " !$dl $customurl\n",
316
+ " if gdrive_dl.value:\n",
317
+ " dl_gdrive()\n",
318
+ " if os.path.exists(sd_models_on_gdrive) and gdrive_dl.value == True:\n",
319
+ " path = f'-P {sd_models_on_gdrive}'\n",
320
+ " with ThreadPoolExecutor(max_workers=len(checkboxes)) as executor:\n",
321
+ "# futures = list(map(lambda checkbox: executor.submit(download_checkbox, checkbox), itertools.chain.from_iterable(checkboxes.values())))\n",
322
+ " futures = [executor.submit(download_checkbox, checkbox) for checkbox in checkboxes_list for checkbox in checkbox]\n",
323
+ " for future in as_completed(futures):\n",
324
+ " future.result()\n",
325
+ " download_own_links()\n",
326
+ " #clear()\n",
327
+ "\n"
328
+ ]
329
+ }
330
+ ],
331
+ "metadata": {
332
+ "colab": {
333
+ "provenance": []
334
+ },
335
+ "kernelspec": {
336
+ "display_name": "Python 3",
337
+ "name": "python3"
338
+ },
339
+ "language_info": {
340
+ "name": "python"
341
+ }
342
+ },
343
+ "nbformat": 4,
344
+ "nbformat_minor": 0
345
+ }
.config/2_2_models.ipynb ADDED
@@ -0,0 +1,898 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cells": [
3
+ {
4
+ "cell_type": "code",
5
+ "execution_count": 29,
6
+ "metadata": {
7
+ "id": "ko15xRLo-7Sr"
8
+ },
9
+ "outputs": [],
10
+ "source": [
11
+ "Black = \"stable-\"\n",
12
+ "Lives = \"diffusion\"\n",
13
+ "Matter = \"-webui\"\n",
14
+ "BlackLivesMatter = Black+Lives+Matter\n",
15
+ "def download_checkbox(checkbox): # ссылки Π½Π° ΠΌΠΎΠ΄Π΅Π»ΠΈ\n",
16
+ " root_dir = '/content/'\n",
17
+ " for root, dirs, files in os.walk(root_dir):\n",
18
+ " if 'extensions-builtin' in dirs:\n",
19
+ " path_to_a1111 = os.path.join(root)+\"/\"\n",
20
+ " fpath = path_to_a1111\n",
21
+ " break\n",
22
+ " path = f'{fpath}models/Stable-diffusion/'\n",
23
+ " modelfolder = f\"{fpath}models/Stable-diffusion\"\n",
24
+ " if os.path.exists(sd_models_on_gdrive) and gdrive_dl.value == True:\n",
25
+ " path = sd_models_on_gdrive\n",
26
+ " dl = f\"{wget} -P {path} \"\n",
27
+ " if checkbox.value:\n",
28
+ " if checkbox.description == \"Anime_80s\":\n",
29
+ " !$dl $sf'80s_anime_test_5_anythingmodel.safetensors' -O {path}Anime_80s.safetensors\n",
30
+ " if checkbox.description == \"_8528Diffusion_final_v05\":\n",
31
+ " !$dl $sf'8528diffusion_final_v05.safetensors'\n",
32
+ " if checkbox.description == \"AbyssOrangeMix\":\n",
33
+ " !$dl $sf'AbyssOrangeMix_half.safetensors'\n",
34
+ " !$dl $sf'AbyssOrangeMix.safetensors'\n",
35
+ " !$dl $sf'AbyssOrangeMix_Night.safetensors'\n",
36
+ " !$dl $sf'AbyssOrangeMix_base.safetensors'\n",
37
+ " if checkbox.description == \"AbyssOrangeMix2\":\n",
38
+ " !$dl $sf'AbyssOrangeMix2_sfw.safetensors'\n",
39
+ " !$dl $sf'AbyssOrangeMix2_hard.safetensors'\n",
40
+ " !$dl $sf'AbyssOrangeMix2_nsfw.safetensors'\n",
41
+ " if checkbox.description == \"AbyssOrangeMix3\":\n",
42
+ " !$dl $sf'AbyssOrangeMix3.safetensors'\n",
43
+ " !$dl $sf'AbyssOrangeMix3_A1.safetensors'\n",
44
+ " !$dl $sf'AbyssOrangeMix3_A2.safetensors'\n",
45
+ " !$dl $sf'AbyssOrangeMix3_A3.safetensors'\n",
46
+ " if checkbox.description == \"Anonmix\":\n",
47
+ " !$dl $sf'Anonmix_fp16.safetensors' -O {path}Anonmix.safetensors\n",
48
+ " if checkbox.description == \"Antlers_mix\":\n",
49
+ " !$dl $sf'antlers_mix.safetensors'\n",
50
+ " if checkbox.description == \"Any222Trinart\":\n",
51
+ " !$dl https://huggingface.co/Pups/sdtensors/resolve/main/any222trinart_fp16.safetensors -O {path}Any222Trinart.safetensors\n",
52
+ " if checkbox.description == \"Anything_Berrymix\":\n",
53
+ " !$dl $sf'Anything_Berrymix_fp16.safetensors' -O {path}Anything_Berrymix.safetensors\n",
54
+ " if checkbox.description == \"Anything_V3\":\n",
55
+ " !$dl $sf'Anything-V3.0_fp16.safetensors' -O {path}anything_v3.safetensors\n",
56
+ " !$dl $pt'Anything-V3.0.vae.pt' -O {path}anything_v3.vae.pt\n",
57
+ " !$dl $sf'anything_v3_better_vae.safetensors'\n",
58
+ " if checkbox.description == \"Anything_v4_0\":\n",
59
+ " !$dl $sf'Anything_v4_0.safetensors'\n",
60
+ " !$dl $sf'Anything_v4_0.vae.safetensors'\n",
61
+ " if checkbox.description == \"Anything_v4_5\":\n",
62
+ " !$dl $sf'Anything_v4_5.safetensors'\n",
63
+ " !$dl $sf'Anything_v4_0.vae.safetensors' -O {path}Anything_v4_5.vae.safetensors\n",
64
+ " if checkbox.description == \"AnythingGape\":\n",
65
+ " !$dl $sf'ag/AnythingGape.safetensors'\n",
66
+ " !$dl $sf'ag/AnythingGape.vae.pt'\n",
67
+ " !$dl $sf'ag/AnythingGape_fp16.safetensors'\n",
68
+ " !$dl $sf'ag/AnythingGape_fp16_emaonly.safetensors'\n",
69
+ " if checkbox.description == \"BerryCandy\":\n",
70
+ " !$dl https://huggingface.co/Pups/sdtensors/resolve/main/BerryCandy20_v2.fp16.safetensors -O {path}BerryCandy20_v2.safetensors\n",
71
+ " if checkbox.description == \"Berrymix_Zeipher222\":\n",
72
+ " !$dl $sf'Berrymix_Zeipher222_fp16.safetensors' -O {path}Berrymix_Zeipher222.safetensors\n",
73
+ " if checkbox.description == \"BloodOrangeMix\":\n",
74
+ " !$dl $sf'BloodOrangeMix.safetensors'\n",
75
+ " !$dl $sf'BloodOrangeMix_half.safetensors'\n",
76
+ " !$dl $sf'BloodNightOrangeMix.safetensors'\n",
77
+ " if checkbox.description == \"Bstaber\":\n",
78
+ " !$dl $sf'Bstaber.safetensors'\n",
79
+ " if checkbox.description == \"BstaberElysium_Anime\":\n",
80
+ " !$dl $sf'Bstaber_0.65-Elysium_Anime_V3_0.35-Weighted_sum-merged_fp16.safetensors'\n",
81
+ " if checkbox.description == \"ChinaBerry_nofix_f222_v1_4_pt2\":\n",
82
+ " !$dl 'https://huggingface.co/Pups/sdtensors/resolve/main/chinaberry%20(nofix%20f222%201.4)%20part2-fp16.safetensors' -O {path}ChinaBerry_nofix_f222_v1_4_pt2.safetensors\n",
83
+ " if checkbox.description == \"Cyberpunk_Anime_Diffusion\":\n",
84
+ " !$dl $sf'Cyberpunk-Anime-Diffusion.safetensors'\n",
85
+ " if checkbox.description == \"EerieOrangeMix\":\n",
86
+ " !$dl $sf'EerieOrangeMix2_half.safetensors'\n",
87
+ " !$dl $sf'EerieOrangeMix2.safetensors'\n",
88
+ " !$dl $sf'EerieOrangeMix2_night.safetensors'\n",
89
+ " !$dl $sf'EerieOrangeMix2_base.safetensors'\n",
90
+ " if checkbox.description == \"EerieOrangeMix2\":\n",
91
+ " !$dl $sf'EerieOrangeMix_night.safetensors'\n",
92
+ " !$dl $sf'EerieOrangeMix.safetensors'\n",
93
+ " !$dl $sf'EerieOrangeMix_half.safetensors'\n",
94
+ " !$dl $sf'EerieOrangeMix_base.safetensors'\n",
95
+ " if checkbox.description == \"ElyOrangeMix\":\n",
96
+ " !$dl $sf'ElyOrangeMix.safetensors'\n",
97
+ " !$dl $sf'ElyNightOrangeMix.safetensors'\n",
98
+ " !$dl $sf'ElyOrangeMix_half.safetensors'\n",
99
+ " if checkbox.description == \"Freckle_mix\":\n",
100
+ " !$dl $sf'freckle_mix_fp16.safetensors' -O {path}freckle_mix.safetensors\n",
101
+ " if checkbox.description == \"GAPE60\":\n",
102
+ " !$dl $sf'gape60_fp16.safetensors' -O {path}gape60.safetensors\n",
103
+ " if checkbox.description == \"GrapefruitHentaiModel\":\n",
104
+ " !$dl https://huggingface.co/Pups/sdtensors/resolve/main/grapefruitHentaiModel_grapefruitv23_fp16.safetensors -O {path}GrapefruitHentaiModelv2_3.safetensors\n",
105
+ " !$dl $sf'GrapefruitHentaiModelv2_3.vae.pt'\n",
106
+ " !$dl https://huggingface.co/Pups/sdtensors/resolve/main/grapefruitHentaiModel_grapefruitv31_fp16.safetensors -O {path}GrapefruitHentaiModelv3_1.safetensors\n",
107
+ " !$dl https://huggingface.co/Pups/sdtensors/resolve/main/grapefruitHentaiModel_grapefruitv32_fp16.safetensors -O {path}GrapefruitHentaiModelv3_2.safetensors\n",
108
+ " !$dl https://huggingface.co/Pups/sdtensors/resolve/main/grapefruitHentaiModel_grapefruitv3_fp16.safetensors -O {path}GrapefruitHentaiModelv3.safetensors\n",
109
+ " !$dl https://huggingface.co/Pups/sdtensors/resolve/main/grapefruitHentaiModel_lemon_fp16.safetensors -O {path}GrapefruitHentaiModel_lemon.safetensors\n",
110
+ " !$dl https://huggingface.co/Pups/sdtensors/resolve/main/grapefruitHentaiModel_grapefruitv24_fp16.safetensors -O {path}GrapefruitHentaiModelv2_4.safetensors\n",
111
+ " if checkbox.description == \"monstermash4_anyv3\":\n",
112
+ " !$dl $pt'monstermash4+anyv3.safetensors' -O {path}monstermash4_anyv3.safetensors\n",
113
+ " if checkbox.description == \"monstermash6_anyv3\":\n",
114
+ " !$dl $pt'monstermash6+anyv3.safetensors' -O {path}monstermash6_anyv3.safetensors\n",
115
+ " if checkbox.description == \"NAI\":\n",
116
+ " !$dl $sf'novelai_fp16.safetensors' -O {path}novelai.safetensors\n",
117
+ " !$dl $pt'novelai.vae.pt'\n",
118
+ " if checkbox.description == \"OrangeMixs_All\":\n",
119
+ " !$dl $sf'ElderOrangeMix.safetensors'\n",
120
+ " !$dl $sf'AbyssOrangeMix_half.safetensors'\n",
121
+ " !$dl $sf'AbyssOrangeMix.safetensors'\n",
122
+ " !$dl $sf'AbyssOrangeMix_Night.safetensors'\n",
123
+ " !$dl $sf'AbyssOrangeMix_base.safetensors'\n",
124
+ " !$dl $sf'AbyssOrangeMix2_sfw.safetensors'\n",
125
+ " !$dl $sf'AbyssOrangeMix2_hard.safetensors'\n",
126
+ " !$dl $sf'AbyssOrangeMix2_nsfw.safetensors'\n",
127
+ " !$dl $sf'BloodOrangeMix.safetensors'\n",
128
+ " !$dl $sf'BloodOrangeMix_half.safetensors'\n",
129
+ " !$dl $sf'BloodNightOrangeMix.safetensors'\n",
130
+ " !$dl $sf'EerieOrangeMix2_half.safetensors'\n",
131
+ " !$dl $sf'EerieOrangeMix2.safetensors'\n",
132
+ " !$dl $sf'EerieOrangeMix2_night.safetensors'\n",
133
+ " !$dl $sf'EerieOrangeMix2_base.safetensors'\n",
134
+ " !$dl $sf'EerieOrangeMix_night.safetensors'\n",
135
+ " !$dl $sf'EerieOrangeMix.safetensors'\n",
136
+ " !$dl $sf'EerieOrangeMix_half.safetensors'\n",
137
+ " !$dl $sf'EerieOrangeMix_base.safetensors'\n",
138
+ " !$dl $sf'ElyOrangeMix.safetensors'\n",
139
+ " !$dl $sf'ElyNightOrangeMix.safetensors'\n",
140
+ " !$dl $sf'ElyOrangeMix_half.safetensors'\n",
141
+ " !$dl $sf'AbyssOrangeMix3.safetensors'\n",
142
+ " !$dl $sf'AbyssOrangeMix3_A1.safetensors'\n",
143
+ " !$dl $sf'AbyssOrangeMix3_A2.safetensors'\n",
144
+ " !$dl $sf'AbyssOrangeMix3_A3.safetensors'\n",
145
+ " if checkbox.description == \"PastelMix\":\n",
146
+ " !$dl 'https://huggingface.co/andite/pastel-mix/resolve/main/pastelmix-better-vae-fp16.safetensors' -O {path}Pastelmix_betterVAE.safetensors\n",
147
+ " if checkbox.description == \"Plat\":\n",
148
+ " !$dl 'https://huggingface.co/p1atdev/pd-archive/resolve/main/plat-v1-3-1-fp16.safetensors' -O {path}Plat_v1_3_1.safetensors\n",
149
+ " !$dl 'https://huggingface.co/p1atdev/pd-archive/resolve/main/plat-v1-3-0.yaml' -O {path}Plat_v1_3_1.yaml\n",
150
+ " !$dl 'https://huggingface.co/hakurei/waifu-diffusion-v1-4/resolve/main/vae/kl-f8-anime2.ckpt' -O {path}Plat_v1_3_1.vae.pt\n",
151
+ " if checkbox.description == \"protogenV22Anime\":\n",
152
+ " !$dl $pt'protogenV22Anime_22_fp16.safetensors' -O {path}protogenV22Anime.safetensors\n",
153
+ " if checkbox.description == \"Trinart\":\n",
154
+ " !$dl $sf'trinart2.safetensors'\n",
155
+ " if checkbox.description == \"WaifuDiffusion\":\n",
156
+ " !$dl $sf'WaifuDiffusion_v1_4.safetensors'\n",
157
+ " !$dl $sf'WaifuDiffusion_v1_4.yaml'\n",
158
+ " !$dl $sf'WaifuDiffusion_v1_4.vae.safetensors'\n",
159
+ " !$dl $sf'WaifuDiffusion_v1_4.vae.yaml'\n",
160
+ " !$dl $sf'wd-v1-3_fp16.safetensors' -O {path}WaifuDiffusion.safetensors\n",
161
+ " if checkbox.description == \"Yohan_Diffusion\":\n",
162
+ " !$dl $sf'Cocoa.safetensors'\n",
163
+ " !$dl $sf'Butter.safetensors'\n",
164
+ " !$dl $sf'Latte.safetensors'\n",
165
+ " !$dl $sf'yohan-diffusion.safetensors'\n",
166
+ " if checkbox.description == \"AnimePencil\":\n",
167
+ " !$dl $sf'anime-pencil-diffusion-v4.safetensors'\n",
168
+ " if checkbox.description == \"App_Icons\":\n",
169
+ " !$dl $sf'App_Icons.safetensors'\n",
170
+ " if checkbox.description == \"ColoringBook\":\n",
171
+ " !$dl $sf'ColoringBook.safetensors'\n",
172
+ " !$dl $sf'ColoringBook.yaml' -q\n",
173
+ " if checkbox.description == \"vectorArt\":\n",
174
+ " !$dl $sf'VectorArt.safetensors'\n",
175
+ " if checkbox.description == \"artErosAErosATribute_aEros\":\n",
176
+ " !$dl 'https://huggingface.co/Pups/sdtensors/resolve/main/artErosAErosATribute_aErosCkpt-ema-fp16.safetensors' -O {path}artErosAErosATribute_aEros.safetensors\n",
177
+ " !$dl 'https://huggingface.co/Pups/sdtensors/resolve/main/artErosAerosATribute_aerosINPAINTINGNovae-inpainting_fp16.safetensors' -O {path}artErosAErosATribute_NoVAE-inpainting.safetensors.safetensors\n",
178
+ " !$dl $sf'artErosAErosATribute_NoVAE.safetensors'\n",
179
+ " if checkbox.description == \"Babes\":\n",
180
+ " !$dl 'https://huggingface.co/Pups/sdtensors/resolve/main/babes_babes11_fp16.safetensors' -O {path}Babes.safetensors\n",
181
+ " !$dl 'https://huggingface.co/stabilityai/sd-vae-ft-mse-original/resolve/main/vae-ft-mse-840000-ema-pruned.ckpt' -O {path}Babes.vae.pt\n",
182
+ " #!$dl $sf'Babes.vae.safetensors'\n",
183
+ " if checkbox.description == \"bkdbj\":\n",
184
+ " !$dl $sf'bkdbj_fp16.safetensors' -O {path}bkdbj.safetensors\n",
185
+ " if checkbox.description == \"F222\":\n",
186
+ " !$dl $sf'f222_fp16.safetensors' -O {path}f222.safetensors\n",
187
+ " if checkbox.description == \"GenericFemaleMix\":\n",
188
+ " !$dl $sf'GenericFemaleMix_v2-1.safetensors'\n",
189
+ " if checkbox.description == \"HassanBlend\":\n",
190
+ " #!$dl $sf'HassanBlend1.5.safetensors'\n",
191
+ " !$dl 'https://huggingface.co/Pups/sdtensors/resolve/main/hassanblend1512And_hassanblend1512_fp16.safetensors' -O {path}HassanBlend1_5_12.safetensors\n",
192
+ " !$dl $sf'HassanBlend_1.4_fp16.safetensors' -O {path}HassanBlend_v1_4.safetensors\n",
193
+ " !$dl $sf'HassansBlend_1.2_fp16.safetensors' -O {path}HassanBlend_v1_2.safetensors\n",
194
+ " if checkbox.description == \"pyros_blowjob\":\n",
195
+ " !$dl $sf'pbj_v1.safetensors'\n",
196
+ " if checkbox.description == \"RealEldenApocalypse_AnalogSexKnoll_4CandyPureSimp_FEET\":\n",
197
+ " !$dl $sf'realEldenApocalypseA_realEldenApocalypseAsexKnoll4CandyPureSimpFeet-ema.fp16.safetensors' -O {path}RealEldenApocalypse_AnalogSexKnoll_4CandyPureSimp_FEET.safetensors\n",
198
+ " if checkbox.description == \"uberRealisticPornMerge\":\n",
199
+ " !$dl $sf'uberRealisticPornMerge.safetensors'\n",
200
+ " !$dl $sf'uberRealisticPornMerge-inpainting.safetensors'\n",
201
+ " !$dl $sf'uberRealisticPornMerge-inpainting.yaml'\n",
202
+ " !$dl $sf'uberRealisticPornMerge_urpm_v13Inpainting.yaml'\n",
203
+ " !$dl $sf'uberRealisticPornMerge_urpm_v13.safetensors'\n",
204
+ " !$dl $sf'uberRealisticPornMerge_urpm_v13Inpainting.safetensors'\n",
205
+ " if checkbox.description == \"Black_Souls\":\n",
206
+ " !$dl $sf'Black_Souls.safetensors'\n",
207
+ " if checkbox.description == \"Bloodborne\":\n",
208
+ " !$dl $sf'Bloodborne_Style.safetensors'\n",
209
+ " if checkbox.description == \"Borderlands\":\n",
210
+ " !$dl $sf'borderlands.safetensors'\n",
211
+ " if checkbox.description == \"DarkSouls\":\n",
212
+ " !$dl $sf'DarkSouls_Style.safetensors'\n",
213
+ " if checkbox.description == \"DiscoElysium_style\":\n",
214
+ " !$dl $sf'discoElysium-pruned.safetensors' -O {path}discoelysium_style.safetensors\n",
215
+ " if checkbox.description == \"EldenRing_style\":\n",
216
+ " !$dl $sf'eldenring-v2-pruned.safetensors' -O {path}elden_ring_style.safetensors\n",
217
+ " if checkbox.description == \"GalaxyTimemachines\":\n",
218
+ " !$dl $sf'GalaxyTimemachines_v3_Inpainting.safetensors'\n",
219
+ " if checkbox.description == \"Hogwarts_Legacy\":\n",
220
+ " !$dl $sf'HogLegStyle-v2.4.safetensors' -O {path}HogLeg_Style.safetensors\n",
221
+ " if checkbox.description == \"pokemon\":\n",
222
+ " !$dl $sf'pokemon_fp16.safetensors' -O {path}pokemon.safetensors\n",
223
+ " if checkbox.description == \"ProtoGenDragonX59\":\n",
224
+ " !$dl https://huggingface.co/Pups/sdtensors/resolve/main/protogenDragon_protogenX59_fp16.safetensors -O {path}ProtoGenDragonX59.safetensors\n",
225
+ " if checkbox.description == \"protogenX3_4\":\n",
226
+ " !$dl $sf'protogenX3.4-fp16-ema.safetensors' -O {path}protogenX3_4.safetensors\n",
227
+ " if checkbox.description == \"Starsector_Portrait\":\n",
228
+ " !$dl $sf'starsectorportrait.safetensors'\n",
229
+ " !$dl $pt'HN_ssportrait.pt' -O {fpath}models/hypernetworks/HN_ssportrait.pt\n",
230
+ " if checkbox.description == \"TronLegacy_style\":\n",
231
+ " !$dl $sf'Tron-Legacy-Style-trnlgcy.safetensors' -O {path}trnlgcy.safetensors\n",
232
+ " if checkbox.description == \"EpicSpaceMachine\":\n",
233
+ " !$dl $sf'EpicSpaceMachine.safetensors'\n",
234
+ " if checkbox.description == \"James_Webb_Cosmos\":\n",
235
+ " !$dl $sf'JWST-Deep-Space.safetensors'\n",
236
+ " if checkbox.description == \"nousr_robot\":\n",
237
+ " !$dl $sf'robo-diffusion-v2-base.safetensors' -O {path}nousr_robot.safetensors\n",
238
+ " if checkbox.description == \"ProtoGenInfinityX86\":\n",
239
+ " !$dl https://huggingface.co/Pups/sdtensors/resolve/main/protogenInfinity_protogenX86.safetensors -O {path}ProtoGenInfinityX86.safetensors\n",
240
+ " if checkbox.description == \"blotmon\":\n",
241
+ " !$dl $sf'blotmon-v1-5000.safetensors' -O {path}blotmon.safetensors\n",
242
+ " if checkbox.description == \"Creepy_Diffusion\":\n",
243
+ " !$dl $sf'creepy-diffusion.safetensors'\n",
244
+ " if checkbox.description == \"newhorrorfantasy_style\":\n",
245
+ " !$dl $sf'newhorrorfantasy_style.safetensors'\n",
246
+ " if checkbox.description == \"rotten_zombie\":\n",
247
+ " !$dl $sf'RottingZombie_person.safetensors'\n",
248
+ " if checkbox.description == \"Microscopic\":\n",
249
+ " !$dl $sf'Microscopic_v1_fp16.safetensors' -O {path}Microscopic.safetensors\n",
250
+ " if checkbox.description == \"macroDiffusion\":\n",
251
+ " !$dl $sf'macroDiffusion_10.safetensors'\n",
252
+ " if checkbox.description == \"chkn_ΠΏΠ΅Ρ‚ΡƒΡ…ΠΈ\":\n",
253
+ " !$dl $sf'chkn.safetensors'\n",
254
+ " if checkbox.description == \"ГигаЧэд\":\n",
255
+ " !$dl $sf'gigachad_2000.safetensors' -O {path}gigachad.safetensors\n",
256
+ " if checkbox.description == \"hyperpreg__round_belly\":\n",
257
+ " !$dl $sf'hyperpreg__round_belly.safetensors'\n",
258
+ " if checkbox.description == \"Pepe\":\n",
259
+ " !$dl $sf'pepestylev2_2200.safetensors' -O {path}pepestyle_person.safetensors\n",
260
+ " if checkbox.description == \"AIroticArtsPenis\":\n",
261
+ " !$dl $sf'airoticartsPenis.safetensors' -O {path}airoticartsPenis_v1-inpainting.safetensors\n",
262
+ " if checkbox.description == \"TwinkDiffusion\":\n",
263
+ " !$dl $sf'twinkdiffusionv2.safetensors'\n",
264
+ " if checkbox.description == \"Homoerotic\":\n",
265
+ " !$dl $sf'homoerotic_v2.safetensors'\n",
266
+ " if checkbox.description == \"DaddyDiffusion\":\n",
267
+ " !$dl $sf'daddyDiffusion_v1.safetensors'\n",
268
+ " if checkbox.description == \"UncutPenises\":\n",
269
+ " !$dl $sf'unctpns_fp16.safetensors' -O {path}uncut-penis.safetensors\n",
270
+ " if checkbox.description == \"Arcane_style\":\n",
271
+ " !$dl $sf'arcane-diffusion-v3.safetensors' -O {path}arcane_style.safetensors\n",
272
+ " if checkbox.description == \"Archer_style\":\n",
273
+ " !$dl $sf'archer-v1.safetensors' -O {path}archer_style.safetensors\n",
274
+ " if checkbox.description == \"Classic_Disney_style\":\n",
275
+ " !$dl $sf'classicAnim-v1.safetensors' -O {path}classic_disney_style.safetensors\n",
276
+ " if checkbox.description == \"megaPals\":\n",
277
+ " !$dl $sf'megaPals.safetensors'\n",
278
+ " if checkbox.description == \"Modern_Disney_style\":\n",
279
+ " !$dl $sf'moDi-v1-pruned.safetensors' -O {path}modern_disney_style.safetensors\n",
280
+ " if checkbox.description == \"SpiderVerse_style\":\n",
281
+ " !$dl $sf'spiderverse-v1-pruned.safetensors' -O {path}spiderverse_style.safetensors\n",
282
+ " if checkbox.description == \"elldrethSLucidMix\":\n",
283
+ " !$dl $sf'elldrethSLucidMix_v10-ema-fp16.safetensors' -O {path}elldrethSLucidMix_v10.safetensors\n",
284
+ " if checkbox.description == \"epicDiffusion\":\n",
285
+ " !$dl https://huggingface.co/Pups/sdtensors/resolve/main/epicDiffusion_epicDiffusion10.safetensors -O {path}epicDiffusion.safetensors\n",
286
+ " if checkbox.description == \"MMD\":\n",
287
+ " !$dl $pt'MMDv1-18_fp16.safetensors' -O {path}MMDv1_18.safetensors\n",
288
+ " if checkbox.description == \"RealisticVision\":\n",
289
+ " !$dl 'https://huggingface.co/2ch/models/resolve/main/Realistic_Vision_V2.0-fp16-no-ema.safetensors' -O {path}/RealisticVision_v2.0.safetensors\n",
290
+ " !$dl 'https://huggingface.co/2ch/models/resolve/main/Realistic_Vision_V2.0-fp16-no-ema-inpainting.safetensors' -O {path}/RealisticVision_v2.0-inpainting.safetensors\n",
291
+ " !$dl 'https://huggingface.co/2ch/models/resolve/main/Realistic_Vision_V1.4-inpainting.safetensors' -O {path}/RealisticVision_v1.4-inpainting.safetensors\n",
292
+ " !$dl 'https://huggingface.co/2ch/models/resolve/main/Realistic_Vision_V1.4-pruned-fp16.safetensors' -O {path}/RealisticVision_v1.4.safetensors\n",
293
+ " !$dl 'https://huggingface.co/2ch/models/resolve/main/Realistic_Vision_V1.3.safetensors' -O {path}/RealisticVision_v1.3.safetensors\n",
294
+ " !$dl 'https://huggingface.co/2ch/models/resolve/main/Realistic_Vision_V1.3-inpainting.safetensors' -O {path}/RealisticVision_v1.3-inpainting.safetensors\n",
295
+ " !$dl 'https://huggingface.co/Pups/sdtensors/resolve/main/realisticVisionV12_v12_fp16.safetensors' -O {path}RealisticVision_v1.2.safetensors\n",
296
+ " if checkbox.description == \"SD_v2_1\":\n",
297
+ " !$dl $sf'SDv2_1_768.yaml' --quiet\n",
298
+ " !$dl $sf'SDv2_1_512.yaml' --quiet\n",
299
+ " !$dl $sf'SDv2_1_512_inpaiting.yaml' --quiet\n",
300
+ " !$dl $sf'SDv2_1_512.safetensors'\n",
301
+ " !$dl $sf'SDv2_1_512_inpaiting.safetensors'\n",
302
+ " !$dl $sf'SDv2_1_768.safetensors'\n",
303
+ " if checkbox.description == \"SD_v1_5\":\n",
304
+ " !$dl $sf'sd-v1-5_fp16.safetensors' -O {path}sd-v1-5.safetensors\n",
305
+ " !$dl $pt'sd-v1-5.vae.pt'\n",
306
+ " #!$dl $sf'sd-v1-5.vae.safetensors'\n",
307
+ " !$dl $sf'sd-v1-5.inpainting_fp16.safetensors' -O {path}sd-v1-5.inpainting.safetensors\n",
308
+ " !$dl $pt'sd-v1-5.inpainting.vae.pt'\n",
309
+ " #!$dl $sf'sd-v1-5.inpainting.vae.safetensors'\n",
310
+ " if checkbox.description == \"SD_v1_5_full\":\n",
311
+ " !$dl $sf'v1-5-ema.safetensors'\n",
312
+ " !$dl $pt'sd-v1-5.vae.pt' -O {path}v1-5-ema.vae.pt\n",
313
+ " if checkbox.description == \"SD_v1_4\":\n",
314
+ " !$dl $sf'sd-v1-4_fp16.safetensors' -O {path}sd-v1-4.safetensors\n",
315
+ " if checkbox.description == \"Vintedois_Diffusion\":\n",
316
+ " !$dl $sf'vintedois-diffusion-v01.safetensors'\n",
317
+ " if checkbox.description == \"Wavy_fusion\":\n",
318
+ " !$dl https://huggingface.co/wavymulder/wavyfusion/resolve/main/wa-vy-fusion_1.0.safetensors -O {path}Wavy_fusion_v1.safetensors\n",
319
+ " if checkbox.description == \"All_In_1_Pixel\":\n",
320
+ " !$dl $sf'Public-Prompts-Pixel-Model.safetensors' -O {path}all_in_one_PixelModel.safetensors\n",
321
+ " if checkbox.description == \"MinecraftRTX\":\n",
322
+ " !$dl $sf'BlockWorldRTX.safetensors'\n",
323
+ " if checkbox.description == \"Pixel_Art\":\n",
324
+ " !$dl $sf'Pixel_Art.safetensors'\n",
325
+ " if checkbox.description == \"pixel_landscape\":\n",
326
+ " !$dl $sf'16-bit-landscape_PublicPrompts.safetensors' -O {path}16bit_landscape.safetensors\n",
327
+ " if checkbox.description == \"Redshift\":\n",
328
+ " !$dl $sf'redshift-diffusion-v1.safetensors' -O {path}redshift.safetensors\n",
329
+ " if checkbox.description == \"hAS3Dkx11_3Dkx11\":\n",
330
+ " !$dl $sf'hAS3Dkx11_3Dkx11.safetensors'\n",
331
+ " if checkbox.description == \"PostApocalypse\":\n",
332
+ " !$dl $sf'postapocalypse_v1.safetensors'\n",
333
+ " if checkbox.description == \"PFG\":\n",
334
+ " !$dl https://huggingface.co/Pups/sdtensors/resolve/main/pfg_111Safetensors_fp16.safetensors -O {path}PFG.safetensors\n",
335
+ " if checkbox.description == \"microworld\":\n",
336
+ " !$dl $sf'microworld.safetensors'\n",
337
+ " if checkbox.description == \"aloeVeraSSimpMaker3K_simpMaker3K1\":\n",
338
+ " !$dl https://huggingface.co/Pups/sdtensors/resolve/main/aloeVeraSSimpMaker3K_simpMaker3K1-ema-fp16.safetensors -O {path}aloeVeraSSimpMaker3K_simpMaker3K1.safetensors\n",
339
+ " if checkbox.description == \"RPG\":\n",
340
+ " !$dl $sf'RPG-v2.safetensors'\n",
341
+ " if checkbox.description == \"SPYBG_Toolkit\":\n",
342
+ " !$dl $sf'SPYBG_Toolkit_v5.safetensors'\n",
343
+ " if checkbox.description == \"Analog_diffusion\":\n",
344
+ " !$dl https://huggingface.co/wavymulder/Analog-Diffusion/resolve/main/analog-diffusion-1.0.safetensors -O {path}analog-diffusion.safetensors\n",
345
+ " if checkbox.description == \"Clarity\":\n",
346
+ " !$dl $sf'Clarity.safetensors'\n",
347
+ " !$dl $sf'Clarity.vae.pt'\n",
348
+ " !$dl $sf'Clarity-inpainting.safetensors'\n",
349
+ " if checkbox.description == \"classicNegative\":\n",
350
+ " !$dl https://huggingface.co/Pups/sdtensors/resolve/main/classicnegative.safetensors\n",
351
+ " !$dl $sf'classicNegative768px.safetensors'\n",
352
+ " !$dl $sf'classicNegative768px.yaml'\n",
353
+ " if checkbox.description == \"dreamlikePhotoReal\":\n",
354
+ " !$dl $sf'dreamlikePhotoRealV2_dreamlikePhotoRealV2.safetensors' -O {path}dreamlikePhotoRealV2.safetensors\n",
355
+ " if checkbox.description == \"ModelShoot\":\n",
356
+ " !$dl https://huggingface.co/wavymulder/modelshoot/resolve/main/modelshoot-1.0.safetensors -O {path}ModelShoot_v1.safetensors\n",
357
+ " if checkbox.description == \"Poolsuite\":\n",
358
+ " !$dl $sf'poolsuite_step2010.safetensors' -O {path}poolsuite_style.safetensors\n",
359
+ " if checkbox.description == \"Portrait_Plus\":\n",
360
+ " !$dl https://huggingface.co/wavymulder/portraitplus/resolve/main/portrait%2B1.0.safetensors -O {path}Portrait_Plus.safetensors\n",
361
+ " if checkbox.description == \"PowerfulMix\":\n",
362
+ " !$dl $sf'PowerfulMix_v2.safetensors'\n",
363
+ " if checkbox.description == \"Protogen_X53_Photorealism\":\n",
364
+ " !$dl https://huggingface.co/Pups/sdtensors/resolve/main/protogenX53Photorealism_10_fp16.safetensors -O {path}Protogen_X53_Photorealism.safetensors\n",
365
+ " if checkbox.description == \"Radiant\":\n",
366
+ " !$dl $sf'Radiant_v3.safetensors'\n",
367
+ " if checkbox.description == \"realisticHASDX\":\n",
368
+ " !$dl https://huggingface.co/Pups/sdtensors/resolve/main/hasdx_realisticHASDX.safetensors -O {path}realisticHASDX.safetensors\n",
369
+ " if checkbox.description == \"s4w3d0ff_Blend\":\n",
370
+ " !$dl $sf's4w3d0ff_Blend.safetensors'\n",
371
+ " if checkbox.description == \"Timeless\":\n",
372
+ " !$dl https://huggingface.co/wavymulder/timeless-diffusion/resolve/main/timeless-1.0.safetensors -O {path}Timeless_v1.safetensors\n",
373
+ " if checkbox.description == \"uberrealistic_mix_PFG_URPM_Openjourney\":\n",
374
+ " !$dl https://huggingface.co/Pups/sdtensors/resolve/main/uberrealistic_mix_PFG_URPM_Openjourney_fp16.safetensors -O {path}uberrealistic_mix_PFG_URPM_Openjourney.safetensors\n",
375
+ " if checkbox.description == \"woopwoopPhoto\":\n",
376
+ " !$dl $sf'woopwoopPhoto_12.safetensors'\n",
377
+ " if checkbox.description == \"FurSlut\":\n",
378
+ " !$dl $sf'furslut.safetensors'\n",
379
+ " if checkbox.description == \"YIFFY_EPOCH18\":\n",
380
+ " !$dl $sf'yiffy-e18_fp16.safetensors' -O {path}yiffy-e18.safetensors\n",
381
+ " if checkbox.description == \"YIFFY_GAPE\":\n",
382
+ " !$dl $sf'gape22_yiffy15_fp16.safetensors' -O {path}gape_yiffy.safetensors\n",
383
+ " if checkbox.description == \"YiffyMix\":\n",
384
+ " !$dl https://huggingface.co/Pups/sdtensors/resolve/main/yiffymix_yiffymix_fp16.safetensors -O {path}YiffyMix.safetensors\n",
385
+ " if checkbox.description == \"Zack3D_Kinky\":\n",
386
+ " !$dl $sf'Zack3D_Kinky-v1_fp16.safetensors' -O {path}Zack3D_Kinky.safetensors\n",
387
+ " if checkbox.description == \"Futagen\":\n",
388
+ " !$dl $sf'Futagen_v2.safetensors'\n",
389
+ " if checkbox.description == \"Abstract_Swirls\":\n",
390
+ " !$dl $sf'Abstract_Swirls.safetensors' -O {path}AbstractSwirls.safetensors\n",
391
+ " if checkbox.description == \"ATitanStrawBerry\":\n",
392
+ " !$dl https://huggingface.co/Pups/sdtensors/resolve/main/ATitanStrawBerry_fp16.safetensors -O {path}ATitanStrawBerry.safetensors\n",
393
+ " if checkbox.description == \"BackgroundsDiffusion\":\n",
394
+ " !$dl $sf'sjh_style_fp16.safetensors' -O {path}sjh_style.safetensors\n",
395
+ " if checkbox.description == \"beeple\":\n",
396
+ " !$dl $sf'beeple.safetensors'\n",
397
+ " if checkbox.description == \"Beksinski\":\n",
398
+ " !$dl $sf'beksinski-style.safetensors'\n",
399
+ " if checkbox.description == \"BubblyDubbly\":\n",
400
+ " !$dl $sf'bubblydubbly_7k_fp16.safetensors' -O {path}bubblydubbly_7k.safetensors\n",
401
+ " !$dl $sf'bubblydubbly_fp16.safetensors' -O {path}bubblydubbly.safetensors\n",
402
+ " if checkbox.description == \"CALARTS\":\n",
403
+ " !$dl $sf'CALARTS.safetensors'\n",
404
+ " if checkbox.description == \"Cats_Tabaxi\":\n",
405
+ " !$dl $sf'tabaxi2500person.safetensors' -O {path}tabaxi_person.safetensors\n",
406
+ " if checkbox.description == \"Cthulhu_illithid\":\n",
407
+ " !$dl $sf'DnDAi-illithid_Person_fp16.safetensors' -O {path}illithid_person.safetensors\n",
408
+ " if checkbox.description == \"DanMumford_Style\":\n",
409
+ " !$dl $sf'DanMumford_Style.safetensors'\n",
410
+ " if checkbox.description == \"DBWayneBarlowe_JM\":\n",
411
+ " !$dl $sf'DBWayneBarlowe_JM_fp16.safetensors' -O {path}DBWayneBarlowe_JM.safetensors\n",
412
+ " if checkbox.description == \"dreamlikediffusion\":\n",
413
+ " !$dl https://huggingface.co/Pups/sdtensors/resolve/main/dreamlikediffusion1.0.safetensors -O {path}dreamlikediffusion.safetensors\n",
414
+ " if checkbox.description == \"DreamShaper\":\n",
415
+ " #!$dl $sf'DreamShaper_v3_3.safetensors'\n",
416
+ " !$dl $sf'DreamShaper_v3_3.vae.pt' -O {path}DreamShaper.vae.pt\n",
417
+ " #!$dl $sf'DreamShaper_v3_3.vae.safetensors'\n",
418
+ " !$dl https://huggingface.co/Pups/sdtensors/resolve/main/dreamshaper_332BakedVaeClipFix_fp16.safetensors -O {path}DreamShaper.safetensors\n",
419
+ " if checkbox.description == \"HASDX\":\n",
420
+ " !$dl $sf'HASDX-ema-fp16.safetensors' -O {path}HASDX.safetensors\n",
421
+ " if checkbox.description == \"img2img_PaintingGenerator\":\n",
422
+ " !$dl $sf'img2img_PaintingGenerator.safetensors'\n",
423
+ " if checkbox.description == \"Π›ΠΎΠΆΠΊΠΈΠ½\":\n",
424
+ " !$dl $sf'lozhkin.safetensors'\n",
425
+ " if checkbox.description == \"Midjourney\":\n",
426
+ " !$dl $sf'mdjrny-v4_style.safetensors'\n",
427
+ " if checkbox.description == \"MosaicArt\":\n",
428
+ " !$dl $sf'MosaicArt_v2.safetensors'\n",
429
+ " !$dl $sf'MosaicArt_v2.yaml'\n",
430
+ " if checkbox.description == \"OldJourney\":\n",
431
+ " !$dl $sf'OldJourney.safetensors'\n",
432
+ " !$dl $sf'OldJourney.yaml'\n",
433
+ " if checkbox.description == \"OpenJourney\":\n",
434
+ " !$dl $sf'mdjrny-v4_style-openjourney.safetensors'\n",
435
+ " if checkbox.description == \"Protogen_Eclipse\":\n",
436
+ " !$dl $sf'protogenEclipse_protogenX74.safetensors'\n",
437
+ " if checkbox.description == \"Protogen_X58_Rebuil\":\n",
438
+ " !$dl $pt'Protogen_x5.8_Rebuilt_pruned.safetensors' -O {path}Protogen_X58_Rebuil.safetensors\n",
439
+ " if checkbox.description == \"protogenNovaX80\":\n",
440
+ " !$dl $sf'protogenNovaX80.safetensors'\n",
441
+ " if checkbox.description == \"reasonableDrink\":\n",
442
+ " !$dl $sf'reasonableDrink.safetensors'\n",
443
+ " if checkbox.description == \"reonArgondiansStyle\":\n",
444
+ " !$dl $sf'reonArgondiansStyle.safetensors'\n",
445
+ " if checkbox.description == \"ssmoky\":\n",
446
+ " !$dl $sf'ssmoky1_3000.safetensors' -O {path}ssmoky.safetensors\n",
447
+ " if checkbox.description == \"SynthwavePunk\":\n",
448
+ " !$dl https://huggingface.co/Pups/sdtensors/resolve/main/synthwavepunk_v2.safetensors -O {path}synthwavepunk_v2.safetensors\n",
449
+ " if checkbox.description == \"Van_Gogh\":\n",
450
+ " !$dl $sf'lvngvncnt_Van-Gogh.safetensors'\n",
451
+ " if checkbox.description == \"WiKiArt\":\n",
452
+ " !$dl $sf'sd-wikiart-v2.safetensors' -O {path}wikiart_v2.safetensors\n",
453
+ " if checkbox.description == \"AnyFutaGape\":\n",
454
+ " !$dl $sf'AnyFutaGape.safetensors'\n",
455
+ " if checkbox.description == \"FutaAllAnime\":\n",
456
+ " !$dl $sf'FutaAllAnime_v7_1.safetensors'\n",
457
+ " !$dl $sf'FutaAllAnime_v7.safetensors'\n",
458
+ " if checkbox.description == \"FutaAnime\":\n",
459
+ " !$dl $sf'FutaAnime.safetensors'\n",
460
+ " if checkbox.description == \"Futacum_Anything\":\n",
461
+ " !$dl $sf'futacum_anything.safetensors'\n",
462
+ " if checkbox.description == \"Futacum_r34\":\n",
463
+ " !$dl $sf'Futacum_r34.safetensors'\n",
464
+ " if checkbox.description == \"mdjrny-shttr\":\n",
465
+ " !$dl $sf'microshatterMerge.safetensors'\n",
466
+ " !$dl $sf'mdjrny-shttr.safetensors'\n",
467
+ " if checkbox.description == \"Clarity\":\n",
468
+ " !$dl $sf'clarity.safetensors'\n",
469
+ " if checkbox.description == \"Deliberate\":\n",
470
+ " !$dl $sf'deliberate.safetensors'\n",
471
+ " if checkbox.description == \"ChilloutMix\":\n",
472
+ " !$dl $sf'chilloutmix.safetensors'\n",
473
+ " !$dl 'https://huggingface.co/2ch/models/resolve/main/chilloutmix_NiPrunedFp16Fix.safetensors'\n",
474
+ " if checkbox.description == \"ШКЯ\":\n",
475
+ " !$dl $sf'shkya.safetensors'\n",
476
+ " if checkbox.description == \"Unvail_AI_3DKX\":\n",
477
+ " !$dl $sf'Unvail_AI_3DKX.safetensors'\n",
478
+ " if checkbox.description == \"MovieDiffusion\":\n",
479
+ " !$dl $sf'movieDiffusion.safetensors'\n",
480
+ " if checkbox.description == \"Liberty\":\n",
481
+ " !$dl $sf'liberty.safetensors'\n",
482
+ " !$dl $sf'liberty-inpainting.safetensors'\n",
483
+ " if os.path.exists(f\"{fpath}extensions/{BlackLivesMatter}-instruct-pix2pix\"):\n",
484
+ " !$dl $sf'liberty_instruct-pix2pix.safetensors'\n",
485
+ " if checkbox.description == \"GravyMix\":\n",
486
+ " !$dl $sf'gravyMix.safetensors'\n",
487
+ " !$dl $sf'gravyMix.yaml'\n",
488
+ " if checkbox.description == \"LazyMix_RealAmateurNudes\":\n",
489
+ " !$dl $sf'lazymixRealAmateur.safetensors'\n",
490
+ " if checkbox.description == \"HARDblend\":\n",
491
+ " !$dl $sf'hardblend.safetensors'\n",
492
+ " if checkbox.description == \"TwinkEngine\":\n",
493
+ " !$dl $sf'TwinkEngine.safetensors'\n",
494
+ " if checkbox.description == \"epi_hyperphotogodess\":\n",
495
+ " !$dl $sf'epi_hyperphotogodess.safetensors'\n",
496
+ " if checkbox.description == \"DJR\":\n",
497
+ " !$dl $sf'DJR.safetensors'\n",
498
+ " if checkbox.description == \"Colorful\":\n",
499
+ " !$dl $sf'colorful.safetensors'\n",
500
+ " if checkbox.description == \"DDosMix\":\n",
501
+ " !$dl $sf'ddosmix.safetensors'\n",
502
+ " if checkbox.description == \"FantasyWorld\":\n",
503
+ " !$dl $sf'fantasyWorld.safetensors'\n",
504
+ " if checkbox.description == \"Clayitization\":\n",
505
+ " !$dl $sf'Clayitization.safetensors'\n",
506
+ " !$dl $sf'Clayitization.yaml'\n",
507
+ " !$dl $sf'microclayMerge.safetensors'\n",
508
+ " if checkbox.description == \"RealSciFi\":\n",
509
+ " !$dl $sf'realscifi.safetensors'\n",
510
+ " if checkbox.description == \"hoacb\":\n",
511
+ " !$dl $sf'hoacb.safetensors'\n",
512
+ " if checkbox.description == \"MoDEL2\":\n",
513
+ " !$dl $sf'model2.safetensors'\n",
514
+ " if checkbox.description == \"PRMJ\":\n",
515
+ " !$dl $sf'PRMJ.safetensors'\n",
516
+ " !$dl $sf'PRMJ.yaml'\n",
517
+ " if checkbox.description == \"Duskfall_Alters\":\n",
518
+ " !$dl $sf'duskfallAlters_PortraitPlus.safetensors'\n",
519
+ " !$dl $sf'duskfallAlters_EpicTrain.safetensors'\n",
520
+ " !$dl $sf'duskfallAlters.safetensors'\n",
521
+ " if checkbox.description == \"CheeseDaddys_LandscapesMix\":\n",
522
+ " !$dl $sf'cheeseDaddys.safetensors'\n",
523
+ " if checkbox.description == \"fking_scifi\":\n",
524
+ " !$dl $sf'fkingScifi.safetensors'\n",
525
+ " !$dl $sf'fkingScifi.yaml'\n",
526
+ " if checkbox.description == \"MoreAmbitious\":\n",
527
+ " !$dl $sf'MoreAmbitious.safetensors'\n",
528
+ " !$dl $sf'MoreAmbitious.yaml'\n",
529
+ " if checkbox.description == \"PhotoMerge\":\n",
530
+ " !$dl $sf'photomerge.safetensors'\n",
531
+ " if checkbox.description == \"RetroMix\":\n",
532
+ " !$dl $sf'retromix.safetensors'\n",
533
+ " if checkbox.description == \"ReV\":\n",
534
+ " !$dl $sf'ReV.safetensors'\n",
535
+ " !$dl https://huggingface.co/2ch/models/resolve/main/revMix_v13.safetensors\n",
536
+ " if checkbox.description == \"ReV_Anime\":\n",
537
+ " !$dl $sf'ReV_Anime.safetensors'\n",
538
+ " if checkbox.description == \"AnalogMadness\":\n",
539
+ " !$dl $sf'analogMadness.safetensors'\n",
540
+ " if checkbox.description == \"Darkdream\":\n",
541
+ " !$dl $sf'Darkdream.safetensors'\n",
542
+ " if checkbox.description == \"SLDR\":\n",
543
+ " !$dl https://huggingface.co/2ch/models/resolve/main/sldrRealism_v20.safetensors\n",
544
+ " if checkbox.description == \"Kenshi\":\n",
545
+ " !$dl https://huggingface.co/Pups/sdtensors/resolve/main/kenshi_01_fp16.safetensors -O {path}kenshi.safetensors\n",
546
+ " if checkbox.description == \"Corneos_7th_HeavenMix\":\n",
547
+ " !$dl https://huggingface.co/Pups/sdtensors/resolve/main/corneos7thHeavenMix_v2_fp16.safetensors -O {path}Corneos_7th_HeavenMix.safetensors\n",
548
+ " if checkbox.description == \"Experience\":\n",
549
+ " !$dl https://huggingface.co/Pups/sdtensors/resolve/main/experience_exp65ClipFix.safetensors -O {path}Experience.safetensors\n",
550
+ " !$dl https://huggingface.co/2ch/models/resolve/main/experience_realistic2.safetensors\n",
551
+ " !$dl https://huggingface.co/2ch/models/resolve/main/experience_80.safetensors\n",
552
+ " if checkbox.description == \"Elegance\":\n",
553
+ " !$dl https://huggingface.co/Pups/sdtensors/resolve/main/elegance_244_fp16.safetensors -O {path}Elegance.safetensors\n",
554
+ " if checkbox.description == \"ElldrethsRetroMix\":\n",
555
+ " !$dl https://huggingface.co/Pups/sdtensors/resolve/main/elldrethsRetroMix_v10_fp16.safetensors -O {path}ElldrethsRetroMix.safetensors\n",
556
+ " if checkbox.description == \"DucHaitenDarkside\":\n",
557
+ " !$dl $sf'duchaitendarkside_v3.safetensors'\n",
558
+ " if checkbox.description == \"GigerStyle\":\n",
559
+ " !$dl $sf'GigerStyle.safetensors'\n",
560
+ " if checkbox.description == \"AicebergsMix\":\n",
561
+ " !$dl $sf'AicebergsMix.safetensors'\n",
562
+ " if checkbox.description == \"TheAllysMixIII_Revolutions\":\n",
563
+ " !$dl $sf'TheAllysMix3_Revolutions.safetensors'\n",
564
+ " if checkbox.description == \"fkingCivitai\":\n",
565
+ " !$dl $sf'fkingCivitai.safetensors'\n",
566
+ " !$dl $sf'fkingCivitai.yaml'\n",
567
+ " if checkbox.description == \"SteampunkAI\":\n",
568
+ " !$dl $sf'SteampunkAI.safetensors'\n",
569
+ " if checkbox.description == \"Elldreths_StolenDreams_Mix\":\n",
570
+ " !$dl $sf'Elldreths_StolenDreams_Mix.safetensors'\n",
571
+ " if checkbox.description == \"jim_TERUMODE\":\n",
572
+ " !$dl $sf'jim_TERUMODE.safetensors'\n",
573
+ " if checkbox.description == \"PaperAI.safetensors\":\n",
574
+ " !$dl $sf'PaperAI.safetensors'\n",
575
+ " if checkbox.description == \"jim_EIDOMODE.safetensors\":\n",
576
+ " !$dl $sf'jim_EIDOMODE.safetensors'\n",
577
+ " if checkbox.description == \"BreathArt.safetensors\":\n",
578
+ " !$dl $sf'BreathArt.safetensors'\n",
579
+ " if checkbox.description == \"jim_JORCRAF\":\n",
580
+ " !$dl $sf'jim_JORCRAF.safetensors'\n",
581
+ " if checkbox.description == \"StablyDiffuseds_MagnumOpus\":\n",
582
+ " !$dl $sf'StablyDiffuseds_MagnumOpus.safetensors'\n",
583
+ " if checkbox.description == \"dvMech\":\n",
584
+ " !$dl $sf'dvMech.safetensors'\n",
585
+ " if checkbox.description == \"AyoniMix\":\n",
586
+ " !$dl $sf'AyoniMix.safetensors'\n",
587
+ " !$dl $sf'AyoniMix-inpainting.safetensors'\n",
588
+ " if checkbox.description == \"MoistMix\":\n",
589
+ " !$dl $sf'MoistMix.safetensors'\n",
590
+ " if checkbox.description == \"Adobis_RealFlexibleMix\":\n",
591
+ " !$dl $sf'Adobis_RealFlexibleMix.safetensors'\n",
592
+ " if checkbox.description == \"A_to_Zovya_RPG_Artists_Tools\":\n",
593
+ " !$dl $sf'A_to_Zovya_RPG_Artists_Tools_2.safetensors'\n",
594
+ " !$dl $sf'A_to_Zovya_RPG_Artists_Tools_2.yaml'\n",
595
+ " !$dl $sf'A_to_Zovya_RPG_Artists_Tools_1.safetensors'\n",
596
+ " !$dl $sf'A_to_Zovya_RPG_Artists_Tools_1-inpaiting.safetensors'\n",
597
+ " !$dl $sf'A_to_Zovya_RPG_Artists_Tools_2-inpaiting.safetensors'\n",
598
+ " !$dl $sf'A_to_Zovya_RPG_Artists_Tools_2-inpaiting.yaml'\n",
599
+ " if checkbox.description == \"xperoEnd1essModel_Realistic\":\n",
600
+ " !$dl $sf'xperoEnd1essModel_Realistic.safetensors'\n",
601
+ " if checkbox.description == \"xperoEnd1essModel_Anime\":\n",
602
+ " !$dl $sf'xperoEnd1essModel_Anime.safetensors'\n",
603
+ " if checkbox.description == \"AyoniMix_Anime\":\n",
604
+ " !$dl $sf'AyoniMixAnime.safetensors'\n",
605
+ " if checkbox.description == \"Learn\":\n",
606
+ " !$dl $sf'Learn.safetensors'\n",
607
+ " if checkbox.description == \"Mandarine\":\n",
608
+ " !$dl $sf'Mandarine_v5.safetensors'\n",
609
+ " if checkbox.description == \"Counterfeit\":\n",
610
+ " !$dl $sf'Counterfeit_v2.5_2.5d_tweak.safetensors'\n",
611
+ " !$dl $sf'Counterfeit_v2.5.safetensors'\n",
612
+ " if checkbox.description == \"GuoZovya\":\n",
613
+ " !$dl $sf'GuoZovya.safetensors'\n",
614
+ " if checkbox.description == \"cetusMix\":\n",
615
+ " #!$dl $sf'cetusMix.safetensors'\n",
616
+ " !$dl https://huggingface.co/2ch/models/resolve/main/cetusMix_Coda2.safetensors\n",
617
+ " if checkbox.description == \"IlluminatiDiffusion\":\n",
618
+ " !$dl $sf'IlluminatiDiffusion.safetensors'\n",
619
+ " !$wget $sf'nrealfixer.pt' -P {fpath}embeddings\n",
620
+ " !$wget $sf'nartfixer.pt' -P {fpath}embeddings\n",
621
+ " !$wget $sf'nfixer.pt' -P {fpath}embeddings\n",
622
+ " if checkbox.description == \"Silicon\":\n",
623
+ " !$dl $sf'Silicon29.safetensors'\n",
624
+ " if checkbox.description == \"avalonTruvision\":\n",
625
+ " !$dl $sf'avalonTruvision.safetensors'\n",
626
+ " if checkbox.description == \"AnyPastel\":\n",
627
+ " !$dl $sf'AnyPastel-hard.safetensors'\n",
628
+ " !$dl $sf'AnyPastel-nsfw.safetensors'\n",
629
+ " !$dl $sf'AnyPastel.safetensors'\n",
630
+ " if checkbox.description == \"TheGreatFault\":\n",
631
+ " !$dl $sf'theGreatFault.safetensors'\n",
632
+ " if checkbox.description == \"AnimalWorld\":\n",
633
+ " !$dl $sf'AnimalWorld.safetensors'\n",
634
+ " if checkbox.description == \"BlueBugBros\":\n",
635
+ " !$dl $sf'BlueBugBros.safetensors'\n",
636
+ " !$dl $sf'BlueBugBros.yaml'\n",
637
+ " if checkbox.description == \"CharHelper_FineTuned\":\n",
638
+ " !$dl $sf'CharHelper_FineTuned.safetensors'\n",
639
+ " !$dl $sf'CharHelper_FineTuned.yaml'\n",
640
+ " if checkbox.description == \"Dead\":\n",
641
+ " !$dl $sf'Dead.safetensors'\n",
642
+ " if checkbox.description == \"FaeTastic\":\n",
643
+ " !$dl $sf'Faetastic.safetensors'\n",
644
+ " if checkbox.description == \"FantasyEroticMalesPhotographs\":\n",
645
+ " !$dl $sf'FantasyEroticMalesPhotographs.safetensors'\n",
646
+ " if checkbox.description == \"Holidays_in_the_Caribbean\":\n",
647
+ " !$dl $sf'Holidays_in_the_Caribbean.safetensors'\n",
648
+ " if checkbox.description == \"HomosexualDiffusion\":\n",
649
+ " !$dl $sf'HomosexualDiffusion.safetensors'\n",
650
+ " if checkbox.description == \"MeinaHentai\":\n",
651
+ " !$dl $sf'MeinaHentai.safetensors'\n",
652
+ " if checkbox.description == \"MeinaMix\":\n",
653
+ " !$dl $sf'MeinaMix_v8.safetensors'\n",
654
+ " if checkbox.description == \"MeinaPastel\":\n",
655
+ " !$dl $sf'MeinaPastel_v3.safetensors'\n",
656
+ " !$dl $sf'MeinaPastel_v4.safetensors'\n",
657
+ " if checkbox.description == \"MeinaUnreal\":\n",
658
+ " !$dl $sf'MeinaUnreal_v1-beta.safetensors'\n",
659
+ " if checkbox.description == \"PixarStyle\":\n",
660
+ " !$dl $sf'PixarStyle.safetensors'\n",
661
+ " if checkbox.description == \"PlazmMen\":\n",
662
+ " !$dl $sf'PlazmMen.safetensors'\n",
663
+ " if checkbox.description == \"StablyDiffuseds_MagnumOpus_Anime\":\n",
664
+ " !$dl $sf'StablyDiffuseds_MagnumOpus_Anime.safetensors'\n",
665
+ " if checkbox.description == \"SunlightMix\":\n",
666
+ " !$dl $sf'SunlightMix.safetensors'\n",
667
+ " if checkbox.description == \"SunshineMix\":\n",
668
+ " !$dl $sf'SunshineMix.safetensors'\n",
669
+ " if checkbox.description == \"TextureDiffusion\":\n",
670
+ " !$dl $sf'TextureDiffusion.safetensors'\n",
671
+ " if checkbox.description == \"YaoiGen\":\n",
672
+ " !$dl $sf'YaoiGen.safetensors'\n",
673
+ " if checkbox.description == \"DMMID_Style\":\n",
674
+ " !$dl $sf'dmmid_style.safetensors'\n",
675
+ " if checkbox.description == \"AV_Realistic\":\n",
676
+ " !$dl $sf'AV_MidRealistic.safetensors'\n",
677
+ " !$dl $sf'AV_MidRealistic_SDv1.5.safetensors'\n",
678
+ " !$dl $sf'AV_MixRealistic_SDv2.safetensors'\n",
679
+ " if checkbox.description == \"Dalcefo\":\n",
680
+ " !$dl https://huggingface.co/Lenore/model/resolve/main/dalcefo4.safetensors\n",
681
+ " if checkbox.description == \"WalnutcreamBlend\":\n",
682
+ " !$dl https://huggingface.co/Lenore/model/resolve/main/walnutcreamBlend.safetensors\n",
683
+ " if checkbox.description == \"EtherRealMix\":\n",
684
+ " !$dl https://huggingface.co/Lenore/model/resolve/main/etherRealMix.safetensors\n",
685
+ " if checkbox.description == \"RevAnimated\":\n",
686
+ " #!$dl https://huggingface.co/2ch/models/resolve/main/revAnimated.safetensors\n",
687
+ " !$dl https://huggingface.co/2ch/models/resolve/main/revAnimated_v122.safetensors\n",
688
+ " !$dl https://huggingface.co/2ch/models/resolve/main/revAnimated_v121.safetensors\n",
689
+ " !$dl \"https://huggingface.co/2ch/models/resolve/main/revAnimated_v121Inp-inpainting.safetensors\"\n",
690
+ " if checkbox.description == \"NeverendingDreamNED\":\n",
691
+ " !$dl https://huggingface.co/2ch/models/resolve/main/neverendingDreamNED.safetensors\n",
692
+ " if checkbox.description == \"Hassaku_hentai\":\n",
693
+ " !$dl https://huggingface.co/2ch/models/resolve/main/hassakuHentaiModel_hassakuv1Inpainting.safetensors -O {path}/hassakuHentaiModel_hassakuv1-inpainting.safetensors\n",
694
+ " !$dl https://huggingface.co/2ch/models/resolve/main/hassakuHentaiModel_hassakuv1.safetensors\n",
695
+ " if checkbox.description == \"Anything_v5\":\n",
696
+ " !$dl https://huggingface.co/2ch/models/resolve/main/anythingV5.safetensors -O {path}/Anything_v5.safetensors\n",
697
+ " if checkbox.description == \"526Mix\":\n",
698
+ " !$dl $sf'526Mix.safetensors'\n",
699
+ " if checkbox.description == \"Artius_nsfw\":\n",
700
+ " !$dl $sf'Artius_nsfw.safetensors'\n",
701
+ " if checkbox.description == \"ColorFusion\":\n",
702
+ " !$dl $sf'ColorFusion.safetensors'\n",
703
+ " if checkbox.description == \"CoolAiVision\":\n",
704
+ " !$dl $sf'CoolAiVision.safetensors'\n",
705
+ " if checkbox.description == \"Diabolique\":\n",
706
+ " !$dl $sf'Diabolique.safetensors'\n",
707
+ " if checkbox.description == \"DumbMonkey\":\n",
708
+ " !$dl $sf'DumbMonkey.safetensors'\n",
709
+ " if checkbox.description == \"KitchenSink2nsfw\":\n",
710
+ " !$dl $sf'KitchenSink2nsfw.safetensors'\n",
711
+ " if checkbox.description == \"EpicRealism\":\n",
712
+ " !$dl $sf'EpicRealism.safetensors'\n",
713
+ " if checkbox.description == \"Neurogen\":\n",
714
+ " !$dl $sf'Neurogen.safetensors'\n",
715
+ " if checkbox.description == \"Photosomnia\":\n",
716
+ " !$dl $sf'Photosomnia.safetensors'\n",
717
+ " if checkbox.description == \"Realbiter\":\n",
718
+ " !$dl $sf'Realbiter.safetensors'\n",
719
+ " if checkbox.description == \"SacrumProfanum\":\n",
720
+ " !$dl $sf'SacrumProfanum.safetensors'\n",
721
+ " if checkbox.description == \"Verisimilitude_Dark\":\n",
722
+ " !$dl $sf'Verisimilitude_Dark.safetensors'\n",
723
+ " if checkbox.description == \"WonderMix\":\n",
724
+ " !$dl $sf'WonderMix.safetensors'\n",
725
+ " if checkbox.description == \"LunarDiffusion\":\n",
726
+ " !$dl $sf'LunarDiffusion.safetensors'\n",
727
+ " if checkbox.description == \"MysteriousCharacter\":\n",
728
+ " !$dl $sf'MysteriousCharacter.safetensors'\n",
729
+ " if checkbox.description == \"Destiny\":\n",
730
+ " !$dl $sf'Destiny.safetensors'\n",
731
+ " if checkbox.description == \"AC_pencil\":\n",
732
+ " !$dl $sf'AC_pencil.safetensors'\n",
733
+ " if checkbox.description == \"BadassMix\":\n",
734
+ " !$dl $sf'BadassMix.safetensors'\n",
735
+ " if checkbox.description == \"BeigePencil\":\n",
736
+ " !$dl $sf'BeigePencil.safetensors'\n",
737
+ " if checkbox.description == \"CthuluCult\":\n",
738
+ " !$dl $sf'CthuluCult.safetensors'\n",
739
+ " if checkbox.description == \"DarkFlatArtAI\":\n",
740
+ " !$dl $sf'DarkFlatArtAI.safetensors'\n",
741
+ " if checkbox.description == \"GiovanniBattista\":\n",
742
+ " !$dl $sf'GiovanniBattista.safetensors'\n",
743
+ " if checkbox.description == \"doubleExposurePhoto\":\n",
744
+ " !$dl $sf'doubleExposurePhoto.safetensors'\n",
745
+ " if checkbox.description == \"SurrealSteampunkAI\":\n",
746
+ " !$dl $sf'SurrealSteampunkAI.safetensors'\n",
747
+ " if checkbox.description == \"VepianUltimatum\":\n",
748
+ " !$dl $sf'VepianUltimatum.safetensors'\n",
749
+ " if checkbox.description == \"ABS_Mix\":\n",
750
+ " !$dl $sf'ABS_Mix.safetensors'\n",
751
+ " if checkbox.description == \"AnimeStatic\":\n",
752
+ " !$dl $sf'AnimeStatic.safetensors'\n",
753
+ " if checkbox.description == \"BBAImix\":\n",
754
+ " !$dl $sf'BBAImix.safetensors'\n",
755
+ " if checkbox.description == \"BismuthMix\":\n",
756
+ " !$dl $sf'BismuthMix.safetensors'\n",
757
+ " if checkbox.description == \"Eris\":\n",
758
+ " !$dl $sf'Eris.safetensors'\n",
759
+ " if checkbox.description == \"EroticVision\":\n",
760
+ " !$dl $sf'EroticVision.safetensors'\n",
761
+ " if checkbox.description == \"GangbangURPM\":\n",
762
+ " !$dl $sf'GangbangURPM.safetensors'\n",
763
+ " if checkbox.description == \"ThisBabeDoesntExist\":\n",
764
+ " !$dl $sf'ThisBabeDoesntExist.safetensors'\n",
765
+ " if checkbox.description == \"MetagodSelfieMix\":\n",
766
+ " !$dl $sf'MetagodSelfieMix.safetensors'\n",
767
+ " if checkbox.description == \"PerfectWorld\":\n",
768
+ " !$dl $sf'PerfectWorld.safetensors'\n",
769
+ " if checkbox.description == \"PornVision\":\n",
770
+ " !$dl $sf'PornVision.safetensors'\n",
771
+ " if checkbox.description == \"MagMix\":\n",
772
+ " !$dl $sf'MagMix.safetensors'\n",
773
+ " if checkbox.description == \"RadixDelta\":\n",
774
+ " !$dl $sf'RadixDelta.safetensors'\n",
775
+ " if checkbox.description == \"SuccubusMix\":\n",
776
+ " !$dl $sf'SuccubusMix.safetensors'\n",
777
+ " if checkbox.description == \"goodChange\":\n",
778
+ " !$dl $sf'goodChange.safetensors'\n",
779
+ " if checkbox.description == \"MarsMix\":\n",
780
+ " !$dl $sf'MarsMix.safetensors'\n",
781
+ " if checkbox.description == \"fnordMix\":\n",
782
+ " !$dl $sf'fnordMix.safetensors'\n",
783
+ " if checkbox.description == \"BadassMix_Anime\":\n",
784
+ " !$dl $sf'BadassMix_Anime.safetensors'\n",
785
+ " if checkbox.description == \"MoonrideMixes\":\n",
786
+ " !$dl $sf'MoonrideMixes.safetensors'\n",
787
+ " if checkbox.description == \"SakuraMix\":\n",
788
+ " !$dl $sf'SakuraMix.safetensors'\n",
789
+ " if checkbox.description == \"Luma\":\n",
790
+ " !$dl $sf'Luma.safetensors'\n",
791
+ " if checkbox.description == \"CyberRealistic\":\n",
792
+ " !$dl $sf'CyberRealistic.safetensors'\n",
793
+ " !$dl $sf'CyberRealistic-inpainting.safetensors'\n",
794
+ " if checkbox.description == \"DreamFul\":\n",
795
+ " !$dl $sf'DreamFul.safetensors'\n",
796
+ " if checkbox.description == \"EdgeOfRealism\":\n",
797
+ " !$dl $sf'EdgeOfRealism.safetensors'\n",
798
+ " if checkbox.description == \"FotoAssisted\":\n",
799
+ " !$dl $sf'FotoAssisted.safetensors'\n",
800
+ " if checkbox.description == \"KKW_IDEAL\":\n",
801
+ " !$dl $sf'KKW_IDEAL.safetensors'\n",
802
+ " if checkbox.description == \"RealismEngine\":\n",
803
+ " !$dl $sf'RealismEngine.safetensors'\n",
804
+ " if checkbox.description == \"UniversalPhotorealistic\":\n",
805
+ " !$dl $sf'UniversalPhotorealistic.safetensors'\n",
806
+ " if checkbox.description == \"LifeLikeDiffusion\":\n",
807
+ " !$dl $sf'LifeLikeDiffusion.safetensors'\n",
808
+ " if checkbox.description == \"rMadaMerge\":\n",
809
+ " !$dl $sf'rMadaMerge.safetensors'\n",
810
+ " if checkbox.description == \"DV-PortraitMen\":\n",
811
+ " !$dl $sf'DV-PortraitMen.safetensors'\n",
812
+ " if checkbox.description == \"homosexualDiffusion_v10\":\n",
813
+ " !$dl $sf'homosexualDiffusion_v10.safetensors'\n",
814
+ " if checkbox.description == \"winterefdalor\":\n",
815
+ " !$dl $sf'winterefdalor.safetensors'\n",
816
+ " if checkbox.description == \"DinosRichStyle\":\n",
817
+ " !$dl $sf'DinosRichStyle.safetensors'\n",
818
+ " if checkbox.description == \"EarthSatelliteImageMapMix\":\n",
819
+ " !$dl $sf'EarthSatelliteImageMapMix.safetensors'\n",
820
+ " if checkbox.description == \"SatelliteImageGenerator\":\n",
821
+ " !$dl $sf'SatelliteImageGenerator.safetensors'\n",
822
+ " if checkbox.description == \"GraphicArt\":\n",
823
+ " !$dl $sf'GraphicArt.safetensors'\n",
824
+ " if checkbox.description == \"StickerArt\":\n",
825
+ " !$dl $sf'StickerArt.safetensors'\n",
826
+ " if checkbox.description == \"MonsterDiffusion\":\n",
827
+ " !$dl $sf'MonsterDiffusion.safetensors'\n",
828
+ " if checkbox.description == \"Pixhell\":\n",
829
+ " !$dl $sf'Pixhell.safetensors'\n",
830
+ " if checkbox.description == \"theEyesHaveIt\":\n",
831
+ " !$dl $sf'theEyesHaveIt.safetensors'\n",
832
+ " if checkbox.description == \"YurrrlMix\":\n",
833
+ " !$dl $sf'YurrrlMix.safetensors'\n",
834
+ " if checkbox.description == \"RinaMix\":\n",
835
+ " !$dl $sf'RinaMix3.safetensors'\n",
836
+ " if checkbox.description == \"HolygeneX\":\n",
837
+ " !$dl $sf'HolygeneX.safetensors'\n",
838
+ " if checkbox.description == \"idealWomenLooksLike\":\n",
839
+ " !$dl $sf'idealWomenLooksLike.safetensors'\n",
840
+ " if checkbox.description == \"ICBINP\":\n",
841
+ " !$dl $sf'ICBINP.safetensors'\n",
842
+ " if checkbox.description == \"epicMixIllustration\":\n",
843
+ " !$dl $sf'epicMixIllustration.safetensors'\n",
844
+ " if checkbox.description == \"KaelvinSmix\":\n",
845
+ " !$dl $sf'KaelvinSmix.safetensors'\n",
846
+ " !$dl $sf'KaelvinSmixHC.safetensors'\n",
847
+ " if checkbox.description == \"ProjectAIO\":\n",
848
+ " !$dl $sf'ProjectAIO.safetensors'\n",
849
+ " !$dl $sf'ProjectAIO-inpainting.safetensors'\n",
850
+ " if checkbox.description == \"ChilloutNebula\":\n",
851
+ " !$dl $sf'ChilloutNebula.safetensors'\n",
852
+ " if checkbox.description == \"CloverMix\":\n",
853
+ " !$dl $sf'CloverMix.safetensors'\n",
854
+ " if checkbox.description == \"NiobMix\":\n",
855
+ " !$dl $sf'Niobmix.safetensors'\n",
856
+ " if checkbox.description == \"ChimeraMix\":\n",
857
+ " !$dl $sf'ChimeraMix.safetensors'\n",
858
+ " if checkbox.description == \"LusciousMix\":\n",
859
+ " !$dl $sf'LusciousMix.safetensors'\n",
860
+ " if checkbox.description == \"BeenYou\":\n",
861
+ " !$dl $sf'BeenYou.safetensors'\n",
862
+ " if checkbox.description == \"7th_Layer\":\n",
863
+ " !$dl \"https://huggingface.co/2ch/models/resolve/main/7th_anime_v2_G.safetensors\"\n",
864
+ " !$dl \"https://huggingface.co/2ch/models/resolve/main/Abyss_7th_layer.safetensors\"\n",
865
+ " !$dl \"https://huggingface.co/2ch/models/resolve/main/7th_anime_v2_A.safetensors\"\n",
866
+ " !$dl \"https://huggingface.co/2ch/models/resolve/main/7th_anime_v1.1.safetensors\"\n",
867
+ " !$dl \"https://huggingface.co/2ch/models/resolve/main/7th_anime_v2_B-fix.safetensors\"\n",
868
+ " !$dl \"https://huggingface.co/2ch/models/resolve/main/7th_anime_v2_C.safetensors\"\n",
869
+ " !$dl \"https://huggingface.co/2ch/models/resolve/main/7th_anime_v2_B.safetensors\"\n",
870
+ " !$dl \"https://huggingface.co/2ch/models/resolve/main/7th_anime_v3_A.safetensors\"\n",
871
+ " !$dl \"https://huggingface.co/2ch/models/resolve/main/abyss_7th_layerG1.safetensors\"\n",
872
+ " !$dl \"https://huggingface.co/2ch/models/resolve/main/7th_anime_v3_B.safetensors\"\n",
873
+ " !$dl \"https://huggingface.co/2ch/models/resolve/main/7th_anime_v3_C.safetensors\"\n",
874
+ " if checkbox.description == \"Midnight_Mixes\":\n",
875
+ " !$dl \"https://huggingface.co/2ch/models/resolve/main/Midnight%20Mixer%20Melt.safetensors\"\n",
876
+ " !$dl \"https://huggingface.co/2ch/models/resolve/main/Midnight%20Maple.safetensors\"\n",
877
+ " !$dl \"https://huggingface.co/2ch/models/resolve/main/Midnight%20Melt.safetensors\"\n",
878
+ " if checkbox.description == \"CamelliaMix\":\n",
879
+ " !$dl \"https://huggingface.co/2ch/models/resolve/main/CamelliaMix_Line_v2.safetensors\"\n",
880
+ " !$dl \"https://huggingface.co/2ch/models/resolve/main/CamelliaMix_v2.safetensors\"\n"
881
+ ]
882
+ }
883
+ ],
884
+ "metadata": {
885
+ "colab": {
886
+ "provenance": []
887
+ },
888
+ "kernelspec": {
889
+ "display_name": "Python 3",
890
+ "name": "python3"
891
+ },
892
+ "language_info": {
893
+ "name": "python"
894
+ }
895
+ },
896
+ "nbformat": 4,
897
+ "nbformat_minor": 0
898
+ }
.config/active_config ADDED
@@ -0,0 +1 @@
 
 
1
+ default
.config/config_sentinel ADDED
File without changes
.config/configurations/config_default ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ [component_manager]
2
+ disable_update_check = true
3
+
4
+ [compute]
5
+ gce_metadata_read_timeout_sec = 0
6
+
.config/gce ADDED
@@ -0,0 +1 @@
 
 
1
+ False
.config/logs/2023.04.28/13.34.10.821101.log ADDED
@@ -0,0 +1,596 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2023-04-28 13:34:10,826 DEBUG root Loaded Command Group: ['gcloud', 'components']
2
+ 2023-04-28 13:34:10,830 DEBUG root Loaded Command Group: ['gcloud', 'components', 'update']
3
+ 2023-04-28 13:34:10,833 DEBUG root Running [gcloud.components.update] with arguments: [--allow-no-backup: "True", --compile-python: "True", --quiet: "True", COMPONENT-IDS:7: "['core', 'gcloud-deps', 'bq', 'gcloud', 'gcloud-crc32c', 'gsutil', 'anthoscli']"]
4
+ 2023-04-28 13:34:10,834 INFO ___FILE_ONLY___ Beginning update. This process may take several minutes.
5
+
6
+ 2023-04-28 13:34:22,860 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): dl.google.com:443
7
+ 2023-04-28 13:34:22,933 DEBUG urllib3.connectionpool https://dl.google.com:443 "GET /dl/cloudsdk/channels/rapid/components-2.json HTTP/1.1" 200 206156
8
+ 2023-04-28 13:34:22,946 INFO ___FILE_ONLY___
9
+
10
+ 2023-04-28 13:34:22,947 INFO ___FILE_ONLY___
11
+ Your current Google Cloud CLI version is: 428.0.0
12
+
13
+ 2023-04-28 13:34:22,947 INFO ___FILE_ONLY___ Installing components from version: 428.0.0
14
+
15
+ 2023-04-28 13:34:22,947 INFO ___FILE_ONLY___
16
+
17
+ 2023-04-28 13:34:22,947 DEBUG root Chosen display Format:table[box,title="These components will be removed."](details.display_name:label=Name:align=left,version.version_string:label=Version:align=right,data.size.size(zero="",min=1048576):label=Size:align=right)
18
+ 2023-04-28 13:34:22,948 DEBUG root Chosen display Format:table[box,title="These components will be updated."](details.display_name:label=Name:align=left,version.version_string:label=Version:align=right,data.size.size(zero="",min=1048576):label=Size:align=right)
19
+ 2023-04-28 13:34:22,949 DEBUG root Chosen display Format:table[box,title="These components will be installed."](details.display_name:label=Name:align=left,version.version_string:label=Version:align=right,data.size.size(zero="",min=1048576):label=Size:align=right)
20
+ 2023-04-28 13:34:22,955 INFO ___FILE_ONLY___ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
21
+ 2023-04-28 13:34:22,955 INFO ___FILE_ONLY___
22
+
23
+ 2023-04-28 13:34:22,955 INFO ___FILE_ONLY___ β”‚ These components will be installed. β”‚
24
+ 2023-04-28 13:34:22,955 INFO ___FILE_ONLY___
25
+
26
+ 2023-04-28 13:34:22,955 INFO ___FILE_ONLY___ β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
27
+ 2023-04-28 13:34:22,955 INFO ___FILE_ONLY___
28
+
29
+ 2023-04-28 13:34:22,955 INFO ___FILE_ONLY___ β”‚ Name β”‚ Version β”‚ Size β”‚
30
+ 2023-04-28 13:34:22,955 INFO ___FILE_ONLY___
31
+
32
+ 2023-04-28 13:34:22,956 INFO ___FILE_ONLY___ β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
33
+ 2023-04-28 13:34:22,956 INFO ___FILE_ONLY___
34
+
35
+ 2023-04-28 13:34:22,956 INFO ___FILE_ONLY___ β”‚
36
+ 2023-04-28 13:34:22,956 INFO ___FILE_ONLY___ BigQuery Command Line Tool
37
+ 2023-04-28 13:34:22,956 INFO ___FILE_ONLY___
38
+ 2023-04-28 13:34:22,956 INFO ___FILE_ONLY___ β”‚
39
+ 2023-04-28 13:34:22,956 INFO ___FILE_ONLY___ 2.0.91
40
+ 2023-04-28 13:34:22,956 INFO ___FILE_ONLY___
41
+ 2023-04-28 13:34:22,956 INFO ___FILE_ONLY___ β”‚
42
+ 2023-04-28 13:34:22,956 INFO ___FILE_ONLY___ 1.6 MiB
43
+ 2023-04-28 13:34:22,956 INFO ___FILE_ONLY___
44
+ 2023-04-28 13:34:22,956 INFO ___FILE_ONLY___ β”‚
45
+ 2023-04-28 13:34:22,956 INFO ___FILE_ONLY___
46
+
47
+ 2023-04-28 13:34:22,956 INFO ___FILE_ONLY___ β”‚
48
+ 2023-04-28 13:34:22,957 INFO ___FILE_ONLY___ BigQuery Command Line Tool (Platform Specific)
49
+ 2023-04-28 13:34:22,957 INFO ___FILE_ONLY___
50
+ 2023-04-28 13:34:22,957 INFO ___FILE_ONLY___ β”‚
51
+ 2023-04-28 13:34:22,957 INFO ___FILE_ONLY___ 2.0.77
52
+ 2023-04-28 13:34:22,957 INFO ___FILE_ONLY___
53
+ 2023-04-28 13:34:22,957 INFO ___FILE_ONLY___ β”‚
54
+ 2023-04-28 13:34:22,957 INFO ___FILE_ONLY___ < 1 MiB
55
+ 2023-04-28 13:34:22,957 INFO ___FILE_ONLY___
56
+ 2023-04-28 13:34:22,957 INFO ___FILE_ONLY___ β”‚
57
+ 2023-04-28 13:34:22,957 INFO ___FILE_ONLY___
58
+
59
+ 2023-04-28 13:34:22,957 INFO ___FILE_ONLY___ β”‚
60
+ 2023-04-28 13:34:22,957 INFO ___FILE_ONLY___ Bundled Python 3.9
61
+ 2023-04-28 13:34:22,957 INFO ___FILE_ONLY___
62
+ 2023-04-28 13:34:22,957 INFO ___FILE_ONLY___ β”‚
63
+ 2023-04-28 13:34:22,957 INFO ___FILE_ONLY___ 3.9.16
64
+ 2023-04-28 13:34:22,958 INFO ___FILE_ONLY___
65
+ 2023-04-28 13:34:22,958 INFO ___FILE_ONLY___ β”‚
66
+ 2023-04-28 13:34:22,958 INFO ___FILE_ONLY___ 63.4 MiB
67
+ 2023-04-28 13:34:22,958 INFO ___FILE_ONLY___
68
+ 2023-04-28 13:34:22,958 INFO ___FILE_ONLY___ β”‚
69
+ 2023-04-28 13:34:22,958 INFO ___FILE_ONLY___
70
+
71
+ 2023-04-28 13:34:22,958 INFO ___FILE_ONLY___ β”‚
72
+ 2023-04-28 13:34:22,958 INFO ___FILE_ONLY___ Cloud Storage Command Line Tool
73
+ 2023-04-28 13:34:22,958 INFO ___FILE_ONLY___
74
+ 2023-04-28 13:34:22,958 INFO ___FILE_ONLY___ β”‚
75
+ 2023-04-28 13:34:22,958 INFO ___FILE_ONLY___ 5.23
76
+ 2023-04-28 13:34:22,958 INFO ___FILE_ONLY___
77
+ 2023-04-28 13:34:22,958 INFO ___FILE_ONLY___ β”‚
78
+ 2023-04-28 13:34:22,958 INFO ___FILE_ONLY___ 15.5 MiB
79
+ 2023-04-28 13:34:22,958 INFO ___FILE_ONLY___
80
+ 2023-04-28 13:34:22,959 INFO ___FILE_ONLY___ β”‚
81
+ 2023-04-28 13:34:22,959 INFO ___FILE_ONLY___
82
+
83
+ 2023-04-28 13:34:22,959 INFO ___FILE_ONLY___ β”‚
84
+ 2023-04-28 13:34:22,959 INFO ___FILE_ONLY___ Cloud Storage Command Line Tool (Platform Specific)
85
+ 2023-04-28 13:34:22,959 INFO ___FILE_ONLY___
86
+ 2023-04-28 13:34:22,959 INFO ___FILE_ONLY___ β”‚
87
+ 2023-04-28 13:34:22,959 INFO ___FILE_ONLY___ 5.13
88
+ 2023-04-28 13:34:22,959 INFO ___FILE_ONLY___
89
+ 2023-04-28 13:34:22,959 INFO ___FILE_ONLY___ β”‚
90
+ 2023-04-28 13:34:22,959 INFO ___FILE_ONLY___ < 1 MiB
91
+ 2023-04-28 13:34:22,959 INFO ___FILE_ONLY___
92
+ 2023-04-28 13:34:22,959 INFO ___FILE_ONLY___ β”‚
93
+ 2023-04-28 13:34:22,959 INFO ___FILE_ONLY___
94
+
95
+ 2023-04-28 13:34:22,959 INFO ___FILE_ONLY___ β”‚
96
+ 2023-04-28 13:34:22,959 INFO ___FILE_ONLY___ Google Cloud CLI Core Libraries (Platform Specific)
97
+ 2023-04-28 13:34:22,960 INFO ___FILE_ONLY___
98
+ 2023-04-28 13:34:22,960 INFO ___FILE_ONLY___ β”‚
99
+ 2023-04-28 13:34:22,960 INFO ___FILE_ONLY___ 2022.09.20
100
+ 2023-04-28 13:34:22,960 INFO ___FILE_ONLY___
101
+ 2023-04-28 13:34:22,960 INFO ___FILE_ONLY___ β”‚
102
+ 2023-04-28 13:34:22,960 INFO ___FILE_ONLY___ < 1 MiB
103
+ 2023-04-28 13:34:22,960 INFO ___FILE_ONLY___
104
+ 2023-04-28 13:34:22,960 INFO ___FILE_ONLY___ β”‚
105
+ 2023-04-28 13:34:22,960 INFO ___FILE_ONLY___
106
+
107
+ 2023-04-28 13:34:22,960 INFO ___FILE_ONLY___ β”‚
108
+ 2023-04-28 13:34:22,960 INFO ___FILE_ONLY___ Google Cloud CRC32C Hash Tool
109
+ 2023-04-28 13:34:22,960 INFO ___FILE_ONLY___
110
+ 2023-04-28 13:34:22,960 INFO ___FILE_ONLY___ β”‚
111
+ 2023-04-28 13:34:22,960 INFO ___FILE_ONLY___ 1.0.0
112
+ 2023-04-28 13:34:22,960 INFO ___FILE_ONLY___
113
+ 2023-04-28 13:34:22,961 INFO ___FILE_ONLY___ β”‚
114
+ 2023-04-28 13:34:22,961 INFO ___FILE_ONLY___ 1.2 MiB
115
+ 2023-04-28 13:34:22,961 INFO ___FILE_ONLY___
116
+ 2023-04-28 13:34:22,961 INFO ___FILE_ONLY___ β”‚
117
+ 2023-04-28 13:34:22,961 INFO ___FILE_ONLY___
118
+
119
+ 2023-04-28 13:34:22,961 INFO ___FILE_ONLY___ β”‚
120
+ 2023-04-28 13:34:22,961 INFO ___FILE_ONLY___ anthoscli
121
+ 2023-04-28 13:34:22,961 INFO ___FILE_ONLY___
122
+ 2023-04-28 13:34:22,961 INFO ___FILE_ONLY___ β”‚
123
+ 2023-04-28 13:34:22,961 INFO ___FILE_ONLY___ 0.2.36
124
+ 2023-04-28 13:34:22,961 INFO ___FILE_ONLY___
125
+ 2023-04-28 13:34:22,961 INFO ___FILE_ONLY___ β”‚
126
+ 2023-04-28 13:34:22,961 INFO ___FILE_ONLY___ 68.4 MiB
127
+ 2023-04-28 13:34:22,961 INFO ___FILE_ONLY___
128
+ 2023-04-28 13:34:22,961 INFO ___FILE_ONLY___ β”‚
129
+ 2023-04-28 13:34:22,961 INFO ___FILE_ONLY___
130
+
131
+ 2023-04-28 13:34:22,962 INFO ___FILE_ONLY___ β”‚
132
+ 2023-04-28 13:34:22,962 INFO ___FILE_ONLY___ gcloud cli dependencies
133
+ 2023-04-28 13:34:22,962 INFO ___FILE_ONLY___
134
+ 2023-04-28 13:34:22,962 INFO ___FILE_ONLY___ β”‚
135
+ 2023-04-28 13:34:22,962 INFO ___FILE_ONLY___ 2021.04.16
136
+ 2023-04-28 13:34:22,962 INFO ___FILE_ONLY___
137
+ 2023-04-28 13:34:22,962 INFO ___FILE_ONLY___ β”‚
138
+ 2023-04-28 13:34:22,962 INFO ___FILE_ONLY___ < 1 MiB
139
+ 2023-04-28 13:34:22,962 INFO ___FILE_ONLY___
140
+ 2023-04-28 13:34:22,962 INFO ___FILE_ONLY___ β”‚
141
+ 2023-04-28 13:34:22,962 INFO ___FILE_ONLY___
142
+
143
+ 2023-04-28 13:34:22,962 INFO ___FILE_ONLY___ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
144
+ 2023-04-28 13:34:22,962 INFO ___FILE_ONLY___
145
+
146
+ 2023-04-28 13:34:22,962 INFO ___FILE_ONLY___
147
+
148
+ 2023-04-28 13:34:22,964 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): dl.google.com:443
149
+ 2023-04-28 13:34:23,034 DEBUG urllib3.connectionpool https://dl.google.com:443 "GET /dl/cloudsdk/channels/rapid/RELEASE_NOTES HTTP/1.1" 200 986463
150
+ 2023-04-28 13:34:23,069 INFO ___FILE_ONLY___ For the latest full release notes, please visit:
151
+ https://cloud.google.com/sdk/release_notes
152
+
153
+
154
+ 2023-04-28 13:34:23,071 INFO ___FILE_ONLY___ ╔═════════════════════════════════════════��══════════════════╗
155
+
156
+ 2023-04-28 13:34:23,071 INFO ___FILE_ONLY___ ╠═ Creating update staging area ═╣
157
+
158
+ 2023-04-28 13:34:23,071 INFO ___FILE_ONLY___ β•š
159
+ 2023-04-28 13:34:23,072 INFO ___FILE_ONLY___ ══════
160
+ 2023-04-28 13:34:23,072 INFO ___FILE_ONLY___ ══════
161
+ 2023-04-28 13:34:23,072 INFO ___FILE_ONLY___ ══════
162
+ 2023-04-28 13:34:23,211 INFO ___FILE_ONLY___ ═
163
+ 2023-04-28 13:34:23,267 INFO ___FILE_ONLY___ ═
164
+ 2023-04-28 13:34:23,317 INFO ___FILE_ONLY___ ═
165
+ 2023-04-28 13:34:23,363 INFO ___FILE_ONLY___ ═
166
+ 2023-04-28 13:34:23,424 INFO ___FILE_ONLY___ ═
167
+ 2023-04-28 13:34:23,494 INFO ___FILE_ONLY___ ═
168
+ 2023-04-28 13:34:23,552 INFO ___FILE_ONLY___ ═
169
+ 2023-04-28 13:34:23,617 INFO ___FILE_ONLY___ ═
170
+ 2023-04-28 13:34:23,667 INFO ___FILE_ONLY___ ═
171
+ 2023-04-28 13:34:23,721 INFO ___FILE_ONLY___ ═
172
+ 2023-04-28 13:34:23,776 INFO ___FILE_ONLY___ ═
173
+ 2023-04-28 13:34:23,833 INFO ___FILE_ONLY___ ═
174
+ 2023-04-28 13:34:23,890 INFO ___FILE_ONLY___ ═
175
+ 2023-04-28 13:34:23,935 INFO ___FILE_ONLY___ ═
176
+ 2023-04-28 13:34:23,990 INFO ___FILE_ONLY___ ═
177
+ 2023-04-28 13:34:24,058 INFO ___FILE_ONLY___ ═
178
+ 2023-04-28 13:34:24,120 INFO ___FILE_ONLY___ ═
179
+ 2023-04-28 13:34:24,190 INFO ___FILE_ONLY___ ═
180
+ 2023-04-28 13:34:24,216 INFO ___FILE_ONLY___ ═
181
+ 2023-04-28 13:34:24,243 INFO ___FILE_ONLY___ ═
182
+ 2023-04-28 13:34:24,271 INFO ___FILE_ONLY___ ═
183
+ 2023-04-28 13:34:24,305 INFO ___FILE_ONLY___ ═
184
+ 2023-04-28 13:34:24,331 INFO ___FILE_ONLY___ ═
185
+ 2023-04-28 13:34:24,359 INFO ___FILE_ONLY___ ═
186
+ 2023-04-28 13:34:24,478 INFO ___FILE_ONLY___ ═
187
+ 2023-04-28 13:34:24,523 INFO ___FILE_ONLY___ ═
188
+ 2023-04-28 13:34:24,716 INFO ___FILE_ONLY___ ═
189
+ 2023-04-28 13:34:24,764 INFO ___FILE_ONLY___ ═
190
+ 2023-04-28 13:34:24,801 INFO ___FILE_ONLY___ ═
191
+ 2023-04-28 13:34:24,851 INFO ___FILE_ONLY___ ═
192
+ 2023-04-28 13:34:24,895 INFO ___FILE_ONLY___ ═
193
+ 2023-04-28 13:34:24,946 INFO ___FILE_ONLY___ ═
194
+ 2023-04-28 13:34:24,994 INFO ___FILE_ONLY___ ═
195
+ 2023-04-28 13:34:25,039 INFO ___FILE_ONLY___ ═
196
+ 2023-04-28 13:34:25,091 INFO ___FILE_ONLY___ ═
197
+ 2023-04-28 13:34:25,132 INFO ___FILE_ONLY___ ═
198
+ 2023-04-28 13:34:25,173 INFO ___FILE_ONLY___ ═
199
+ 2023-04-28 13:34:25,221 INFO ___FILE_ONLY___ ═
200
+ 2023-04-28 13:34:25,265 INFO ___FILE_ONLY___ ═
201
+ 2023-04-28 13:34:25,332 INFO ___FILE_ONLY___ ═
202
+ 2023-04-28 13:34:25,452 INFO ___FILE_ONLY___ ═
203
+ 2023-04-28 13:34:25,501 INFO ___FILE_ONLY___ ═
204
+ 2023-04-28 13:34:25,501 INFO ___FILE_ONLY___ ╝
205
+
206
+ 2023-04-28 13:34:25,674 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
207
+
208
+ 2023-04-28 13:34:25,674 INFO ___FILE_ONLY___ ╠═ Installing: BigQuery Command Line Tool ═╣
209
+
210
+ 2023-04-28 13:34:25,674 INFO ___FILE_ONLY___ β•š
211
+ 2023-04-28 13:34:25,676 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): dl.google.com:443
212
+ 2023-04-28 13:34:25,745 DEBUG urllib3.connectionpool https://dl.google.com:443 "GET /dl/cloudsdk/channels/rapid/components/google-cloud-sdk-bq-20230417163046.tar.gz HTTP/1.1" 200 1661525
213
+ 2023-04-28 13:34:25,754 INFO ___FILE_ONLY___ ═
214
+ 2023-04-28 13:34:25,755 INFO ___FILE_ONLY___ ═
215
+ 2023-04-28 13:34:25,755 INFO ___FILE_ONLY___ ═
216
+ 2023-04-28 13:34:25,755 INFO ___FILE_ONLY___ ═
217
+ 2023-04-28 13:34:25,755 INFO ___FILE_ONLY___ ═
218
+ 2023-04-28 13:34:25,755 INFO ___FILE_ONLY___ ═
219
+ 2023-04-28 13:34:25,755 INFO ___FILE_ONLY___ ═
220
+ 2023-04-28 13:34:25,755 INFO ___FILE_ONLY___ ═
221
+ 2023-04-28 13:34:25,756 INFO ___FILE_ONLY___ ═
222
+ 2023-04-28 13:34:25,756 INFO ___FILE_ONLY___ ═
223
+ 2023-04-28 13:34:25,756 INFO ___FILE_ONLY___ ═
224
+ 2023-04-28 13:34:25,756 INFO ___FILE_ONLY___ ═
225
+ 2023-04-28 13:34:25,756 INFO ___FILE_ONLY___ ═
226
+ 2023-04-28 13:34:25,756 INFO ___FILE_ONLY___ ═
227
+ 2023-04-28 13:34:25,756 INFO ___FILE_ONLY___ ═
228
+ 2023-04-28 13:34:25,757 INFO ___FILE_ONLY___ ═
229
+ 2023-04-28 13:34:25,757 INFO ___FILE_ONLY___ ═
230
+ 2023-04-28 13:34:25,757 INFO ___FILE_ONLY___ ═
231
+ 2023-04-28 13:34:25,757 INFO ___FILE_ONLY___ ═
232
+ 2023-04-28 13:34:25,757 INFO ___FILE_ONLY___ ═
233
+ 2023-04-28 13:34:25,757 INFO ___FILE_ONLY___ ═
234
+ 2023-04-28 13:34:25,757 INFO ___FILE_ONLY___ ═
235
+ 2023-04-28 13:34:25,757 INFO ___FILE_ONLY___ ═
236
+ 2023-04-28 13:34:25,758 INFO ___FILE_ONLY___ ═
237
+ 2023-04-28 13:34:25,758 INFO ___FILE_ONLY___ ═
238
+ 2023-04-28 13:34:25,758 INFO ___FILE_ONLY___ ═
239
+ 2023-04-28 13:34:25,758 INFO ___FILE_ONLY___ ═
240
+ 2023-04-28 13:34:25,758 INFO ___FILE_ONLY___ ═
241
+ 2023-04-28 13:34:25,758 INFO ___FILE_ONLY___ ═
242
+ 2023-04-28 13:34:25,758 INFO ___FILE_ONLY___ ═
243
+ 2023-04-28 13:34:25,870 INFO ___FILE_ONLY___ ═
244
+ 2023-04-28 13:34:25,876 INFO ___FILE_ONLY___ ═
245
+ 2023-04-28 13:34:25,880 INFO ___FILE_ONLY___ ═
246
+ 2023-04-28 13:34:25,886 INFO ___FILE_ONLY___ ═
247
+ 2023-04-28 13:34:25,890 INFO ___FILE_ONLY___ ═
248
+ 2023-04-28 13:34:25,893 INFO ___FILE_ONLY___ ═
249
+ 2023-04-28 13:34:25,897 INFO ___FILE_ONLY___ ═
250
+ 2023-04-28 13:34:25,901 INFO ___FILE_ONLY___ ═
251
+ 2023-04-28 13:34:25,904 INFO ___FILE_ONLY___ ═
252
+ 2023-04-28 13:34:25,907 INFO ___FILE_ONLY___ ═
253
+ 2023-04-28 13:34:25,912 INFO ___FILE_ONLY___ ═
254
+ 2023-04-28 13:34:25,917 INFO ___FILE_ONLY___ ═
255
+ 2023-04-28 13:34:25,923 INFO ___FILE_ONLY___ ═
256
+ 2023-04-28 13:34:25,926 INFO ___FILE_ONLY___ ═
257
+ 2023-04-28 13:34:25,930 INFO ___FILE_ONLY___ ═
258
+ 2023-04-28 13:34:25,933 INFO ___FILE_ONLY___ ═
259
+ 2023-04-28 13:34:25,936 INFO ___FILE_ONLY___ ═
260
+ 2023-04-28 13:34:25,940 INFO ___FILE_ONLY___ ═
261
+ 2023-04-28 13:34:25,943 INFO ___FILE_ONLY___ ═
262
+ 2023-04-28 13:34:25,949 INFO ___FILE_ONLY___ ═
263
+ 2023-04-28 13:34:25,952 INFO ___FILE_ONLY___ ═
264
+ 2023-04-28 13:34:25,955 INFO ___FILE_ONLY___ ═
265
+ 2023-04-28 13:34:25,959 INFO ___FILE_ONLY___ ═
266
+ 2023-04-28 13:34:25,962 INFO ___FILE_ONLY___ ═
267
+ 2023-04-28 13:34:25,966 INFO ___FILE_ONLY___ ═
268
+ 2023-04-28 13:34:25,970 INFO ___FILE_ONLY___ ═
269
+ 2023-04-28 13:34:25,973 INFO ___FILE_ONLY___ ═
270
+ 2023-04-28 13:34:25,978 INFO ___FILE_ONLY___ ═
271
+ 2023-04-28 13:34:25,982 INFO ___FILE_ONLY___ ═
272
+ 2023-04-28 13:34:25,985 INFO ___FILE_ONLY___ ═
273
+ 2023-04-28 13:34:25,985 INFO ___FILE_ONLY___ ╝
274
+
275
+ 2023-04-28 13:34:25,999 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
276
+
277
+ 2023-04-28 13:34:25,999 INFO ___FILE_ONLY___ ╠═ Installing: BigQuery Command Line Tool (Platform Spec... ═╣
278
+
279
+ 2023-04-28 13:34:25,999 INFO ___FILE_ONLY___ β•š
280
+ 2023-04-28 13:34:26,001 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): dl.google.com:443
281
+ 2023-04-28 13:34:26,071 DEBUG urllib3.connectionpool https://dl.google.com:443 "GET /dl/cloudsdk/channels/rapid/components/google-cloud-sdk-bq-nix-20220920185015.tar.gz HTTP/1.1" 200 1837
282
+ 2023-04-28 13:34:26,072 INFO ___FILE_ONLY___ ══════════════════════════════
283
+ 2023-04-28 13:34:26,073 INFO ___FILE_ONLY___ ══════════════════════════════
284
+ 2023-04-28 13:34:26,073 INFO ___FILE_ONLY___ ╝
285
+
286
+ 2023-04-28 13:34:26,081 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
287
+
288
+ 2023-04-28 13:34:26,081 INFO ___FILE_ONLY___ ╠═ Installing: Bundled Python 3.9 ═╣
289
+
290
+ 2023-04-28 13:34:26,081 INFO ___FILE_ONLY___ β•š
291
+ 2023-04-28 13:34:26,085 INFO ___FILE_ONLY___ ════════════════════════════════════════════════════════════
292
+ 2023-04-28 13:34:26,085 INFO ___FILE_ONLY___ ╝
293
+
294
+ 2023-04-28 13:34:26,086 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
295
+
296
+ 2023-04-28 13:34:26,087 INFO ___FILE_ONLY___ ╠═ Installing: Bundled Python 3.9 ═╣
297
+
298
+ 2023-04-28 13:34:26,087 INFO ___FILE_ONLY___ β•š
299
+ 2023-04-28 13:34:26,089 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): dl.google.com:443
300
+ 2023-04-28 13:34:26,115 DEBUG urllib3.connectionpool https://dl.google.com:443 "GET /dl/cloudsdk/channels/rapid/components/google-cloud-sdk-bundled-python3-unix-linux-x86_64-20230303155151.tar.gz HTTP/1.1" 200 66467643
301
+ 2023-04-28 13:34:26,343 INFO ___FILE_ONLY___ ═
302
+ 2023-04-28 13:34:26,345 INFO ___FILE_ONLY___ ═
303
+ 2023-04-28 13:34:26,348 INFO ___FILE_ONLY___ ═
304
+ 2023-04-28 13:34:26,350 INFO ___FILE_ONLY___ ═
305
+ 2023-04-28 13:34:26,352 INFO ___FILE_ONLY___ ═
306
+ 2023-04-28 13:34:26,355 INFO ___FILE_ONLY___ ═
307
+ 2023-04-28 13:34:26,357 INFO ___FILE_ONLY___ ═
308
+ 2023-04-28 13:34:26,359 INFO ___FILE_ONLY___ ═
309
+ 2023-04-28 13:34:26,362 INFO ___FILE_ONLY___ ═
310
+ 2023-04-28 13:34:26,364 INFO ___FILE_ONLY___ ═
311
+ 2023-04-28 13:34:26,367 INFO ___FILE_ONLY___ ═
312
+ 2023-04-28 13:34:26,369 INFO ___FILE_ONLY___ ═
313
+ 2023-04-28 13:34:26,371 INFO ___FILE_ONLY___ ═
314
+ 2023-04-28 13:34:26,374 INFO ___FILE_ONLY___ ═
315
+ 2023-04-28 13:34:26,376 INFO ___FILE_ONLY___ ═
316
+ 2023-04-28 13:34:26,379 INFO ___FILE_ONLY___ ═
317
+ 2023-04-28 13:34:26,381 INFO ___FILE_ONLY___ ═
318
+ 2023-04-28 13:34:26,384 INFO ___FILE_ONLY___ ═
319
+ 2023-04-28 13:34:26,386 INFO ___FILE_ONLY___ ═
320
+ 2023-04-28 13:34:26,389 INFO ___FILE_ONLY___ ═
321
+ 2023-04-28 13:34:26,392 INFO ___FILE_ONLY___ ═
322
+ 2023-04-28 13:34:26,394 INFO ___FILE_ONLY___ ═
323
+ 2023-04-28 13:34:26,397 INFO ___FILE_ONLY___ ═
324
+ 2023-04-28 13:34:26,399 INFO ___FILE_ONLY___ ═
325
+ 2023-04-28 13:34:26,402 INFO ___FILE_ONLY___ ═
326
+ 2023-04-28 13:34:26,404 INFO ___FILE_ONLY___ ═
327
+ 2023-04-28 13:34:26,407 INFO ___FILE_ONLY___ ═
328
+ 2023-04-28 13:34:26,409 INFO ___FILE_ONLY___ ═
329
+ 2023-04-28 13:34:26,412 INFO ___FILE_ONLY___ ═
330
+ 2023-04-28 13:34:26,414 INFO ___FILE_ONLY___ ═
331
+ 2023-04-28 13:34:28,303 INFO ___FILE_ONLY___ ═
332
+ 2023-04-28 13:34:28,315 INFO ___FILE_ONLY___ ═
333
+ 2023-04-28 13:34:28,330 INFO ___FILE_ONLY___ ═
334
+ 2023-04-28 13:34:28,343 INFO ___FILE_ONLY___ ═
335
+ 2023-04-28 13:34:28,355 INFO ___FILE_ONLY___ ═
336
+ 2023-04-28 13:34:28,372 INFO ___FILE_ONLY___ ═
337
+ 2023-04-28 13:34:28,389 INFO ___FILE_ONLY___ ═
338
+ 2023-04-28 13:34:28,412 INFO ___FILE_ONLY___ ═
339
+ 2023-04-28 13:34:28,426 INFO ___FILE_ONLY___ ═
340
+ 2023-04-28 13:34:28,442 INFO ___FILE_ONLY___ ═
341
+ 2023-04-28 13:34:28,460 INFO ___FILE_ONLY___ ═
342
+ 2023-04-28 13:34:28,478 INFO ___FILE_ONLY___ ═
343
+ 2023-04-28 13:34:28,593 INFO ___FILE_ONLY___ ═
344
+ 2023-04-28 13:34:28,606 INFO ___FILE_ONLY___ ═
345
+ 2023-04-28 13:34:28,650 INFO ___FILE_ONLY___ ═
346
+ 2023-04-28 13:34:28,716 INFO ___FILE_ONLY___ ═
347
+ 2023-04-28 13:34:28,738 INFO ___FILE_ONLY___ ═
348
+ 2023-04-28 13:34:28,759 INFO ___FILE_ONLY___ ═
349
+ 2023-04-28 13:34:28,776 INFO ___FILE_ONLY___ ═
350
+ 2023-04-28 13:34:28,812 INFO ___FILE_ONLY___ ═
351
+ 2023-04-28 13:34:28,826 INFO ___FILE_ONLY___ ═
352
+ 2023-04-28 13:34:28,839 INFO ___FILE_ONLY___ ═
353
+ 2023-04-28 13:34:28,854 INFO ___FILE_ONLY___ ═
354
+ 2023-04-28 13:34:28,871 INFO ___FILE_ONLY___ ═
355
+ 2023-04-28 13:34:28,889 INFO ___FILE_ONLY___ ═
356
+ 2023-04-28 13:34:28,907 INFO ___FILE_ONLY___ ═
357
+ 2023-04-28 13:34:29,520 INFO ___FILE_ONLY___ ═
358
+ 2023-04-28 13:34:29,804 INFO ___FILE_ONLY___ ═
359
+ 2023-04-28 13:34:29,816 INFO ___FILE_ONLY___ ═
360
+ 2023-04-28 13:34:29,830 INFO ___FILE_ONLY___ ═
361
+ 2023-04-28 13:34:29,830 INFO ___FILE_ONLY___ ╝
362
+
363
+ 2023-04-28 13:34:29,873 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
364
+
365
+ 2023-04-28 13:34:29,874 INFO ___FILE_ONLY___ ╠═ Installing: Cloud Storage Command Line Tool ═╣
366
+
367
+ 2023-04-28 13:34:29,874 INFO ___FILE_ONLY___ β•š
368
+ 2023-04-28 13:34:29,876 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): dl.google.com:443
369
+ 2023-04-28 13:34:29,947 DEBUG urllib3.connectionpool https://dl.google.com:443 "GET /dl/cloudsdk/channels/rapid/components/google-cloud-sdk-gsutil-20230417163046.tar.gz HTTP/1.1" 200 16302836
370
+ 2023-04-28 13:34:30,000 INFO ___FILE_ONLY___ ═
371
+ 2023-04-28 13:34:30,000 INFO ___FILE_ONLY___ ═
372
+ 2023-04-28 13:34:30,001 INFO ___FILE_ONLY___ ═
373
+ 2023-04-28 13:34:30,002 INFO ___FILE_ONLY___ ═
374
+ 2023-04-28 13:34:30,003 INFO ___FILE_ONLY___ ═
375
+ 2023-04-28 13:34:30,003 INFO ___FILE_ONLY___ ═
376
+ 2023-04-28 13:34:30,004 INFO ___FILE_ONLY___ ═
377
+ 2023-04-28 13:34:30,005 INFO ___FILE_ONLY___ ═
378
+ 2023-04-28 13:34:30,005 INFO ___FILE_ONLY___ ═
379
+ 2023-04-28 13:34:30,006 INFO ___FILE_ONLY___ ═
380
+ 2023-04-28 13:34:30,007 INFO ___FILE_ONLY___ ═
381
+ 2023-04-28 13:34:30,007 INFO ___FILE_ONLY___ ═
382
+ 2023-04-28 13:34:30,008 INFO ___FILE_ONLY___ ═
383
+ 2023-04-28 13:34:30,009 INFO ___FILE_ONLY___ ═
384
+ 2023-04-28 13:34:30,009 INFO ___FILE_ONLY___ ═
385
+ 2023-04-28 13:34:30,010 INFO ___FILE_ONLY___ ═
386
+ 2023-04-28 13:34:30,011 INFO ___FILE_ONLY___ ═
387
+ 2023-04-28 13:34:30,011 INFO ___FILE_ONLY___ ═
388
+ 2023-04-28 13:34:30,012 INFO ___FILE_ONLY___ ═
389
+ 2023-04-28 13:34:30,013 INFO ___FILE_ONLY___ ═
390
+ 2023-04-28 13:34:30,013 INFO ___FILE_ONLY___ ═
391
+ 2023-04-28 13:34:30,014 INFO ___FILE_ONLY___ ═
392
+ 2023-04-28 13:34:30,015 INFO ___FILE_ONLY___ ═
393
+ 2023-04-28 13:34:30,015 INFO ___FILE_ONLY___ ═
394
+ 2023-04-28 13:34:30,016 INFO ___FILE_ONLY___ ═
395
+ 2023-04-28 13:34:30,017 INFO ___FILE_ONLY___ ═
396
+ 2023-04-28 13:34:30,017 INFO ___FILE_ONLY___ ═
397
+ 2023-04-28 13:34:30,018 INFO ___FILE_ONLY___ ═
398
+ 2023-04-28 13:34:30,019 INFO ___FILE_ONLY___ ═
399
+ 2023-04-28 13:34:30,019 INFO ___FILE_ONLY___ ═
400
+ 2023-04-28 13:34:31,211 INFO ___FILE_ONLY___ ═
401
+ 2023-04-28 13:34:31,255 INFO ___FILE_ONLY___ ═
402
+ 2023-04-28 13:34:31,291 INFO ___FILE_ONLY___ ═
403
+ 2023-04-28 13:34:31,324 INFO ___FILE_ONLY___ ═
404
+ 2023-04-28 13:34:31,368 INFO ___FILE_ONLY___ ═
405
+ 2023-04-28 13:34:31,417 INFO ___FILE_ONLY___ ═
406
+ 2023-04-28 13:34:31,459 INFO ___FILE_ONLY___ ═
407
+ 2023-04-28 13:34:31,498 INFO ___FILE_ONLY___ ═
408
+ 2023-04-28 13:34:31,536 INFO ___FILE_ONLY___ ═
409
+ 2023-04-28 13:34:31,584 INFO ___FILE_ONLY___ ═
410
+ 2023-04-28 13:34:31,620 INFO ___FILE_ONLY___ ═
411
+ 2023-04-28 13:34:31,658 INFO ___FILE_ONLY___ ═
412
+ 2023-04-28 13:34:31,703 INFO ___FILE_ONLY___ ═
413
+ 2023-04-28 13:34:31,756 INFO ___FILE_ONLY___ ═
414
+ 2023-04-28 13:34:31,805 INFO ___FILE_ONLY___ ═
415
+ 2023-04-28 13:34:31,840 INFO ___FILE_ONLY___ ═
416
+ 2023-04-28 13:34:31,901 INFO ___FILE_ONLY___ ═
417
+ 2023-04-28 13:34:31,942 INFO ___FILE_ONLY___ ═
418
+ 2023-04-28 13:34:31,977 INFO ___FILE_ONLY___ ═
419
+ 2023-04-28 13:34:32,016 INFO ___FILE_ONLY___ ═
420
+ 2023-04-28 13:34:32,056 INFO ___FILE_ONLY___ ═
421
+ 2023-04-28 13:34:32,096 INFO ___FILE_ONLY___ ═
422
+ 2023-04-28 13:34:32,143 INFO ___FILE_ONLY___ ═
423
+ 2023-04-28 13:34:32,184 INFO ___FILE_ONLY___ ═
424
+ 2023-04-28 13:34:32,229 INFO ___FILE_ONLY___ ═
425
+ 2023-04-28 13:34:32,276 INFO ___FILE_ONLY___ ═
426
+ 2023-04-28 13:34:32,312 INFO ___FILE_ONLY___ ═
427
+ 2023-04-28 13:34:32,346 INFO ___FILE_ONLY___ ═
428
+ 2023-04-28 13:34:32,380 INFO ___FILE_ONLY___ ═
429
+ 2023-04-28 13:34:32,430 INFO ___FILE_ONLY___ ═
430
+ 2023-04-28 13:34:32,430 INFO ___FILE_ONLY___ ╝
431
+
432
+ 2023-04-28 13:34:32,512 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
433
+
434
+ 2023-04-28 13:34:32,512 INFO ___FILE_ONLY___ ╠═ Installing: Cloud Storage Command Line Tool (Platform... ═╣
435
+
436
+ 2023-04-28 13:34:32,512 INFO ___FILE_ONLY___ β•š
437
+ 2023-04-28 13:34:32,514 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): dl.google.com:443
438
+ 2023-04-28 13:34:32,539 DEBUG urllib3.connectionpool https://dl.google.com:443 "GET /dl/cloudsdk/channels/rapid/components/google-cloud-sdk-gsutil-nix-20220920185015.tar.gz HTTP/1.1" 200 1851
439
+ 2023-04-28 13:34:32,539 INFO ___FILE_ONLY___ ══════════════════════════════
440
+ 2023-04-28 13:34:32,540 INFO ___FILE_ONLY___ ══════════════════════════════
441
+ 2023-04-28 13:34:32,540 INFO ___FILE_ONLY___ ╝
442
+
443
+ 2023-04-28 13:34:32,548 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
444
+
445
+ 2023-04-28 13:34:32,548 INFO ___FILE_ONLY___ ╠═ Installing: Default set of gcloud commands ═╣
446
+
447
+ 2023-04-28 13:34:32,548 INFO ___FILE_ONLY___ β•š
448
+ 2023-04-28 13:34:32,552 INFO ___FILE_ONLY___ ════════════════════════════════════════════════════════════
449
+ 2023-04-28 13:34:32,552 INFO ___FILE_ONLY___ ╝
450
+
451
+ 2023-04-28 13:34:32,554 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
452
+
453
+ 2023-04-28 13:34:32,554 INFO ___FILE_ONLY___ ╠═ Installing: Google Cloud CLI Core Libraries (Platform... ═╣
454
+
455
+ 2023-04-28 13:34:32,554 INFO ___FILE_ONLY___ β•š
456
+ 2023-04-28 13:34:32,556 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): dl.google.com:443
457
+ 2023-04-28 13:34:32,631 DEBUG urllib3.connectionpool https://dl.google.com:443 "GET /dl/cloudsdk/channels/rapid/components/google-cloud-sdk-core-nix-20220920185015.tar.gz HTTP/1.1" 200 2221
458
+ 2023-04-28 13:34:32,632 INFO ___FILE_ONLY___ ══════════════════════════════
459
+ 2023-04-28 13:34:32,633 INFO ___FILE_ONLY___ ═══════════════
460
+ 2023-04-28 13:34:32,633 INFO ___FILE_ONLY___ ═══════════════
461
+ 2023-04-28 13:34:32,633 INFO ___FILE_ONLY___ ╝
462
+
463
+ 2023-04-28 13:34:32,641 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
464
+
465
+ 2023-04-28 13:34:32,641 INFO ___FILE_ONLY___ ╠═ Installing: Google Cloud CRC32C Hash Tool ═╣
466
+
467
+ 2023-04-28 13:34:32,641 INFO ___FILE_ONLY___ β•š
468
+ 2023-04-28 13:34:32,645 INFO ___FILE_ONLY___ ════════════════════════════════════════════════════════════
469
+ 2023-04-28 13:34:32,645 INFO ___FILE_ONLY___ ╝
470
+
471
+ 2023-04-28 13:34:32,647 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
472
+
473
+ 2023-04-28 13:34:32,647 INFO ___FILE_ONLY___ ╠═ Installing: Google Cloud CRC32C Hash Tool ═╣
474
+
475
+ 2023-04-28 13:34:32,647 INFO ___FILE_ONLY___ β•š
476
+ 2023-04-28 13:34:32,649 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): dl.google.com:443
477
+ 2023-04-28 13:34:32,727 DEBUG urllib3.connectionpool https://dl.google.com:443 "GET /dl/cloudsdk/channels/rapid/components/google-cloud-sdk-gcloud-crc32c-linux-x86_64-20230425182028.tar.gz HTTP/1.1" 200 1269461
478
+ 2023-04-28 13:34:32,736 INFO ___FILE_ONLY___ ═
479
+ 2023-04-28 13:34:32,736 INFO ___FILE_ONLY___ ═
480
+ 2023-04-28 13:34:32,737 INFO ___FILE_ONLY___ ═
481
+ 2023-04-28 13:34:32,737 INFO ___FILE_ONLY___ ═
482
+ 2023-04-28 13:34:32,737 INFO ___FILE_ONLY___ ═
483
+ 2023-04-28 13:34:32,737 INFO ___FILE_ONLY___ ═
484
+ 2023-04-28 13:34:32,737 INFO ___FILE_ONLY___ ═
485
+ 2023-04-28 13:34:32,737 INFO ___FILE_ONLY___ ═
486
+ 2023-04-28 13:34:32,737 INFO ___FILE_ONLY___ ═
487
+ 2023-04-28 13:34:32,738 INFO ___FILE_ONLY___ ═
488
+ 2023-04-28 13:34:32,738 INFO ___FILE_ONLY___ ═
489
+ 2023-04-28 13:34:32,738 INFO ___FILE_ONLY___ ═
490
+ 2023-04-28 13:34:32,738 INFO ___FILE_ONLY___ ═
491
+ 2023-04-28 13:34:32,738 INFO ___FILE_ONLY___ ═
492
+ 2023-04-28 13:34:32,738 INFO ___FILE_ONLY___ ═
493
+ 2023-04-28 13:34:32,738 INFO ___FILE_ONLY___ ═
494
+ 2023-04-28 13:34:32,738 INFO ___FILE_ONLY___ ═
495
+ 2023-04-28 13:34:32,739 INFO ___FILE_ONLY___ ═
496
+ 2023-04-28 13:34:32,739 INFO ___FILE_ONLY___ ═
497
+ 2023-04-28 13:34:32,739 INFO ___FILE_ONLY___ ═
498
+ 2023-04-28 13:34:32,739 INFO ___FILE_ONLY___ ═
499
+ 2023-04-28 13:34:32,739 INFO ___FILE_ONLY___ ═
500
+ 2023-04-28 13:34:32,739 INFO ___FILE_ONLY___ ═
501
+ 2023-04-28 13:34:32,739 INFO ___FILE_ONLY___ ═
502
+ 2023-04-28 13:34:32,739 INFO ___FILE_ONLY___ ═
503
+ 2023-04-28 13:34:32,739 INFO ___FILE_ONLY___ ═
504
+ 2023-04-28 13:34:32,740 INFO ___FILE_ONLY___ ═
505
+ 2023-04-28 13:34:32,740 INFO ___FILE_ONLY___ ═
506
+ 2023-04-28 13:34:32,740 INFO ___FILE_ONLY___ ═
507
+ 2023-04-28 13:34:32,740 INFO ___FILE_ONLY___ ═
508
+ 2023-04-28 13:34:32,774 INFO ___FILE_ONLY___ ═══════════════
509
+ 2023-04-28 13:34:32,774 INFO ___FILE_ONLY___ ═══════════════
510
+ 2023-04-28 13:34:32,774 INFO ___FILE_ONLY___ ╝
511
+
512
+ 2023-04-28 13:34:32,782 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
513
+
514
+ 2023-04-28 13:34:32,782 INFO ___FILE_ONLY___ ╠═ Installing: anthoscli ═╣
515
+
516
+ 2023-04-28 13:34:32,783 INFO ___FILE_ONLY___ β•š
517
+ 2023-04-28 13:34:32,786 INFO ___FILE_ONLY___ ════════════════════════════════════════════════════════════
518
+ 2023-04-28 13:34:32,786 INFO ___FILE_ONLY___ ╝
519
+
520
+ 2023-04-28 13:34:32,788 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
521
+
522
+ 2023-04-28 13:34:32,788 INFO ___FILE_ONLY___ ╠═ Installing: anthoscli ═╣
523
+
524
+ 2023-04-28 13:34:32,788 INFO ___FILE_ONLY___ β•š
525
+ 2023-04-28 13:34:32,790 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): dl.google.com:443
526
+ 2023-04-28 13:34:32,866 DEBUG urllib3.connectionpool https://dl.google.com:443 "GET /dl/cloudsdk/channels/rapid/components/google-cloud-sdk-anthoscli-linux-x86_64-20230417163046.tar.gz HTTP/1.1" 200 71766688
527
+ 2023-04-28 13:34:33,120 INFO ___FILE_ONLY___ ═
528
+ 2023-04-28 13:34:33,123 INFO ___FILE_ONLY___ ═
529
+ 2023-04-28 13:34:33,126 INFO ___FILE_ONLY___ ═
530
+ 2023-04-28 13:34:33,128 INFO ___FILE_ONLY___ ═
531
+ 2023-04-28 13:34:33,131 INFO ___FILE_ONLY___ ═
532
+ 2023-04-28 13:34:33,133 INFO ___FILE_ONLY___ ═
533
+ 2023-04-28 13:34:33,136 INFO ___FILE_ONLY___ ═
534
+ 2023-04-28 13:34:33,139 INFO ___FILE_ONLY___ ═
535
+ 2023-04-28 13:34:33,141 INFO ___FILE_ONLY___ ═
536
+ 2023-04-28 13:34:33,144 INFO ___FILE_ONLY___ ═
537
+ 2023-04-28 13:34:33,146 INFO ___FILE_ONLY___ ═
538
+ 2023-04-28 13:34:33,149 INFO ___FILE_ONLY___ ═
539
+ 2023-04-28 13:34:33,151 INFO ___FILE_ONLY___ ═
540
+ 2023-04-28 13:34:33,154 INFO ___FILE_ONLY___ ═
541
+ 2023-04-28 13:34:33,156 INFO ___FILE_ONLY___ ═
542
+ 2023-04-28 13:34:33,159 INFO ___FILE_ONLY___ ═
543
+ 2023-04-28 13:34:33,161 INFO ___FILE_ONLY___ ═
544
+ 2023-04-28 13:34:33,164 INFO ___FILE_ONLY___ ═
545
+ 2023-04-28 13:34:33,166 INFO ___FILE_ONLY___ ═
546
+ 2023-04-28 13:34:33,169 INFO ___FILE_ONLY___ ═
547
+ 2023-04-28 13:34:33,171 INFO ___FILE_ONLY___ ═
548
+ 2023-04-28 13:34:33,174 INFO ___FILE_ONLY___ ═
549
+ 2023-04-28 13:34:33,176 INFO ___FILE_ONLY___ ═
550
+ 2023-04-28 13:34:33,179 INFO ___FILE_ONLY___ ═
551
+ 2023-04-28 13:34:33,181 INFO ___FILE_ONLY___ ═
552
+ 2023-04-28 13:34:33,184 INFO ___FILE_ONLY___ ═
553
+ 2023-04-28 13:34:33,186 INFO ___FILE_ONLY___ ═
554
+ 2023-04-28 13:34:33,189 INFO ___FILE_ONLY___ ═
555
+ 2023-04-28 13:34:33,192 INFO ___FILE_ONLY___ ═
556
+ 2023-04-28 13:34:33,194 INFO ___FILE_ONLY___ ═
557
+ 2023-04-28 13:34:35,380 INFO ___FILE_ONLY___ ══════════
558
+ 2023-04-28 13:34:35,385 INFO ___FILE_ONLY___ ═════════
559
+ 2023-04-28 13:34:35,411 INFO ___FILE_ONLY___ ═══════════
560
+ 2023-04-28 13:34:35,412 INFO ___FILE_ONLY___ ╝
561
+
562
+ 2023-04-28 13:34:35,431 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
563
+
564
+ 2023-04-28 13:34:35,431 INFO ___FILE_ONLY___ ╠═ Installing: gcloud cli dependencies ═╣
565
+
566
+ 2023-04-28 13:34:35,431 INFO ___FILE_ONLY___ β•š
567
+ 2023-04-28 13:34:35,433 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): dl.google.com:443
568
+ 2023-04-28 13:34:35,508 DEBUG urllib3.connectionpool https://dl.google.com:443 "GET /dl/cloudsdk/channels/rapid/components/google-cloud-sdk-gcloud-deps-linux-x86_64-20210416153011.tar.gz HTTP/1.1" 200 104
569
+ 2023-04-28 13:34:35,508 INFO ___FILE_ONLY___ ══════════════════════════════
570
+ 2023-04-28 13:34:35,509 INFO ___FILE_ONLY___ ══════════════════════════════
571
+ 2023-04-28 13:34:35,509 INFO ___FILE_ONLY___ ╝
572
+
573
+ 2023-04-28 13:34:35,517 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
574
+
575
+ 2023-04-28 13:34:35,517 INFO ___FILE_ONLY___ ╠═ Creating backup and activating new installation ═╣
576
+
577
+ 2023-04-28 13:34:35,517 INFO ___FILE_ONLY___ β•š
578
+ 2023-04-28 13:34:35,518 DEBUG root Attempting to move directory [/tools/google-cloud-sdk] to [/tools/google-cloud-sdk.staging/.install/.backup]
579
+ 2023-04-28 13:34:35,518 INFO ___FILE_ONLY___ ══════════════════════════════
580
+ 2023-04-28 13:34:35,518 DEBUG root Attempting to move directory [/tools/google-cloud-sdk.staging] to [/tools/google-cloud-sdk]
581
+ 2023-04-28 13:34:35,518 INFO ___FILE_ONLY___ ══════════════════════════════
582
+ 2023-04-28 13:34:35,518 INFO ___FILE_ONLY___ ╝
583
+
584
+ 2023-04-28 13:34:35,522 DEBUG root Updating notification cache...
585
+ 2023-04-28 13:34:35,522 INFO ___FILE_ONLY___
586
+
587
+ 2023-04-28 13:34:35,524 INFO ___FILE_ONLY___ Performing post processing steps...
588
+ 2023-04-28 13:34:35,524 DEBUG root Executing command: ['python3', '-S', '/tools/google-cloud-sdk/lib/gcloud.py', 'components', 'post-process']
589
+ 2023-04-28 13:35:00,700 DEBUG ___FILE_ONLY___
590
+ 2023-04-28 13:35:00,700 DEBUG ___FILE_ONLY___
591
+ 2023-04-28 13:35:00,811 INFO ___FILE_ONLY___
592
+ Update done!
593
+
594
+
595
+ 2023-04-28 13:35:00,815 DEBUG root Chosen display Format:none
596
+ 2023-04-28 13:35:00,815 INFO root Display format: "none"
.config/logs/2023.04.28/13.34.36.136915.log ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ 2023-04-28 13:34:36,137 DEBUG root Loaded Command Group: ['gcloud', 'components']
2
+ 2023-04-28 13:34:36,140 DEBUG root Loaded Command Group: ['gcloud', 'components', 'post_process']
3
+ 2023-04-28 13:34:36,142 DEBUG root Running [gcloud.components.post-process] with arguments: []
4
+ 2023-04-28 13:35:00,587 DEBUG root Chosen display Format:none
5
+ 2023-04-28 13:35:00,587 INFO root Display format: "none"
.config/logs/2023.04.28/13.35.01.557356.log ADDED
@@ -0,0 +1,169 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2023-04-28 13:35:01,558 DEBUG root Loaded Command Group: ['gcloud', 'components']
2
+ 2023-04-28 13:35:01,561 DEBUG root Loaded Command Group: ['gcloud', 'components', 'update']
3
+ 2023-04-28 13:35:01,563 DEBUG root Running [gcloud.components.update] with arguments: [--quiet: "True", COMPONENT-IDS:8: "['gcloud', 'core', 'bq', 'gsutil', 'compute', 'preview', 'alpha', 'beta']"]
4
+ 2023-04-28 13:35:01,564 INFO ___FILE_ONLY___ Beginning update. This process may take several minutes.
5
+
6
+ 2023-04-28 13:35:01,567 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): dl.google.com:443
7
+ 2023-04-28 13:35:01,652 DEBUG urllib3.connectionpool https://dl.google.com:443 "GET /dl/cloudsdk/channels/rapid/components-2.json HTTP/1.1" 200 206156
8
+ 2023-04-28 13:35:01,667 WARNING root Component [compute] no longer exists.
9
+ 2023-04-28 13:35:01,668 WARNING root Component [preview] no longer exists.
10
+ 2023-04-28 13:35:01,669 INFO ___FILE_ONLY___
11
+
12
+ 2023-04-28 13:35:01,669 INFO ___FILE_ONLY___
13
+ Your current Google Cloud CLI version is: 428.0.0
14
+
15
+ 2023-04-28 13:35:01,669 INFO ___FILE_ONLY___ Installing components from version: 428.0.0
16
+
17
+ 2023-04-28 13:35:01,669 INFO ___FILE_ONLY___
18
+
19
+ 2023-04-28 13:35:01,670 DEBUG root Chosen display Format:table[box,title="These components will be removed."](details.display_name:label=Name:align=left,version.version_string:label=Version:align=right,data.size.size(zero="",min=1048576):label=Size:align=right)
20
+ 2023-04-28 13:35:01,670 DEBUG root Chosen display Format:table[box,title="These components will be updated."](details.display_name:label=Name:align=left,version.version_string:label=Version:align=right,data.size.size(zero="",min=1048576):label=Size:align=right)
21
+ 2023-04-28 13:35:01,671 DEBUG root Chosen display Format:table[box,title="These components will be installed."](details.display_name:label=Name:align=left,version.version_string:label=Version:align=right,data.size.size(zero="",min=1048576):label=Size:align=right)
22
+ 2023-04-28 13:35:01,672 INFO ___FILE_ONLY___ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
23
+ 2023-04-28 13:35:01,672 INFO ___FILE_ONLY___
24
+
25
+ 2023-04-28 13:35:01,673 INFO ___FILE_ONLY___ β”‚ These components will be installed. β”‚
26
+ 2023-04-28 13:35:01,673 INFO ___FILE_ONLY___
27
+
28
+ 2023-04-28 13:35:01,673 INFO ___FILE_ONLY___ β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
29
+ 2023-04-28 13:35:01,673 INFO ___FILE_ONLY___
30
+
31
+ 2023-04-28 13:35:01,673 INFO ___FILE_ONLY___ β”‚ Name β”‚ Version β”‚ Size β”‚
32
+ 2023-04-28 13:35:01,673 INFO ___FILE_ONLY___
33
+
34
+ 2023-04-28 13:35:01,673 INFO ___FILE_ONLY___ β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
35
+ 2023-04-28 13:35:01,673 INFO ___FILE_ONLY___
36
+
37
+ 2023-04-28 13:35:01,673 INFO ___FILE_ONLY___ β”‚
38
+ 2023-04-28 13:35:01,673 INFO ___FILE_ONLY___ gcloud Alpha Commands
39
+ 2023-04-28 13:35:01,673 INFO ___FILE_ONLY___
40
+ 2023-04-28 13:35:01,673 INFO ___FILE_ONLY___ β”‚
41
+ 2023-04-28 13:35:01,673 INFO ___FILE_ONLY___ 2023.04.25
42
+ 2023-04-28 13:35:01,673 INFO ___FILE_ONLY___
43
+ 2023-04-28 13:35:01,674 INFO ___FILE_ONLY___ β”‚
44
+ 2023-04-28 13:35:01,674 INFO ___FILE_ONLY___ < 1 MiB
45
+ 2023-04-28 13:35:01,674 INFO ___FILE_ONLY___
46
+ 2023-04-28 13:35:01,674 INFO ___FILE_ONLY___ β”‚
47
+ 2023-04-28 13:35:01,674 INFO ___FILE_ONLY___
48
+
49
+ 2023-04-28 13:35:01,674 INFO ___FILE_ONLY___ β”‚
50
+ 2023-04-28 13:35:01,674 INFO ___FILE_ONLY___ gcloud Beta Commands
51
+ 2023-04-28 13:35:01,674 INFO ___FILE_ONLY___
52
+ 2023-04-28 13:35:01,674 INFO ___FILE_ONLY___ β”‚
53
+ 2023-04-28 13:35:01,674 INFO ___FILE_ONLY___ 2023.04.25
54
+ 2023-04-28 13:35:01,674 INFO ___FILE_ONLY___
55
+ 2023-04-28 13:35:01,674 INFO ___FILE_ONLY___ β”‚
56
+ 2023-04-28 13:35:01,674 INFO ___FILE_ONLY___ < 1 MiB
57
+ 2023-04-28 13:35:01,674 INFO ___FILE_ONLY___
58
+ 2023-04-28 13:35:01,674 INFO ___FILE_ONLY___ β”‚
59
+ 2023-04-28 13:35:01,675 INFO ___FILE_ONLY___
60
+
61
+ 2023-04-28 13:35:01,675 INFO ___FILE_ONLY___ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
62
+ 2023-04-28 13:35:01,675 INFO ___FILE_ONLY___
63
+
64
+ 2023-04-28 13:35:01,675 INFO ___FILE_ONLY___
65
+
66
+ 2023-04-28 13:35:01,677 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): dl.google.com:443
67
+ 2023-04-28 13:35:01,753 DEBUG urllib3.connectionpool https://dl.google.com:443 "GET /dl/cloudsdk/channels/rapid/RELEASE_NOTES HTTP/1.1" 200 986463
68
+ 2023-04-28 13:35:01,782 INFO ___FILE_ONLY___ For the latest full release notes, please visit:
69
+ https://cloud.google.com/sdk/release_notes
70
+
71
+
72
+ 2023-04-28 13:35:01,784 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
73
+
74
+ 2023-04-28 13:35:01,784 INFO ___FILE_ONLY___ ╠═ Creating update staging area ═╣
75
+
76
+ 2023-04-28 13:35:01,784 INFO ___FILE_ONLY___ β•š
77
+ 2023-04-28 13:35:01,784 INFO ___FILE_ONLY___ ══════
78
+ 2023-04-28 13:35:02,353 INFO ___FILE_ONLY___ ══════
79
+ 2023-04-28 13:35:02,353 INFO ___FILE_ONLY___ ══════
80
+ 2023-04-28 13:35:02,651 INFO ___FILE_ONLY___ ═
81
+ 2023-04-28 13:35:02,726 INFO ___FILE_ONLY___ ═
82
+ 2023-04-28 13:35:02,849 INFO ___FILE_ONLY___ ═
83
+ 2023-04-28 13:35:02,959 INFO ___FILE_ONLY___ ═
84
+ 2023-04-28 13:35:03,068 INFO ___FILE_ONLY___ ═
85
+ 2023-04-28 13:35:03,167 INFO ___FILE_ONLY___ ═
86
+ 2023-04-28 13:35:03,245 INFO ___FILE_ONLY___ ═
87
+ 2023-04-28 13:35:03,303 INFO ___FILE_ONLY___ ═
88
+ 2023-04-28 13:35:03,441 INFO ___FILE_ONLY___ ═
89
+ 2023-04-28 13:35:03,516 INFO ___FILE_ONLY___ ═
90
+ 2023-04-28 13:35:03,604 INFO ___FILE_ONLY___ ═
91
+ 2023-04-28 13:35:03,698 INFO ___FILE_ONLY___ ═
92
+ 2023-04-28 13:35:03,779 INFO ___FILE_ONLY___ ═
93
+ 2023-04-28 13:35:03,846 INFO ___FILE_ONLY___ ═
94
+ 2023-04-28 13:35:04,080 INFO ___FILE_ONLY___ ═
95
+ 2023-04-28 13:35:04,188 INFO ___FILE_ONLY___ ═
96
+ 2023-04-28 13:35:04,311 INFO ___FILE_ONLY___ ═
97
+ 2023-04-28 13:35:04,651 INFO ___FILE_ONLY___ ═
98
+ 2023-04-28 13:35:04,713 INFO ___FILE_ONLY___ ═
99
+ 2023-04-28 13:35:04,790 INFO ___FILE_ONLY___ ═
100
+ 2023-04-28 13:35:04,845 INFO ___FILE_ONLY___ ═
101
+ 2023-04-28 13:35:04,908 INFO ___FILE_ONLY___ ═
102
+ 2023-04-28 13:35:05,020 INFO ___FILE_ONLY___ ═
103
+ 2023-04-28 13:35:05,097 INFO ___FILE_ONLY___ ═
104
+ 2023-04-28 13:35:05,184 INFO ___FILE_ONLY___ ═
105
+ 2023-04-28 13:35:05,255 INFO ___FILE_ONLY___ ═
106
+ 2023-04-28 13:35:05,320 INFO ___FILE_ONLY___ ═
107
+ 2023-04-28 13:35:05,379 INFO ___FILE_ONLY___ ═
108
+ 2023-04-28 13:35:05,446 INFO ___FILE_ONLY___ ═
109
+ 2023-04-28 13:35:05,501 INFO ___FILE_ONLY___ ═
110
+ 2023-04-28 13:35:05,569 INFO ___FILE_ONLY___ ═
111
+ 2023-04-28 13:35:05,631 INFO ___FILE_ONLY___ ═
112
+ 2023-04-28 13:35:05,699 INFO ___FILE_ONLY___ ═
113
+ 2023-04-28 13:35:05,758 INFO ___FILE_ONLY___ ═
114
+ 2023-04-28 13:35:05,823 INFO ___FILE_ONLY___ ═
115
+ 2023-04-28 13:35:05,886 INFO ___FILE_ONLY___ ═
116
+ 2023-04-28 13:35:05,933 INFO ___FILE_ONLY___ ═
117
+ 2023-04-28 13:35:06,002 INFO ___FILE_ONLY___ ═
118
+ 2023-04-28 13:35:06,072 INFO ___FILE_ONLY___ ═
119
+ 2023-04-28 13:35:06,147 INFO ___FILE_ONLY___ ═
120
+ 2023-04-28 13:35:06,253 INFO ___FILE_ONLY___ ═
121
+ 2023-04-28 13:35:06,334 INFO ___FILE_ONLY___ ═
122
+ 2023-04-28 13:35:06,334 INFO ___FILE_ONLY___ ╝
123
+
124
+ 2023-04-28 13:35:08,838 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
125
+
126
+ 2023-04-28 13:35:08,838 INFO ___FILE_ONLY___ ╠═ Installing: gcloud Alpha Commands ═╣
127
+
128
+ 2023-04-28 13:35:08,839 INFO ___FILE_ONLY___ β•š
129
+ 2023-04-28 13:35:08,841 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): dl.google.com:443
130
+ 2023-04-28 13:35:08,913 DEBUG urllib3.connectionpool https://dl.google.com:443 "GET /dl/cloudsdk/channels/rapid/components/google-cloud-sdk-alpha-20230425182028.tar.gz HTTP/1.1" 200 800
131
+ 2023-04-28 13:35:08,914 INFO ___FILE_ONLY___ ══════════════════════════════
132
+ 2023-04-28 13:35:08,916 INFO ___FILE_ONLY___ ══════════════════════════════
133
+ 2023-04-28 13:35:08,916 INFO ___FILE_ONLY___ ╝
134
+
135
+ 2023-04-28 13:35:08,923 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
136
+
137
+ 2023-04-28 13:35:08,923 INFO ___FILE_ONLY___ ╠═ Installing: gcloud Beta Commands ═╣
138
+
139
+ 2023-04-28 13:35:08,923 INFO ___FILE_ONLY___ β•š
140
+ 2023-04-28 13:35:08,925 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): dl.google.com:443
141
+ 2023-04-28 13:35:08,994 DEBUG urllib3.connectionpool https://dl.google.com:443 "GET /dl/cloudsdk/channels/rapid/components/google-cloud-sdk-beta-20230425182028.tar.gz HTTP/1.1" 200 797
142
+ 2023-04-28 13:35:08,995 INFO ___FILE_ONLY___ ══════════════════════════════
143
+ 2023-04-28 13:35:08,996 INFO ___FILE_ONLY___ ══════════════════════════════
144
+ 2023-04-28 13:35:08,996 INFO ___FILE_ONLY___ ╝
145
+
146
+ 2023-04-28 13:35:09,003 INFO ___FILE_ONLY___ ╔════════════════════════════════════════════════════════════╗
147
+
148
+ 2023-04-28 13:35:09,003 INFO ___FILE_ONLY___ ╠═ Creating backup and activating new installation ═╣
149
+
150
+ 2023-04-28 13:35:09,003 INFO ___FILE_ONLY___ β•š
151
+ 2023-04-28 13:35:09,004 DEBUG root Attempting to move directory [/tools/google-cloud-sdk] to [/tools/google-cloud-sdk.staging/.install/.backup]
152
+ 2023-04-28 13:35:09,004 INFO ___FILE_ONLY___ ══════════════════════════════
153
+ 2023-04-28 13:35:09,004 DEBUG root Attempting to move directory [/tools/google-cloud-sdk.staging] to [/tools/google-cloud-sdk]
154
+ 2023-04-28 13:35:09,004 INFO ___FILE_ONLY___ ══════════════════════════════
155
+ 2023-04-28 13:35:09,004 INFO ___FILE_ONLY___ ╝
156
+
157
+ 2023-04-28 13:35:09,008 DEBUG root Updating notification cache...
158
+ 2023-04-28 13:35:09,008 INFO ___FILE_ONLY___
159
+
160
+ 2023-04-28 13:35:09,010 INFO ___FILE_ONLY___ Performing post processing steps...
161
+ 2023-04-28 13:35:09,011 DEBUG root Executing command: ['python3', '-S', '/tools/google-cloud-sdk/lib/gcloud.py', 'components', 'post-process']
162
+ 2023-04-28 13:35:35,139 DEBUG ___FILE_ONLY___
163
+ 2023-04-28 13:35:35,139 DEBUG ___FILE_ONLY___
164
+ 2023-04-28 13:35:35,298 INFO ___FILE_ONLY___
165
+ Update done!
166
+
167
+
168
+ 2023-04-28 13:35:35,302 DEBUG root Chosen display Format:none
169
+ 2023-04-28 13:35:35,302 INFO root Display format: "none"
.config/logs/2023.04.28/13.35.09.619016.log ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ 2023-04-28 13:35:09,619 DEBUG root Loaded Command Group: ['gcloud', 'components']
2
+ 2023-04-28 13:35:09,621 DEBUG root Loaded Command Group: ['gcloud', 'components', 'post_process']
3
+ 2023-04-28 13:35:09,624 DEBUG root Running [gcloud.components.post-process] with arguments: []
4
+ 2023-04-28 13:35:35,023 DEBUG root Chosen display Format:none
5
+ 2023-04-28 13:35:35,023 INFO root Display format: "none"
.config/logs/2023.04.28/13.35.36.036748.log ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ 2023-04-28 13:35:36,038 DEBUG root Loaded Command Group: ['gcloud', 'config']
2
+ 2023-04-28 13:35:36,068 DEBUG root Loaded Command Group: ['gcloud', 'config', 'set']
3
+ 2023-04-28 13:35:36,070 DEBUG root Running [gcloud.config.set] with arguments: [SECTION/PROPERTY: "component_manager/disable_update_check", VALUE: "true"]
4
+ 2023-04-28 13:35:36,071 INFO ___FILE_ONLY___ Updated property [component_manager/disable_update_check].
5
+
6
+ 2023-04-28 13:35:36,072 DEBUG root Chosen display Format:default
7
+ 2023-04-28 13:35:36,073 INFO root Display format: "default"
8
+ 2023-04-28 13:35:36,073 DEBUG root SDK update checks are disabled.
.config/logs/2023.04.28/13.35.36.801000.log ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ 2023-04-28 13:35:36,802 DEBUG root Loaded Command Group: ['gcloud', 'config']
2
+ 2023-04-28 13:35:36,831 DEBUG root Loaded Command Group: ['gcloud', 'config', 'set']
3
+ 2023-04-28 13:35:36,834 DEBUG root Running [gcloud.config.set] with arguments: [SECTION/PROPERTY: "compute/gce_metadata_read_timeout_sec", VALUE: "0"]
4
+ 2023-04-28 13:35:36,835 INFO ___FILE_ONLY___ Updated property [compute/gce_metadata_read_timeout_sec].
5
+
6
+ 2023-04-28 13:35:36,836 DEBUG root Chosen display Format:default
7
+ 2023-04-28 13:35:36,836 INFO root Display format: "default"
8
+ 2023-04-28 13:35:36,837 DEBUG root SDK update checks are disabled.
.config/variables ADDED
Binary file (2.03 kB). View file
 
Experience.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e9da243163b90c17a68b903268b6b5bc42cb53736dd5b8d6a214c94692afb47
3
+ size 2132626071
experience_80.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:828a4f64e1ad437369702fd086af1a1cf12c81ea635df4d859081b6a87a534a0
3
+ size 2132626072
experience_realistic2.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09eb2b01ed51225601c5517a00d0acd1ea7787432ec0d2b80d73c2024ee36c25
3
+ size 2132626072