Acly / krita-ai-diffusion

Streamlined interface for generating images with AI in Krita. Inpaint and outpaint with optional text prompt, no tweaking required.
GNU General Public License v3.0
5.64k stars 253 forks source link

Exception: Error during installation: WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. #506

Closed Syewm closed 3 months ago

Syewm commented 3 months ago

2024-03-17 14:30:34,105 INFO Extension initialized, Version: 1.15.0, Python: 3.10.7 (main, Nov 29 2023, 15:11:32) [GCC 11.4.0] 2024-03-17 14:30:35,235 INFO Connecting to http://127.0.0.1:8188 2024-03-17 14:31:16,374 INFO Installation started in /home/cho/.local/share/krita/ai_diffusion/server 2024-03-17 14:31:16,383 INFO Creating venv in /home/cho/.local/share/krita/ai_diffusion/server/venv 2024-03-17 14:31:16,384 INFO Executing /usr/local/bin/python3.11 -m venv venv 2024-03-17 14:31:20,092 INFO Using Python: Python 3.11.0, /home/cho/.local/share/krita/ai_diffusion/server/venv/bin/python3 2024-03-17 14:31:20,491 INFO Using pip: pip 22.3 from /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages/pip (python 3.11) 2024-03-17 14:31:20,492 INFO Downloading https://github.com/comfyanonymous/ComfyUI/archive/236bda26830d719843ba9b5703894297f67f6704.zip to /home/cho/.local/share/krita/ai_diffusion/server/.cache/ComfyUI-236bda26830d719843ba9b5703894297f67f6704.zip 2024-03-17 14:31:21,373 INFO Extracting /home/cho/.local/share/krita/ai_diffusion/server/.cache/ComfyUI-236bda26830d719843ba9b5703894297f67f6704.zip to /home/cho/.local/share/krita/ai_diffusion/server 2024-03-17 14:31:21,447 INFO Executing /home/cho/.local/share/krita/ai_diffusion/server/venv/bin/python3 -su -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121 2024-03-17 14:31:21,987 INFO Looking in indexes: https://download.pytorch.org/whl/cu121 2024-03-17 14:31:29,507 INFO Could not fetch URL https://download.pytorch.org/whl/cu121/torch/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='download.pytorch.org', port=443): Max retries exceeded with url: /whl/cu121/torch/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping 2024-03-17 14:31:29,507 INFO Could not fetch URL https://download.pytorch.org/whl/cu121/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='download.pytorch.org', port=443): Max retries exceeded with url: /whl/cu121/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping 2024-03-17 14:31:29,667 ERROR Error during installation: WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /whl/cu121/torch/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /whl/cu121/torch/ WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /whl/cu121/torch/ WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /whl/cu121/torch/ WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /whl/cu121/torch/ ERROR: Could not find a version that satisfies the requirement torch (from versions: none) ERROR: No matching distribution found for torch WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. WARNING: There was an error checking the latest version of pip. Traceback (most recent call last): File "/home/cho/.local/share/krita/pykrita/ai_diffusion/server.py", line 264, in install await self._install(cb) File "/home/cho/.local/share/krita/pykrita/ai_diffusion/server.py", line 139, in _install await try_install(comfy_dir, self._install_comfy, comfy_dir, network, cb) File "/home/cho/.local/share/krita/pykrita/ai_diffusion/server.py", line 563, in try_install raise e File "/home/cho/.local/share/krita/pykrita/ai_diffusion/server.py", line 558, in try_install await installer(args) File "/home/cho/.local/share/krita/pykrita/ai_diffusion/server.py", line 193, in _install_comfy await _execute_process("PyTorch", self._pip_install(torch_args), self.path, cb) File "/home/cho/.local/share/krita/pykrita/ai_diffusion/server.py", line 552, in _execute_process raise Exception(f"Error during installation: {errlog}") Exception: Error during installation: WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /whl/cu121/torch/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /whl/cu121/torch/ WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /whl/cu121/torch/ WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /whl/cu121/torch/ WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /whl/cu121/torch/ ERROR: Could not find a version that satisfies the requirement torch (from versions: none) ERROR: No matching distribution found for torch WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. WARNING: There was an error checking the latest version of pip. 2024-03-17 14:31:29,668 ERROR Installation failed ``

GPU info:

` lspci -vnn | grep VGA -A 12 00:02.0 VGA compatible controller [0300]: Intel Corporation CoffeeLake-H GT2 [UHD Graphics 630] [8086:3e9b] (prog-if 00 [VGA controller]) DeviceName: Second VGA Subsystem: ASUSTeK Computer Inc. CoffeeLake-H GT2 [UHD Graphics 630] [1043:106f] Flags: bus master, fast devsel, latency 0, IRQ 137 Memory at a2000000 (64-bit, non-prefetchable) [size=16M] Memory at 80000000 (64-bit, prefetchable) [size=256M] I/O ports at 5000 [size=64] Expansion ROM at 000c0000 [virtual] [disabled] [size=128K] Capabilities: Kernel driver in use: i915 Kernel modules: i915 00:04.0 Signal processing controller [1180]: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem [8086:1903] (rev 07) Subsystem: ASUSTeK Computer Inc. Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem [1043:1871]

01:00.0 VGA compatible controller [0300]: NVIDIA Corporation TU117M [GeForce GTX 1650 Mobile / Max-Q] [10de:1f91] (rev a1) (prog-if 00 [VGA controller]) DeviceName: VGA Subsystem: ASUSTeK Computer Inc. TU117M [GeForce GTX 1650 Mobile / Max-Q] [1043:106f] Flags: bus master, fast devsel, latency 0, IRQ 138 Memory at a3000000 (32-bit, non-prefetchable) [size=16M] Memory at 90000000 (64-bit, prefetchable) [size=256M] Memory at a0000000 (64-bit, prefetchable) [size=32M] I/O ports at 4000 [size=128] Expansion ROM at a4000000 [virtual] [disabled] [size=512K] Capabilities: Kernel driver in use: nvidia Kernel modules: nvidiafb, nouveau, nvidia_drm, nvidia 01:00.1 Audio device [0403]: NVIDIA Corporation Device [10de:10fa] (rev a1) `

I have tried installing python 3.11, reinstalling python (DON'T DO THAT!), installing python within Krita ai_diffusion folder (which doesn't work because Krita detects it as previous installation)

I'm using Krita 5.22 appimamge version (i've tried flatpak version but encountered the same problems as already reported) on Linux Mint 21.3

I have installed the latest version of the plugin as of now, cannot find way to check it's version though.

Acly commented 3 months ago

It appears your Python is without SSL support for some reason. Whenever I installed Python from package managers for Ubuntu/Debian/Fedora they all had it built in, so I'd say it's unusual. Maybe a package is missing or some conflict with installed OpenSSL libs? not sure

Syewm commented 3 months ago

I've manually installed (although it was already installed) opensll then opened terminal and:

sudo nano /etc/ld.so.conf

and added line to this file that defines downloaded openssl folder:

/home/cho/openssl-3.0.13

i also had to:

sudo apt-get install libgdbm-dev sudo apt-get install libgdbm-compat-dev sudo apt-get install libdb5.3-dev sudo apt install r-base

I did bunch of other stuff which i don't remember now that could potentially fix the issue for a while

i have copied openssl folder to

/home/cho/local/include/

then i manually downloaded python and rebuilt it by running

sudo make clean

./configure --with-openssl=/home/cho/openssl-3.0.13/

The server succesfully installed and i even managed to create one image (live generation didn't work) untill my system started to collapse because of uinstalling python (<--DON'T DO THAT!) and installing it manually in hope to make it all work but luckily i had a fresh disc clone made so i just reverted my system to the state from few days ago and tried second time this time without uinstalling anything.

Tried to install Python 3.11.1 through Pyenv to not break the system

Redoing the steps without uinstalling Python didn't fix the issue, now i get:

2024-03-19 20:24:57,199 INFO Extension initialized, Version: 1.15.0, Python: 3.10.7 (main, Nov 29 2023, 15:11:32) [GCC 11.4.0] 2024-03-19 20:24:58,319 INFO Connecting to http://127.0.0.1:8188 2024-03-19 20:25:15,565 INFO Installation started in /home/cho/.local/share/krita/ai_diffusion/server 2024-03-19 20:25:15,571 INFO Creating venv in /home/cho/.local/share/krita/ai_diffusion/server/venv 2024-03-19 20:25:15,571 INFO Executing /usr/bin/python3.11 -m venv venv 2024-03-19 20:25:15,799 ERROR Error during installation: Error: Command '['/home/cho/.local/share/krita/ai_diffusion/server/venv/bin/python3.11', '-m', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1. Traceback (most recent call last): File "/home/cho/.local/share/krita/pykrita/ai_diffusion/server.py", line 264, in install await self._install(cb) File "/home/cho/.local/share/krita/pykrita/ai_diffusion/server.py", line 131, in _install await install_if_missing(python_dir, self._create_venv, cb) File "/home/cho/.local/share/krita/pykrita/ai_diffusion/server.py", line 568, in install_if_missing await try_install(path, installer, args) File "/home/cho/.local/share/krita/pykrita/ai_diffusion/server.py", line 563, in try_install raise e File "/home/cho/.local/share/krita/pykrita/ai_diffusion/server.py", line 558, in try_install await installer(args) File "/home/cho/.local/share/krita/pykrita/ai_diffusion/server.py", line 179, in _create_venv await _execute_process("Python", venv_cmd, self.path, cb) File "/home/cho/.local/share/krita/pykrita/ai_diffusion/server.py", line 552, in _execute_process raise Exception(f"Error during installation: {errlog}") Exception: Error during installation: Error: Command '['/home/cho/.local/share/krita/ai_diffusion/server/venv/bin/python3.11', '-m', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.2024-03-19 20:25:15,802 ERROR Installation failed

Syewm commented 3 months ago

turns out i had to additionaly installl

python 3.11-full

and

python3-openssl

instead of just installing openssl

Now it can actually start to download stuff but the next error at the end of download i have is:

2024-03-19 21:08:18,895 INFO Extension initialized, Version: 1.15.0, Python: 3.10.7 (main, Nov 29 2023, 15:11:32) [GCC 11.4.0 2024-03-19 21:08:20,087 INFO Connecting to http://127.0.0.1:8188 2024-03-19 21:09:12,336 INFO Installation started in /home/cho/.local/share/krita/ai_diffusion/server 2024-03-19 21:09:12,343 INFO Creating venv in /home/cho/.local/share/krita/ai_diffusion/server/venv 2024-03-19 21:09:12,343 INFO Executing /usr/bin/python3.11 -m venv venv 2024-03-19 21:09:15,491 INFO Using Python: Python 3.11.8, /home/cho/.local/share/krita/ai_diffusion/server/venv/bin/python3 2024-03-19 21:09:15,851 INFO Using pip: pip 24.0 from /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages/pip (python 3.11) 2024-03-19 21:09:15,852 INFO Downloading https://github.com/comfyanonymous/ComfyUI/archive/236bda26830d719843ba9b5703894297f67f6704.zip to /home/cho/.local/share/krita/ai_diffusion/server/.cache/ComfyUI-236bda26830d719843ba9b5703894297f67f6704.zip 2024-03-19 21:09:16,755 INFO Extracting /home/cho/.local/share/krita/ai_diffusion/server/.cache/ComfyUI-236bda26830d719843ba9b5703894297f67f6704.zip to /home/cho/.local/share/krita/ai_diffusion/server 2024-03-19 21:09:16,848 INFO Executing /home/cho/.local/share/krita/ai_diffusion/server/venv/bin/python3 -su -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121 2024-03-19 21:09:17,225 INFO Looking in indexes: https://download.pytorch.org/whl/cu121 2024-03-19 21:09:18,165 INFO Collecting torch 2024-03-19 21:09:18,185 INFO Downloading https://download.pytorch.org/whl/cu121/torch-2.2.1%2Bcu121-cp311-cp311-linux_x86_64.whl (757.3 MB) 2024-03-19 21:09:50,445 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 757.3/757.3 MB 3.5 MB/s eta 0:00:00 2024-03-19 21:09:52,965 INFO Collecting torchvision 2024-03-19 21:09:53,005 INFO Downloading https://download.pytorch.org/whl/cu121/torchvision-0.17.1%2Bcu121-cp311-cp311-linux_x86_64.whl (7.0 MB) 2024-03-19 21:09:53,325 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.0/7.0 MB 22.5 MB/s eta 0:00:00 2024-03-19 21:09:54,065 INFO Collecting torchaudio 2024-03-19 21:09:54,085 INFO Downloading https://download.pytorch.org/whl/cu121/torchaudio-2.2.1%2Bcu121-cp311-cp311-linux_x86_64.whl (3.4 MB) 2024-03-19 21:09:54,245 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 23.6 MB/s eta 0:00:00 2024-03-19 21:09:54,865 INFO Collecting filelock (from torch) 2024-03-19 21:09:54,905 INFO Downloading https://download.pytorch.org/whl/filelock-3.9.0-py3-none-any.whl (9.7 kB) 2024-03-19 21:09:55,586 INFO Collecting typing-extensions>=4.8.0 (from torch) 2024-03-19 21:09:55,625 INFO Downloading https://download.pytorch.org/whl/typing_extensions-4.8.0-py3-none-any.whl (31 kB) 2024-03-19 21:09:56,326 INFO Collecting sympy (from torch) 2024-03-19 21:09:56,345 INFO Downloading https://download.pytorch.org/whl/sympy-1.12-py3-none-any.whl (5.7 MB) 2024-03-19 21:09:56,605 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.7/5.7 MB 23.5 MB/s eta 0:00:00 2024-03-19 21:09:57,205 INFO Collecting networkx (from torch) 2024-03-19 21:09:57,225 INFO Downloading https://download.pytorch.org/whl/networkx-3.2.1-py3-none-any.whl (1.6 MB) 2024-03-19 21:09:57,325 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 19.0 MB/s eta 0:00:00 2024-03-19 21:09:57,965 INFO Collecting jinja2 (from torch) 2024-03-19 21:09:58,005 INFO Downloading https://download.pytorch.org/whl/Jinja2-3.1.2-py3-none-any.whl (133 kB) 2024-03-19 21:09:58,025 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 kB 11.3 MB/s eta 0:00:00 2024-03-19 21:09:58,646 INFO Collecting fsspec (from torch) 2024-03-19 21:09:58,665 INFO Downloading https://download.pytorch.org/whl/fsspec-2023.4.0-py3-none-any.whl (153 kB) 2024-03-19 21:09:58,685 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 154.0/154.0 kB 13.6 MB/s eta 0:00:00 2024-03-19 21:09:59,166 INFO Collecting nvidia-cuda-nvrtc-cu12==12.1.105 (from torch) 2024-03-19 21:09:59,205 INFO Downloading https://download.pytorch.org/whl/cu121/nvidia_cuda_nvrtc_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (23.7 MB) 2024-03-19 21:10:00,225 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.7/23.7 MB 20.0 MB/s eta 0:00:00 2024-03-19 21:10:00,765 INFO Collecting nvidia-cuda-runtime-cu12==12.1.105 (from torch) 2024-03-19 21:10:00,805 INFO Downloading https://download.pytorch.org/whl/cu121/nvidia_cuda_runtime_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (823 kB) 2024-03-19 21:10:00,846 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 823.6/823.6 kB 22.4 MB/s eta 0:00:00 2024-03-19 21:10:01,306 INFO Collecting nvidia-cuda-cupti-cu12==12.1.105 (from torch) 2024-03-19 21:10:01,325 INFO Downloading https://download.pytorch.org/whl/cu121/nvidia_cuda_cupti_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (14.1 MB) 2024-03-19 21:10:01,965 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.1/14.1 MB 20.9 MB/s eta 0:00:00 2024-03-19 21:10:02,485 INFO Collecting nvidia-cudnn-cu12==8.9.2.26 (from torch) 2024-03-19 21:10:02,525 INFO Downloading https://download.pytorch.org/whl/cu121/nvidia_cudnn_cu12-8.9.2.26-py3-none-manylinux1_x86_64.whl (731.7 MB) 2024-03-19 21:10:34,125 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 731.7/731.7 MB 3.3 MB/s eta 0:00:00 2024-03-19 21:10:36,226 INFO Collecting nvidia-cublas-cu12==12.1.3.1 (from torch) 2024-03-19 21:10:36,505 INFO Downloading https://download.pytorch.org/whl/cu121/nvidia_cublas_cu12-12.1.3.1-py3-none-manylinux1_x86_64.whl (410.6 MB) 2024-03-19 21:10:53,905 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 410.6/410.6 MB 5.9 MB/s eta 0:00:00 2024-03-19 21:10:55,245 INFO Collecting nvidia-cufft-cu12==11.0.2.54 (from torch) 2024-03-19 21:10:55,285 INFO Downloading https://download.pytorch.org/whl/cu121/nvidia_cufft_cu12-11.0.2.54-py3-none-manylinux1_x86_64.whl (121.6 MB) 2024-03-19 21:11:00,405 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.6/121.6 MB 12.2 MB/s eta 0:00:00 2024-03-19 21:11:01,145 INFO Collecting nvidia-curand-cu12==10.3.2.106 (from torch) 2024-03-19 21:11:01,165 INFO Downloading https://download.pytorch.org/whl/cu121/nvidia_curand_cu12-10.3.2.106-py3-none-manylinux1_x86_64.whl (56.5 MB) 2024-03-19 21:11:03,585 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.5/56.5 MB 16.5 MB/s eta 0:00:00 2024-03-19 21:11:04,185 INFO Collecting nvidia-cusolver-cu12==11.4.5.107 (from torch) 2024-03-19 21:11:04,206 INFO Downloading https://download.pytorch.org/whl/cu121/nvidia_cusolver_cu12-11.4.5.107-py3-none-manylinux1_x86_64.whl (124.2 MB) 2024-03-19 21:11:09,425 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 124.2/124.2 MB 12.5 MB/s eta 0:00:00 2024-03-19 21:11:10,166 INFO Collecting nvidia-cusparse-cu12==12.1.0.106 (from torch) 2024-03-19 21:11:10,185 INFO Downloading https://download.pytorch.org/whl/cu121/nvidia_cusparse_cu12-12.1.0.106-py3-none-manylinux1_x86_64.whl (196.0 MB) 2024-03-19 21:11:18,585 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 196.0/196.0 MB 10.3 MB/s eta 0:00:00 2024-03-19 21:11:19,486 INFO Collecting nvidia-nccl-cu12==2.19.3 (from torch) 2024-03-19 21:11:19,525 INFO Downloading https://download.pytorch.org/whl/cu121/nvidia_nccl_cu12-2.19.3-py3-none-manylinux1_x86_64.whl (166.0 MB) 2024-03-19 21:11:26,705 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 166.0/166.0 MB 11.2 MB/s eta 0:00:00 2024-03-19 21:11:27,545 INFO Collecting nvidia-nvtx-cu12==12.1.105 (from torch) 2024-03-19 21:11:27,585 INFO Downloading https://download.pytorch.org/whl/cu121/nvidia_nvtx_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (99 kB) 2024-03-19 21:11:27,605 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.1/99.1 kB 8.8 MB/s eta 0:00:00 2024-03-19 21:11:28,205 INFO Collecting triton==2.2.0 (from torch) 2024-03-19 21:11:28,245 INFO Downloading https://download.pytorch.org/whl/triton-2.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (167.9 MB) 2024-03-19 21:11:35,585 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 167.9/167.9 MB 9.8 MB/s eta 0:00:00 2024-03-19 21:11:36,426 INFO Collecting nvidia-nvjitlink-cu12 (from nvidia-cusolver-cu12==11.4.5.107->torch) 2024-03-19 21:11:36,466 INFO Downloading https://download.pytorch.org/whl/cu121/nvidia_nvjitlink_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (19.8 MB) 2024-03-19 21:11:37,345 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.8/19.8 MB 20.2 MB/s eta 0:00:00 2024-03-19 21:11:38,025 INFO Collecting numpy (from torchvision) 2024-03-19 21:11:38,046 INFO Downloading https://download.pytorch.org/whl/numpy-1.26.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.3 MB) 2024-03-19 21:11:38,825 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.3/18.3 MB 21.8 MB/s eta 0:00:00 2024-03-19 21:11:39,505 INFO Collecting pillow!=8.3.*,>=5.3.0 (from torchvision) 2024-03-19 21:11:39,525 INFO Downloading https://download.pytorch.org/whl/pillow-10.2.0-cp311-cp311-manylinux_2_28_x86_64.whl (4.5 MB) 2024-03-19 21:11:39,726 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 23.9 MB/s eta 0:00:00 2024-03-19 21:11:40,406 INFO Collecting MarkupSafe>=2.0 (from jinja2->torch) 2024-03-19 21:11:40,425 INFO Downloading https://download.pytorch.org/whl/MarkupSafe-2.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (28 kB) 2024-03-19 21:11:41,105 INFO Collecting mpmath>=0.19 (from sympy->torch) 2024-03-19 21:11:41,125 INFO Downloading https://download.pytorch.org/whl/mpmath-1.3.0-py3-none-any.whl (536 kB) 2024-03-19 21:11:41,165 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 21.1 MB/s eta 0:00:00 2024-03-19 21:11:41,345 INFO Installing collected packages: mpmath, typing-extensions, sympy, pillow, nvidia-nvtx-cu12, nvidia-nvjitlink-cu12, nvidia-nccl-cu12, nvidia-curand-cu12, nvidia-cufft-cu12, nvidia-cuda-runtime-cu12, nvidia-cuda-nvrtc-cu12, nvidia-cuda-cupti-cu12, nvidia-cublas-cu12, numpy, networkx, MarkupSafe, fsspec, filelock, triton, nvidia-cusparse-cu12, nvidia-cudnn-cu12, jinja2, nvidia-cusolver-cu12, torch, torchvision, torchaudio 2024-03-19 21:12:22,245 INFO Successfully installed MarkupSafe-2.1.3 filelock-3.9.0 fsspec-2023.4.0 jinja2-3.1.2 mpmath-1.3.0 networkx-3.2.1 numpy-1.26.3 nvidia-cublas-cu12-12.1.3.1 nvidia-cuda-cupti-cu12-12.1.105 nvidia-cuda-nvrtc-cu12-12.1.105 nvidia-cuda-runtime-cu12-12.1.105 nvidia-cudnn-cu12-8.9.2.26 nvidia-cufft-cu12-11.0.2.54 nvidia-curand-cu12-10.3.2.106 nvidia-cusolver-cu12-11.4.5.107 nvidia-cusparse-cu12-12.1.0.106 nvidia-nccl-cu12-2.19.3 nvidia-nvjitlink-cu12-12.1.105 nvidia-nvtx-cu12-12.1.105 pillow-10.2.0 sympy-1.12 torch-2.2.1+cu121 torchaudio-2.2.1+cu121 torchvision-0.17.1+cu121 triton-2.2.0 typing-extensions-4.8.0 2024-03-19 21:12:23,646 INFO Executing /home/cho/.local/share/krita/ai_diffusion/server/venv/bin/python3 -su -m pip install -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt 2024-03-19 21:12:24,625 INFO Requirement already satisfied: torch in ./venv/lib/python3.11/site-packages (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) (2.2.1+cu121) 2024-03-19 21:12:24,985 INFO Collecting torchsde (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 2)) 2024-03-19 21:12:25,185 INFO Downloading torchsde-0.2.6-py3-none-any.whl.metadata (5.3 kB) 2024-03-19 21:12:25,285 INFO Requirement already satisfied: torchvision in ./venv/lib/python3.11/site-packages (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 3)) (0.17.1+cu121) 2024-03-19 21:12:25,405 INFO Collecting einops (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 4)) 2024-03-19 21:12:25,466 INFO Downloading einops-0.7.0-py3-none-any.whl.metadata (13 kB) 2024-03-19 21:12:25,786 INFO Collecting transformers>=4.25.1 (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 5)) 2024-03-19 21:12:25,826 INFO Downloading transformers-4.38.2-py3-none-any.whl.metadata (130 kB) 2024-03-19 21:12:25,905 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 130.7/130.7 kB 2.0 MB/s eta 0:00:00 2024-03-19 21:12:26,066 INFO Collecting safetensors>=0.3.0 (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 6)) 2024-03-19 21:12:26,086 INFO Using cached safetensors-0.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.8 kB) 2024-03-19 21:12:26,385 INFO Collecting aiohttp (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 7)) 2024-03-19 21:12:26,425 INFO Downloading aiohttp-3.9.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.4 kB) 2024-03-19 21:12:26,525 INFO Collecting pyyaml (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 8)) 2024-03-19 21:12:26,565 INFO Downloading PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) 2024-03-19 21:12:26,566 INFO Requirement already satisfied: Pillow in ./venv/lib/python3.11/site-packages (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 9)) (10.2.0) 2024-03-19 21:12:26,726 INFO Collecting scipy (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 10)) 2024-03-19 21:12:26,726 INFO Using cached scipy-1.12.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (60 kB) 2024-03-19 21:12:26,845 INFO Collecting tqdm (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 11)) 2024-03-19 21:12:26,885 INFO Downloading tqdm-4.66.2-py3-none-any.whl.metadata (57 kB) 2024-03-19 21:12:26,885 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.6/57.6 kB 5.8 MB/s eta 0:00:00 2024-03-19 21:12:27,285 INFO Collecting psutil (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 12)) 2024-03-19 21:12:27,325 INFO Downloading psutil-5.9.8-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (21 kB) 2024-03-19 21:12:27,385 INFO Requirement already satisfied: filelock in ./venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) (3.9.0) 2024-03-19 21:12:27,385 INFO Requirement already satisfied: typing-extensions>=4.8.0 in ./venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) (4.8.0) 2024-03-19 21:12:27,385 INFO Requirement already satisfied: sympy in ./venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) (1.12) 2024-03-19 21:12:27,385 INFO Requirement already satisfied: networkx in ./venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) (3.2.1) 2024-03-19 21:12:27,385 INFO Requirement already satisfied: jinja2 in ./venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) (3.1.2) 2024-03-19 21:12:27,385 INFO Requirement already satisfied: fsspec in ./venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) (2023.4.0) 2024-03-19 21:12:27,385 INFO Requirement already satisfied: nvidia-cuda-nvrtc-cu12==12.1.105 in ./venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) (12.1.105) 2024-03-19 21:12:27,385 INFO Requirement already satisfied: nvidia-cuda-runtime-cu12==12.1.105 in ./venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) (12.1.105) 2024-03-19 21:12:27,385 INFO Requirement already satisfied: nvidia-cuda-cupti-cu12==12.1.105 in ./venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) (12.1.105) 2024-03-19 21:12:27,405 INFO Requirement already satisfied: nvidia-cudnn-cu12==8.9.2.26 in ./venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) (8.9.2.26) 2024-03-19 21:12:27,405 INFO Requirement already satisfied: nvidia-cublas-cu12==12.1.3.1 in ./venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) (12.1.3.1) 2024-03-19 21:12:27,406 INFO Requirement already satisfied: nvidia-cufft-cu12==11.0.2.54 in ./venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) (11.0.2.54) 2024-03-19 21:12:27,406 INFO Requirement already satisfied: nvidia-curand-cu12==10.3.2.106 in ./venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) (10.3.2.106) 2024-03-19 21:12:27,406 INFO Requirement already satisfied: nvidia-cusolver-cu12==11.4.5.107 in ./venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) (11.4.5.107) 2024-03-19 21:12:27,407 INFO Requirement already satisfied: nvidia-cusparse-cu12==12.1.0.106 in ./venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) (12.1.0.106) 2024-03-19 21:12:27,407 INFO Requirement already satisfied: nvidia-nccl-cu12==2.19.3 in ./venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) (2.19.3) 2024-03-19 21:12:27,407 INFO Requirement already satisfied: nvidia-nvtx-cu12==12.1.105 in ./venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) (12.1.105) 2024-03-19 21:12:27,408 INFO Requirement already satisfied: triton==2.2.0 in ./venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) (2.2.0) 2024-03-19 21:12:27,409 INFO Requirement already satisfied: nvidia-nvjitlink-cu12 in ./venv/lib/python3.11/site-packages (from nvidia-cusolver-cu12==11.4.5.107->torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) (12.1.105) 2024-03-19 21:12:27,425 INFO Requirement already satisfied: numpy>=1.19 in ./venv/lib/python3.11/site-packages (from torchsde->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 2)) (1.26.3) 2024-03-19 21:12:27,485 INFO Collecting trampoline>=0.1.2 (from torchsde->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 2)) 2024-03-19 21:12:27,525 INFO Downloading trampoline-0.1.2-py3-none-any.whl.metadata (10 kB) 2024-03-19 21:12:27,825 INFO Collecting huggingface-hub<1.0,>=0.19.3 (from transformers>=4.25.1->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 5)) 2024-03-19 21:12:27,865 INFO Downloading huggingface_hub-0.21.4-py3-none-any.whl.metadata (13 kB) 2024-03-19 21:12:27,965 INFO Collecting packaging>=20.0 (from transformers>=4.25.1->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 5)) 2024-03-19 21:12:28,005 INFO Downloading packaging-24.0-py3-none-any.whl.metadata (3.2 kB) 2024-03-19 21:12:28,625 INFO Collecting regex!=2019.12.17 (from transformers>=4.25.1->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 5)) 2024-03-19 21:12:28,645 INFO Downloading regex-2023.12.25-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (40 kB) 2024-03-19 21:12:28,665 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 4.2 MB/s eta 0:00:00 2024-03-19 21:12:28,765 INFO Collecting requests (from transformers>=4.25.1->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 5)) 2024-03-19 21:12:28,766 INFO Using cached requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) 2024-03-19 21:12:28,945 INFO Collecting tokenizers<0.19,>=0.14 (from transformers>=4.25.1->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 5)) 2024-03-19 21:12:28,965 INFO Using cached tokenizers-0.15.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB) 2024-03-19 21:12:29,045 INFO Collecting aiosignal>=1.1.2 (from aiohttp->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 7)) 2024-03-19 21:12:29,046 INFO Using cached aiosignal-1.3.1-py3-none-any.whl.metadata (4.0 kB) 2024-03-19 21:12:29,126 INFO Collecting attrs>=17.3.0 (from aiohttp->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 7)) 2024-03-19 21:12:29,126 INFO Using cached attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB) 2024-03-19 21:12:29,205 INFO Collecting frozenlist>=1.1.1 (from aiohttp->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 7)) 2024-03-19 21:12:29,205 INFO Using cached frozenlist-1.4.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB) 2024-03-19 21:12:29,425 INFO Collecting multidict<7.0,>=4.5 (from aiohttp->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 7)) 2024-03-19 21:12:29,425 INFO Using cached multidict-6.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.2 kB) 2024-03-19 21:12:29,565 INFO Collecting yarl<2.0,>=1.0 (from aiohttp->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 7)) 2024-03-19 21:12:29,565 INFO Using cached yarl-1.9.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (31 kB) 2024-03-19 21:12:29,765 INFO Collecting fsspec (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) 2024-03-19 21:12:29,805 INFO Downloading fsspec-2024.3.1-py3-none-any.whl.metadata (6.8 kB) 2024-03-19 21:12:29,925 INFO Collecting idna>=2.0 (from yarl<2.0,>=1.0->aiohttp->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 7)) 2024-03-19 21:12:29,966 INFO Downloading idna-3.6-py3-none-any.whl.metadata (9.9 kB) 2024-03-19 21:12:29,986 INFO Requirement already satisfied: MarkupSafe>=2.0 in ./venv/lib/python3.11/site-packages (from jinja2->torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) (2.1.3) 2024-03-19 21:12:30,125 INFO Collecting charset-normalizer<4,>=2 (from requests->transformers>=4.25.1->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 5)) 2024-03-19 21:12:30,126 INFO Using cached charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB) 2024-03-19 21:12:30,245 INFO Collecting urllib3<3,>=1.21.1 (from requests->transformers>=4.25.1->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 5)) 2024-03-19 21:12:30,286 INFO Downloading urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB) 2024-03-19 21:12:30,385 INFO Collecting certifi>=2017.4.17 (from requests->transformers>=4.25.1->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 5)) 2024-03-19 21:12:30,405 INFO Downloading certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB) 2024-03-19 21:12:30,425 INFO Requirement already satisfied: mpmath>=0.19 in ./venv/lib/python3.11/site-packages (from sympy->torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) (1.3.0) 2024-03-19 21:12:30,545 INFO Downloading torchsde-0.2.6-py3-none-any.whl (61 kB) 2024-03-19 21:12:30,546 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 5.3 MB/s eta 0:00:00 2024-03-19 21:12:30,586 INFO Downloading einops-0.7.0-py3-none-any.whl (44 kB) 2024-03-19 21:12:30,606 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.6/44.6 kB 5.2 MB/s eta 0:00:00 2024-03-19 21:12:30,645 INFO Downloading transformers-4.38.2-py3-none-any.whl (8.5 MB) 2024-03-19 21:12:31,066 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.5/8.5 MB 20.2 MB/s eta 0:00:00 2024-03-19 21:12:31,066 INFO Using cached safetensors-0.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2024-03-19 21:12:31,106 INFO Downloading aiohttp-3.9.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2024-03-19 21:12:31,185 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 17.3 MB/s eta 0:00:00 2024-03-19 21:12:31,246 INFO Downloading PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (757 kB) 2024-03-19 21:12:31,285 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 757.7/757.7 kB 16.5 MB/s eta 0:00:00 2024-03-19 21:12:31,285 INFO Using cached scipy-1.12.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (38.4 MB) 2024-03-19 21:12:31,425 INFO Downloading tqdm-4.66.2-py3-none-any.whl (78 kB) 2024-03-19 21:12:31,446 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.3/78.3 kB 10.6 MB/s eta 0:00:00 2024-03-19 21:12:31,465 INFO Downloading psutil-5.9.8-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (288 kB) 2024-03-19 21:12:31,485 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 288.2/288.2 kB 15.7 MB/s eta 0:00:00 2024-03-19 21:12:31,506 INFO Using cached aiosignal-1.3.1-py3-none-any.whl (7.6 kB) 2024-03-19 21:12:31,506 INFO Using cached attrs-23.2.0-py3-none-any.whl (60 kB) 2024-03-19 21:12:31,507 INFO Using cached frozenlist-1.4.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (272 kB) 2024-03-19 21:12:31,545 INFO Downloading huggingface_hub-0.21.4-py3-none-any.whl (346 kB) 2024-03-19 21:12:31,565 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 346.4/346.4 kB 15.0 MB/s eta 0:00:00 2024-03-19 21:12:31,605 INFO Downloading fsspec-2024.3.1-py3-none-any.whl (171 kB) 2024-03-19 21:12:31,625 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 172.0/172.0 kB 12.8 MB/s eta 0:00:00 2024-03-19 21:12:31,626 INFO Using cached multidict-6.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (128 kB) 2024-03-19 21:12:31,665 INFO Downloading packaging-24.0-py3-none-any.whl (53 kB) 2024-03-19 21:12:31,686 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.5/53.5 kB 5.4 MB/s eta 0:00:00 2024-03-19 21:12:31,726 INFO Downloading regex-2023.12.25-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (785 kB) 2024-03-19 21:12:31,765 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 785.1/785.1 kB 16.8 MB/s eta 0:00:00 2024-03-19 21:12:31,785 INFO Using cached tokenizers-0.15.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2024-03-19 21:12:31,826 INFO Downloading trampoline-0.1.2-py3-none-any.whl (5.2 kB) 2024-03-19 21:12:31,846 INFO Using cached yarl-1.9.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (328 kB) 2024-03-19 21:12:31,847 INFO Using cached requests-2.31.0-py3-none-any.whl (62 kB) 2024-03-19 21:12:31,885 INFO Downloading certifi-2024.2.2-py3-none-any.whl (163 kB) 2024-03-19 21:12:31,906 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 11.5 MB/s eta 0:00:00 2024-03-19 21:12:31,906 INFO Using cached charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (140 kB) 2024-03-19 21:12:31,946 INFO Downloading idna-3.6-py3-none-any.whl (61 kB) 2024-03-19 21:12:31,965 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.6/61.6 kB 4.9 MB/s eta 0:00:00 2024-03-19 21:12:31,985 INFO Downloading urllib3-2.2.1-py3-none-any.whl (121 kB) 2024-03-19 21:12:32,005 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 11.4 MB/s eta 0:00:00 2024-03-19 21:12:32,645 INFO Installing collected packages: trampoline, urllib3, tqdm, scipy, safetensors, regex, pyyaml, psutil, packaging, multidict, idna, fsspec, frozenlist, einops, charset-normalizer, certifi, attrs, yarl, requests, aiosignal, huggingface-hub, aiohttp, torchsde, tokenizers, transformers 2024-03-19 21:12:35,666 INFO Attempting uninstall: fsspec 2024-03-19 21:12:35,686 INFO Found existing installation: fsspec 2023.4.0 2024-03-19 21:12:35,686 INFO Uninstalling fsspec-2023.4.0: 2024-03-19 21:12:35,686 INFO Successfully uninstalled fsspec-2023.4.0 2024-03-19 21:12:40,225 INFO Successfully installed aiohttp-3.9.3 aiosignal-1.3.1 attrs-23.2.0 certifi-2024.2.2 charset-normalizer-3.3.2 einops-0.7.0 frozenlist-1.4.1 fsspec-2024.3.1 huggingface-hub-0.21.4 idna-3.6 multidict-6.0.5 packaging-24.0 psutil-5.9.8 pyyaml-6.0.1 regex-2023.12.25 requests-2.31.0 safetensors-0.4.2 scipy-1.12.0 tokenizers-0.15.2 torchsde-0.2.6 tqdm-4.66.2 trampoline-0.1.2 transformers-4.38.2 urllib3-2.2.1 yarl-1.9.4 2024-03-19 21:12:40,926 INFO Finished installing ComfyUI 2024-03-19 21:12:40,927 INFO Downloading https://github.com/Fannovel16/comfyui_controlnet_aux/archive/c24b2dcb00cd26e4515cd897e14ec21cc5ff3b2d.zip to /home/cho/.local/share/krita/ai_diffusion/server/.cache/comfyui_controlnet_aux-c24b2dcb00cd26e4515cd897e14ec21cc5ff3b2d.zip 2024-03-19 21:12:43,028 INFO Extracting /home/cho/.local/share/krita/ai_diffusion/server/.cache/comfyui_controlnet_aux-c24b2dcb00cd26e4515cd897e14ec21cc5ff3b2d.zip to /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes 2024-03-19 21:12:43,386 INFO Executing /home/cho/.local/share/krita/ai_diffusion/server/venv/bin/python3 -su -m pip install -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt 2024-03-19 21:12:43,803 INFO Requirement already satisfied: torch in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 1)) (2.2.1+cu121) 2024-03-19 21:12:44,122 INFO Collecting importlib_metadata (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 2)) 2024-03-19 21:12:44,282 INFO Downloading importlib_metadata-7.0.2-py3-none-any.whl.metadata (4.6 kB) 2024-03-19 21:12:44,283 INFO Requirement already satisfied: huggingface_hub in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 3)) (0.21.4) 2024-03-19 21:12:44,302 INFO Requirement already satisfied: scipy in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 4)) (1.12.0) 2024-03-19 21:12:44,482 INFO Collecting opencv-python>=4.7.0.72 (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 5)) 2024-03-19 21:12:44,522 INFO Downloading opencv_python-4.9.0.80-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (20 kB) 2024-03-19 21:12:44,542 INFO Requirement already satisfied: filelock in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 6)) (3.9.0) 2024-03-19 21:12:44,562 INFO Requirement already satisfied: numpy in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 7)) (1.26.3) 2024-03-19 21:12:44,563 INFO Requirement already satisfied: Pillow in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 8)) (10.2.0) 2024-03-19 21:12:44,582 INFO Requirement already satisfied: einops in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 9)) (0.7.0) 2024-03-19 21:12:44,583 INFO Requirement already satisfied: torchvision in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 10)) (0.17.1+cu121) 2024-03-19 21:12:44,583 INFO Requirement already satisfied: pyyaml in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 11)) (6.0.1) 2024-03-19 21:12:44,682 INFO Collecting scikit-image (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 12)) 2024-03-19 21:12:44,722 INFO Downloading scikit_image-0.22.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (13 kB) 2024-03-19 21:12:44,822 INFO Collecting python-dateutil (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 13)) 2024-03-19 21:12:44,842 INFO Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 2024-03-19 21:12:44,962 INFO Collecting mediapipe (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 14)) 2024-03-19 21:12:45,002 INFO Downloading mediapipe-0.10.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.7 kB) 2024-03-19 21:12:45,082 INFO Collecting svglib (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 15)) 2024-03-19 21:12:45,122 INFO Downloading svglib-1.5.1.tar.gz (913 kB) 2024-03-19 21:12:45,262 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 913.9/913.9 kB 7.2 MB/s eta 0:00:00 2024-03-19 21:12:45,321 INFO Installing build dependencies: started 2024-03-19 21:12:47,322 INFO Installing build dependencies: finished with status 'done' 2024-03-19 21:12:47,322 INFO Getting requirements to build wheel: started 2024-03-19 21:12:47,462 INFO Getting requirements to build wheel: finished with status 'done' 2024-03-19 21:12:47,462 INFO Installing backend dependencies: started 2024-03-19 21:12:48,902 INFO Installing backend dependencies: finished with status 'done' 2024-03-19 21:12:48,902 INFO Preparing metadata (pyproject.toml): started 2024-03-19 21:12:49,042 INFO Preparing metadata (pyproject.toml): finished with status 'done' 2024-03-19 21:12:49,122 INFO Collecting fvcore (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 16)) 2024-03-19 21:12:49,142 INFO Downloading fvcore-0.1.5.post20221221.tar.gz (50 kB) 2024-03-19 21:12:49,162 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.2/50.2 kB 6.8 MB/s eta 0:00:00 2024-03-19 21:12:49,162 INFO Installing build dependencies: started 2024-03-19 21:12:50,822 INFO Installing build dependencies: finished with status 'done' 2024-03-19 21:12:50,823 INFO Getting requirements to build wheel: started 2024-03-19 21:12:50,942 INFO Getting requirements to build wheel: finished with status 'done' 2024-03-19 21:12:50,942 INFO Installing backend dependencies: started 2024-03-19 21:12:52,082 INFO Installing backend dependencies: finished with status 'done' 2024-03-19 21:12:52,082 INFO Preparing metadata (pyproject.toml): started 2024-03-19 21:12:52,202 INFO Preparing metadata (pyproject.toml): finished with status 'done' 2024-03-19 21:12:52,282 INFO Collecting yapf (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 17)) 2024-03-19 21:12:52,322 INFO Downloading yapf-0.40.2-py3-none-any.whl.metadata (45 kB) 2024-03-19 21:12:52,323 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.4/45.4 kB 7.1 MB/s eta 0:00:00 2024-03-19 21:12:52,461 INFO Collecting omegaconf (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 18)) 2024-03-19 21:12:52,502 INFO Downloading omegaconf-2.3.0-py3-none-any.whl.metadata (3.9 kB) 2024-03-19 21:12:52,602 INFO Collecting ftfy (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 19)) 2024-03-19 21:12:52,622 INFO Downloading ftfy-6.2.0-py3-none-any.whl.metadata (7.3 kB) 2024-03-19 21:12:52,702 INFO Collecting addict (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 20)) 2024-03-19 21:12:52,743 INFO Downloading addict-2.4.0-py3-none-any.whl.metadata (1.0 kB) 2024-03-19 21:12:52,802 INFO Collecting yacs (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 21)) 2024-03-19 21:12:52,842 INFO Downloading yacs-0.1.8-py3-none-any.whl.metadata (639 bytes) 2024-03-19 21:12:52,923 INFO Collecting albumentations (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 23)) 2024-03-19 21:12:52,962 INFO Downloading albumentations-1.4.2-py3-none-any.whl.metadata (36 kB) 2024-03-19 21:12:53,122 INFO Collecting scikit-learn (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 24)) 2024-03-19 21:12:53,123 INFO Using cached scikit_learn-1.4.1.post1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB) 2024-03-19 21:12:53,282 INFO Collecting trimesh[easy] (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) 2024-03-19 21:12:53,322 INFO Downloading trimesh-4.2.0-py3-none-any.whl.metadata (18 kB) 2024-03-19 21:12:53,401 INFO Requirement already satisfied: typing-extensions>=4.8.0 in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 1)) (4.8.0) 2024-03-19 21:12:53,402 INFO Requirement already satisfied: sympy in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 1)) (1.12) 2024-03-19 21:12:53,402 INFO Requirement already satisfied: networkx in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 1)) (3.2.1) 2024-03-19 21:12:53,402 INFO Requirement already satisfied: jinja2 in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 1)) (3.1.2) 2024-03-19 21:12:53,402 INFO Requirement already satisfied: fsspec in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 1)) (2024.3.1) 2024-03-19 21:12:53,402 INFO Requirement already satisfied: nvidia-cuda-nvrtc-cu12==12.1.105 in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 1)) (12.1.105) 2024-03-19 21:12:53,402 INFO Requirement already satisfied: nvidia-cuda-runtime-cu12==12.1.105 in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 1)) (12.1.105) 2024-03-19 21:12:53,402 INFO Requirement already satisfied: nvidia-cuda-cupti-cu12==12.1.105 in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 1)) (12.1.105) 2024-03-19 21:12:53,402 INFO Requirement already satisfied: nvidia-cudnn-cu12==8.9.2.26 in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 1)) (8.9.2.26) 2024-03-19 21:12:53,402 INFO Requirement already satisfied: nvidia-cublas-cu12==12.1.3.1 in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 1)) (12.1.3.1) 2024-03-19 21:12:53,402 INFO Requirement already satisfied: nvidia-cufft-cu12==11.0.2.54 in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 1)) (11.0.2.54) 2024-03-19 21:12:53,402 INFO Requirement already satisfied: nvidia-curand-cu12==10.3.2.106 in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 1)) (10.3.2.106) 2024-03-19 21:12:53,402 INFO Requirement already satisfied: nvidia-cusolver-cu12==11.4.5.107 in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 1)) (11.4.5.107) 2024-03-19 21:12:53,403 INFO Requirement already satisfied: nvidia-cusparse-cu12==12.1.0.106 in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 1)) (12.1.0.106) 2024-03-19 21:12:53,403 INFO Requirement already satisfied: nvidia-nccl-cu12==2.19.3 in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 1)) (2.19.3) 2024-03-19 21:12:53,403 INFO Requirement already satisfied: nvidia-nvtx-cu12==12.1.105 in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 1)) (12.1.105) 2024-03-19 21:12:53,422 INFO Requirement already satisfied: triton==2.2.0 in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 1)) (2.2.0) 2024-03-19 21:12:53,422 INFO Requirement already satisfied: nvidia-nvjitlink-cu12 in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from nvidia-cusolver-cu12==11.4.5.107->torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 1)) (12.1.105) 2024-03-19 21:12:53,502 INFO Collecting zipp>=0.5 (from importlib_metadata->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 2)) 2024-03-19 21:12:53,542 INFO Downloading zipp-3.18.1-py3-none-any.whl.metadata (3.5 kB) 2024-03-19 21:12:53,602 INFO Requirement already satisfied: requests in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from huggingface_hub->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 3)) (2.31.0) 2024-03-19 21:12:53,602 INFO Requirement already satisfied: tqdm>=4.42.1 in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from huggingface_hub->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 3)) (4.66.2) 2024-03-19 21:12:53,622 INFO Requirement already satisfied: packaging>=20.9 in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from huggingface_hub->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 3)) (24.0) 2024-03-19 21:12:53,843 INFO Collecting imageio>=2.27 (from scikit-image->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 12)) 2024-03-19 21:12:53,862 INFO Downloading imageio-2.34.0-py3-none-any.whl.metadata (4.9 kB) 2024-03-19 21:12:53,982 INFO Collecting tifffile>=2022.8.12 (from scikit-image->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 12)) 2024-03-19 21:12:54,022 INFO Downloading tifffile-2024.2.12-py3-none-any.whl.metadata (31 kB) 2024-03-19 21:12:54,062 INFO Collecting lazy_loader>=0.3 (from scikit-image->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 12)) 2024-03-19 21:12:54,102 INFO Downloading lazy_loader-0.3-py3-none-any.whl.metadata (4.3 kB) 2024-03-19 21:12:54,202 INFO Collecting six>=1.5 (from python-dateutil->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 13)) 2024-03-19 21:12:54,222 INFO Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) 2024-03-19 21:12:54,322 INFO Collecting absl-py (from mediapipe->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 14)) 2024-03-19 21:12:54,382 INFO Downloading absl_py-2.1.0-py3-none-any.whl.metadata (2.3 kB) 2024-03-19 21:12:54,402 INFO Requirement already satisfied: attrs>=19.1.0 in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from mediapipe->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 14)) (23.2.0) 2024-03-19 21:12:54,463 INFO Collecting flatbuffers>=2.0 (from mediapipe->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 14)) 2024-03-19 21:12:54,502 INFO Downloading flatbuffers-24.3.7-py2.py3-none-any.whl.metadata (849 bytes) 2024-03-19 21:12:54,601 INFO Collecting jax (from mediapipe->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 14)) 2024-03-19 21:12:54,642 INFO Downloading jax-0.4.25-py3-none-any.whl.metadata (24 kB) 2024-03-19 21:12:54,742 INFO Collecting jaxlib (from mediapipe->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 14)) 2024-03-19 21:12:54,762 INFO Downloading jaxlib-0.4.25-cp311-cp311-manylinux2014_x86_64.whl.metadata (2.1 kB) 2024-03-19 21:12:54,962 INFO Collecting matplotlib (from mediapipe->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 14)) 2024-03-19 21:12:55,002 INFO Downloading matplotlib-3.8.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.8 kB) 2024-03-19 21:12:55,162 INFO Collecting opencv-contrib-python (from mediapipe->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 14)) 2024-03-19 21:12:55,202 INFO Downloading opencv_contrib_python-4.9.0.80-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (20 kB) 2024-03-19 21:12:55,422 INFO Collecting protobuf<4,>=3.11 (from mediapipe->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 14)) 2024-03-19 21:12:55,423 INFO Using cached protobuf-3.20.3-py2.py3-none-any.whl.metadata (720 bytes) 2024-03-19 21:12:55,503 INFO Collecting sounddevice>=0.4.4 (from mediapipe->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 14)) 2024-03-19 21:12:55,542 INFO Downloading sounddevice-0.4.6-py3-none-any.whl.metadata (1.4 kB) 2024-03-19 21:12:55,742 INFO Collecting reportlab (from svglib->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 15)) 2024-03-19 21:12:55,802 INFO Downloading reportlab-4.1.0-py3-none-any.whl.metadata (1.4 kB) 2024-03-19 21:12:56,002 INFO Collecting lxml (from svglib->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 15)) 2024-03-19 21:12:56,042 INFO Downloading lxml-5.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.5 kB) 2024-03-19 21:12:56,142 INFO Collecting tinycss2>=0.6.0 (from svglib->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 15)) 2024-03-19 21:12:56,202 INFO Downloading tinycss2-1.2.1-py3-none-any.whl.metadata (3.0 kB) 2024-03-19 21:12:56,282 INFO Collecting cssselect2>=0.2.0 (from svglib->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 15)) 2024-03-19 21:12:56,342 INFO Downloading cssselect2-0.7.0-py3-none-any.whl.metadata (2.9 kB) 2024-03-19 21:12:56,462 INFO Collecting termcolor>=1.1 (from fvcore->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 16)) 2024-03-19 21:12:56,502 INFO Downloading termcolor-2.4.0-py3-none-any.whl.metadata (6.1 kB) 2024-03-19 21:12:56,621 INFO Collecting tabulate (from fvcore->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 16)) 2024-03-19 21:12:56,662 INFO Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2024-03-19 21:12:56,782 INFO Collecting iopath>=0.1.7 (from fvcore->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 16)) 2024-03-19 21:12:56,822 INFO Downloading iopath-0.1.10.tar.gz (42 kB) 2024-03-19 21:12:56,842 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.2/42.2 kB 4.5 MB/s eta 0:00:00 2024-03-19 21:12:56,862 INFO Installing build dependencies: started 2024-03-19 21:12:58,542 INFO Installing build dependencies: finished with status 'done' 2024-03-19 21:12:58,542 INFO Getting requirements to build wheel: started 2024-03-19 21:12:58,662 INFO Getting requirements to build wheel: finished with status 'done' 2024-03-19 21:12:58,662 INFO Installing backend dependencies: started 2024-03-19 21:12:59,802 INFO Installing backend dependencies: finished with status 'done' 2024-03-19 21:12:59,802 INFO Preparing metadata (pyproject.toml): started 2024-03-19 21:12:59,922 INFO Preparing metadata (pyproject.toml): finished with status 'done' 2024-03-19 21:13:00,002 INFO Collecting platformdirs>=3.5.1 (from yapf->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 17)) 2024-03-19 21:13:00,021 INFO Downloading platformdirs-4.2.0-py3-none-any.whl.metadata (11 kB) 2024-03-19 21:13:00,082 INFO Collecting tomli>=2.0.1 (from yapf->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 17)) 2024-03-19 21:13:00,122 INFO Downloading tomli-2.0.1-py3-none-any.whl.metadata (8.9 kB) 2024-03-19 21:13:00,202 INFO Collecting antlr4-python3-runtime==4.9.* (from omegaconf->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 18)) 2024-03-19 21:13:00,242 INFO Downloading antlr4-python3-runtime-4.9.3.tar.gz (117 kB) 2024-03-19 21:13:00,242 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.0/117.0 kB 11.0 MB/s eta 0:00:00 2024-03-19 21:13:00,282 INFO Installing build dependencies: started 2024-03-19 21:13:01,902 INFO Installing build dependencies: finished with status 'done' 2024-03-19 21:13:01,902 INFO Getting requirements to build wheel: started 2024-03-19 21:13:02,022 INFO Getting requirements to build wheel: finished with status 'done' 2024-03-19 21:13:02,022 INFO Installing backend dependencies: started 2024-03-19 21:13:03,142 INFO Installing backend dependencies: finished with status 'done' 2024-03-19 21:13:03,142 INFO Preparing metadata (pyproject.toml): started 2024-03-19 21:13:03,282 INFO Preparing metadata (pyproject.toml): finished with status 'done' 2024-03-19 21:13:03,322 INFO Collecting wcwidth<0.3.0,>=0.2.12 (from ftfy->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 19)) 2024-03-19 21:13:03,362 INFO Downloading wcwidth-0.2.13-py2.py3-none-any.whl.metadata (14 kB) 2024-03-19 21:13:03,482 INFO Collecting colorlog (from trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) 2024-03-19 21:13:03,502 INFO Downloading colorlog-6.8.2-py3-none-any.whl.metadata (10 kB) 2024-03-19 21:13:03,601 INFO Collecting mapbox-earcut (from trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) 2024-03-19 21:13:03,622 INFO Downloading mapbox_earcut-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.0 kB) 2024-03-19 21:13:03,702 INFO Collecting chardet (from trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) 2024-03-19 21:13:03,742 INFO Downloading chardet-5.2.0-py3-none-any.whl.metadata (3.4 kB) 2024-03-19 21:13:03,842 INFO Collecting jsonschema (from trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) 2024-03-19 21:13:03,843 INFO Using cached jsonschema-4.21.1-py3-none-any.whl.metadata (7.8 kB) 2024-03-19 21:13:03,902 INFO Collecting svg.path (from trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) 2024-03-19 21:13:03,943 INFO Downloading svg.path-6.3-py2.py3-none-any.whl.metadata (13 kB) 2024-03-19 21:13:04,022 INFO Collecting pycollada (from trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) 2024-03-19 21:13:04,042 INFO Downloading pycollada-0.8.tar.gz (108 kB) 2024-03-19 21:13:04,062 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 108.1/108.1 kB 11.5 MB/s eta 0:00:00 2024-03-19 21:13:04,082 INFO Installing build dependencies: started 2024-03-19 21:13:05,741 INFO Installing build dependencies: finished with status 'done' 2024-03-19 21:13:05,742 INFO Getting requirements to build wheel: started 2024-03-19 21:13:05,842 INFO Getting requirements to build wheel: finished with status 'done' 2024-03-19 21:13:05,842 INFO Installing backend dependencies: started 2024-03-19 21:13:06,982 INFO Installing backend dependencies: finished with status 'done' 2024-03-19 21:13:06,982 INFO Preparing metadata (pyproject.toml): started 2024-03-19 21:13:07,122 INFO Preparing metadata (pyproject.toml): finished with status 'done' 2024-03-19 21:13:07,123 INFO Requirement already satisfied: setuptools in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) (65.5.0) 2024-03-19 21:13:07,282 INFO Collecting shapely (from trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) 2024-03-19 21:13:07,322 INFO Downloading shapely-2.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.0 kB) 2024-03-19 21:13:07,542 INFO Collecting xxhash (from trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) 2024-03-19 21:13:07,542 INFO Using cached xxhash-3.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB) 2024-03-19 21:13:07,662 INFO Collecting rtree (from trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) 2024-03-19 21:13:07,703 INFO Downloading Rtree-1.2.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (2.1 kB) 2024-03-19 21:13:07,842 INFO Collecting httpx (from trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) 2024-03-19 21:13:07,882 INFO Downloading httpx-0.27.0-py3-none-any.whl.metadata (7.2 kB) 2024-03-19 21:13:07,962 INFO Collecting embreex (from trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) 2024-03-19 21:13:08,002 INFO Downloading embreex-2.17.7.post4-cp311-cp311-manylinux_2_28_x86_64.whl.metadata (3.0 kB) 2024-03-19 21:13:08,082 INFO Collecting vhacdx (from trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) 2024-03-19 21:13:08,122 INFO Downloading vhacdx-0.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.1 kB) 2024-03-19 21:13:08,222 INFO Collecting xatlas (from trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) 2024-03-19 21:13:08,262 INFO Downloading xatlas-0.0.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.9 kB) 2024-03-19 21:13:08,342 INFO Collecting typing-extensions>=4.8.0 (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 1)) 2024-03-19 21:13:08,382 INFO Downloading typing_extensions-4.10.0-py3-none-any.whl.metadata (3.0 kB) 2024-03-19 21:13:08,522 INFO Collecting opencv-python-headless>=4.9.0 (from albumentations->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 23)) 2024-03-19 21:13:08,562 INFO Downloading opencv_python_headless-4.9.0.80-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (20 kB) 2024-03-19 21:13:08,722 INFO Collecting joblib>=1.2.0 (from scikit-learn->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 24)) 2024-03-19 21:13:08,722 INFO Using cached joblib-1.3.2-py3-none-any.whl.metadata (5.4 kB) 2024-03-19 21:13:08,782 INFO Collecting threadpoolctl>=2.0.0 (from scikit-learn->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 24)) 2024-03-19 21:13:08,782 INFO Using cached threadpoolctl-3.3.0-py3-none-any.whl.metadata (13 kB) 2024-03-19 21:13:08,862 INFO Collecting webencodings (from cssselect2>=0.2.0->svglib->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 15)) 2024-03-19 21:13:08,902 INFO Downloading webencodings-0.5.1-py2.py3-none-any.whl.metadata (2.1 kB) 2024-03-19 21:13:09,062 INFO Collecting portalocker (from iopath>=0.1.7->fvcore->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 16)) 2024-03-19 21:13:09,102 INFO Downloading portalocker-2.8.2-py3-none-any.whl.metadata (8.5 kB) 2024-03-19 21:13:09,342 INFO Collecting CFFI>=1.0 (from sounddevice>=0.4.4->mediapipe->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 14)) 2024-03-19 21:13:09,382 INFO Downloading cffi-1.16.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB) 2024-03-19 21:13:09,602 INFO Collecting anyio (from httpx->trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) 2024-03-19 21:13:09,642 INFO Downloading anyio-4.3.0-py3-none-any.whl.metadata (4.6 kB) 2024-03-19 21:13:09,642 INFO Requirement already satisfied: certifi in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from httpx->trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) (2024.2.2) 2024-03-19 21:13:09,702 INFO Collecting httpcore==1. (from httpx->trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) 2024-03-19 21:13:09,742 INFO Downloading httpcore-1.0.4-py3-none-any.whl.metadata (20 kB) 2024-03-19 21:13:09,762 INFO Requirement already satisfied: idna in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from httpx->trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) (3.6) 2024-03-19 21:13:09,821 INFO Collecting sniffio (from httpx->trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) 2024-03-19 21:13:09,862 INFO Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) 2024-03-19 21:13:09,922 INFO Collecting h11<0.15,>=0.13 (from httpcore==1.->httpx->trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) 2024-03-19 21:13:09,923 INFO Using cached h11-0.14.0-py3-none-any.whl.metadata (8.2 kB) 2024-03-19 21:13:10,002 INFO Collecting ml-dtypes>=0.2.0 (from jax->mediapipe->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 14)) 2024-03-19 21:13:10,042 INFO Downloading ml_dtypes-0.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (20 kB) 2024-03-19 21:13:10,143 INFO Collecting opt-einsum (from jax->mediapipe->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 14)) 2024-03-19 21:13:10,182 INFO Downloading opt_einsum-3.3.0-py3-none-any.whl.metadata (6.5 kB) 2024-03-19 21:13:10,262 INFO Requirement already satisfied: MarkupSafe>=2.0 in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from jinja2->torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 1)) (2.1.3) 2024-03-19 21:13:10,322 INFO Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) 2024-03-19 21:13:10,324 INFO Using cached jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB) 2024-03-19 21:13:10,423 INFO Collecting referencing>=0.28.4 (from jsonschema->trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) 2024-03-19 21:13:10,462 INFO Downloading referencing-0.34.0-py3-none-any.whl.metadata (2.8 kB) 2024-03-19 21:13:10,682 INFO Collecting rpds-py>=0.7.1 (from jsonschema->trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) 2024-03-19 21:13:10,702 INFO Using cached rpds_py-0.18.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB) 2024-03-19 21:13:10,822 INFO Collecting contourpy>=1.0.1 (from matplotlib->mediapipe->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 14)) 2024-03-19 21:13:10,842 INFO Downloading contourpy-1.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.8 kB) 2024-03-19 21:13:10,962 INFO Collecting cycler>=0.10 (from matplotlib->mediapipe->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 14)) 2024-03-19 21:13:11,002 INFO Downloading cycler-0.12.1-py3-none-any.whl.metadata (3.8 kB) 2024-03-19 21:13:11,222 INFO Collecting fonttools>=4.22.0 (from matplotlib->mediapipe->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 14)) 2024-03-19 21:13:11,262 INFO Downloading fonttools-4.50.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (159 kB) 2024-03-19 21:13:11,263 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 159.4/159.4 kB 15.6 MB/s eta 0:00:00 2024-03-19 21:13:11,382 INFO Collecting kiwisolver>=1.3.1 (from matplotlib->mediapipe->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 14)) 2024-03-19 21:13:11,402 INFO Downloading kiwisolver-1.4.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.4 kB) 2024-03-19 21:13:11,522 INFO Collecting pyparsing>=2.3.1 (from matplotlib->mediapipe->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 14)) 2024-03-19 21:13:11,542 INFO Downloading pyparsing-3.1.2-py3-none-any.whl.metadata (5.1 kB) 2024-03-19 21:13:11,622 INFO Requirement already satisfied: charset-normalizer<4,>=2 in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from requests->huggingface_hub->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 3)) (3.3.2) 2024-03-19 21:13:11,622 INFO Requirement already satisfied: urllib3<3,>=1.21.1 in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from requests->huggingface_hub->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 3)) (2.2.1) 2024-03-19 21:13:11,702 INFO Requirement already satisfied: mpmath>=0.19 in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from sympy->torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 1)) (1.3.0) 2024-03-19 21:13:11,823 INFO Collecting pycparser (from CFFI>=1.0->sounddevice>=0.4.4->mediapipe->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 14)) 2024-03-19 21:13:11,862 INFO Downloading pycparser-2.21-py2.py3-none-any.whl.metadata (1.1 kB) 2024-03-19 21:13:12,222 INFO Downloading importlib_metadata-7.0.2-py3-none-any.whl (24 kB) 2024-03-19 21:13:12,262 INFO Downloading opencv_python-4.9.0.80-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (62.2 MB) 2024-03-19 21:13:14,942 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.2/62.2 MB 16.8 MB/s eta 0:00:00 2024-03-19 21:13:14,982 INFO Downloading scikit_image-0.22.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.7 MB) 2024-03-19 21:13:15,622 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.7/14.7 MB 22.2 MB/s eta 0:00:00 2024-03-19 21:13:15,642 INFO Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 2024-03-19 21:13:15,662 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 14.6 MB/s eta 0:00:00 2024-03-19 21:13:15,702 INFO Downloading mediapipe-0.10.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (35.6 MB) 2024-03-19 21:13:17,262 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 35.6/35.6 MB 18.7 MB/s eta 0:00:00 2024-03-19 21:13:17,302 INFO Downloading yapf-0.40.2-py3-none-any.whl (254 kB) 2024-03-19 21:13:17,322 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 254.7/254.7 kB 14.2 MB/s eta 0:00:00 2024-03-19 21:13:17,362 INFO Downloading omegaconf-2.3.0-py3-none-any.whl (79 kB) 2024-03-19 21:13:17,382 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.5/79.5 kB 9.3 MB/s eta 0:00:00 2024-03-19 21:13:17,402 INFO Downloading ftfy-6.2.0-py3-none-any.whl (54 kB) 2024-03-19 21:13:17,422 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.4/54.4 kB 6.4 MB/s eta 0:00:00 2024-03-19 21:13:17,502 INFO Downloading addict-2.4.0-py3-none-any.whl (3.8 kB) 2024-03-19 21:13:17,562 INFO Downloading yacs-0.1.8-py3-none-any.whl (14 kB) 2024-03-19 21:13:17,602 INFO Downloading albumentations-1.4.2-py3-none-any.whl (133 kB) 2024-03-19 21:13:17,621 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.9/133.9 kB 12.6 MB/s eta 0:00:00 2024-03-19 21:13:17,622 INFO Using cached scikit_learn-1.4.1.post1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.1 MB) 2024-03-19 21:13:17,702 INFO Downloading cssselect2-0.7.0-py3-none-any.whl (15 kB) 2024-03-19 21:13:17,742 INFO Downloading flatbuffers-24.3.7-py2.py3-none-any.whl (26 kB) 2024-03-19 21:13:17,782 INFO Downloading imageio-2.34.0-py3-none-any.whl (313 kB) 2024-03-19 21:13:17,822 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 313.4/313.4 kB 16.2 MB/s eta 0:00:00 2024-03-19 21:13:17,823 INFO Using cached joblib-1.3.2-py3-none-any.whl (302 kB) 2024-03-19 21:13:17,862 INFO Downloading lazy_loader-0.3-py3-none-any.whl (9.1 kB) 2024-03-19 21:13:17,942 INFO Downloading opencv_python_headless-4.9.0.80-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (49.6 MB) 2024-03-19 21:13:20,062 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 MB 17.1 MB/s eta 0:00:00 2024-03-19 21:13:20,083 INFO Downloading platformdirs-4.2.0-py3-none-any.whl (17 kB) 2024-03-19 21:13:20,102 INFO Using cached protobuf-3.20.3-py2.py3-none-any.whl (162 kB) 2024-03-19 21:13:20,122 INFO Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 2024-03-19 21:13:20,182 INFO Downloading sounddevice-0.4.6-py3-none-any.whl (31 kB) 2024-03-19 21:13:20,222 INFO Downloading termcolor-2.4.0-py3-none-any.whl (7.7 kB) 2024-03-19 21:13:20,242 INFO Using cached threadpoolctl-3.3.0-py3-none-any.whl (17 kB) 2024-03-19 21:13:20,262 INFO Downloading tifffile-2024.2.12-py3-none-any.whl (224 kB) 2024-03-19 21:13:20,283 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 224.5/224.5 kB 18.0 MB/s eta 0:00:00 2024-03-19 21:13:20,322 INFO Downloading tinycss2-1.2.1-py3-none-any.whl (21 kB) 2024-03-19 21:13:20,362 INFO Downloading tomli-2.0.1-py3-none-any.whl (12 kB) 2024-03-19 21:13:20,402 INFO Downloading typing_extensions-4.10.0-py3-none-any.whl (33 kB) 2024-03-19 21:13:20,462 INFO Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB) 2024-03-19 21:13:20,503 INFO Downloading zipp-3.18.1-py3-none-any.whl (8.2 kB) 2024-03-19 21:13:20,542 INFO Downloading absl_py-2.1.0-py3-none-any.whl (133 kB) 2024-03-19 21:13:20,543 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.7/133.7 kB 12.6 MB/s eta 0:00:00 2024-03-19 21:13:20,582 INFO Downloading chardet-5.2.0-py3-none-any.whl (199 kB) 2024-03-19 21:13:20,602 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.4/199.4 kB 14.8 MB/s eta 0:00:00 2024-03-19 21:13:20,643 INFO Downloading colorlog-6.8.2-py3-none-any.whl (11 kB) 2024-03-19 21:13:20,702 INFO Downloading embreex-2.17.7.post4-cp311-cp311-manylinux_2_28_x86_64.whl (17.0 MB) 2024-03-19 21:13:21,462 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.0/17.0 MB 20.2 MB/s eta 0:00:00 2024-03-19 21:13:21,502 INFO Downloading httpx-0.27.0-py3-none-any.whl (75 kB) 2024-03-19 21:13:21,523 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.6/75.6 kB 9.1 MB/s eta 0:00:00 2024-03-19 21:13:21,562 INFO Downloading httpcore-1.0.4-py3-none-any.whl (77 kB) 2024-03-19 21:13:21,563 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.8/77.8 kB 7.9 MB/s eta 0:00:00 2024-03-19 21:13:21,622 INFO Downloading jax-0.4.25-py3-none-any.whl (1.8 MB) 2024-03-19 21:13:21,722 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 23.3 MB/s eta 0:00:00 2024-03-19 21:13:21,742 INFO Downloading jaxlib-0.4.25-cp311-cp311-manylinux2014_x86_64.whl (79.2 MB) 2024-03-19 21:13:25,142 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.2/79.2 MB 14.6 MB/s eta 0:00:00 2024-03-19 21:13:25,142 INFO Using cached jsonschema-4.21.1-py3-none-any.whl (85 kB) 2024-03-19 21:13:25,182 INFO Downloading lxml-5.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.1 MB) 2024-03-19 21:13:25,542 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.1/8.1 MB 22.2 MB/s eta 0:00:00 2024-03-19 21:13:25,583 INFO Downloading mapbox_earcut-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (104 kB) 2024-03-19 21:13:25,602 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 105.0/105.0 kB 7.6 MB/s eta 0:00:00 2024-03-19 21:13:25,622 INFO Downloading matplotlib-3.8.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.6 MB) 2024-03-19 21:13:26,142 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.6/11.6 MB 22.5 MB/s eta 0:00:00 2024-03-19 21:13:26,182 INFO Downloading opencv_contrib_python-4.9.0.80-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (68.3 MB) 2024-03-19 21:13:29,162 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 68.3/68.3 MB 15.0 MB/s eta 0:00:00 2024-03-19 21:13:29,182 INFO Downloading reportlab-4.1.0-py3-none-any.whl (1.9 MB) 2024-03-19 21:13:29,282 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 20.7 MB/s eta 0:00:00 2024-03-19 21:13:29,322 INFO Downloading Rtree-1.2.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (535 kB) 2024-03-19 21:13:29,342 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 535.2/535.2 kB 18.2 MB/s eta 0:00:00 2024-03-19 21:13:29,382 INFO Downloading shapely-2.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.5 MB) 2024-03-19 21:13:29,543 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.5/2.5 MB 16.9 MB/s eta 0:00:00 2024-03-19 21:13:29,582 INFO Downloading svg.path-6.3-py2.py3-none-any.whl (16 kB) 2024-03-19 21:13:29,622 INFO Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-03-19 21:13:29,722 INFO Downloading trimesh-4.2.0-py3-none-any.whl (689 kB) 2024-03-19 21:13:29,762 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 689.5/689.5 kB 19.1 MB/s eta 0:00:00 2024-03-19 21:13:29,802 INFO Downloading vhacdx-0.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (208 kB) 2024-03-19 21:13:29,822 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 208.2/208.2 kB 13.4 MB/s eta 0:00:00 2024-03-19 21:13:29,862 INFO Downloading xatlas-0.0.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (229 kB) 2024-03-19 21:13:29,882 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 24.0 MB/s eta 0:00:00 2024-03-19 21:13:29,883 INFO Using cached xxhash-3.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194 kB) 2024-03-19 21:13:29,922 INFO Downloading cffi-1.16.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (464 kB) 2024-03-19 21:13:29,963 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 464.8/464.8 kB 17.5 MB/s eta 0:00:00 2024-03-19 21:13:30,002 INFO Downloading contourpy-1.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (313 kB) 2024-03-19 21:13:30,022 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 313.4/313.4 kB 15.8 MB/s eta 0:00:00 2024-03-19 21:13:30,062 INFO Downloading cycler-0.12.1-py3-none-any.whl (8.3 kB) 2024-03-19 21:13:30,122 INFO Downloading fonttools-4.50.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB) 2024-03-19 21:13:30,362 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.9/4.9 MB 21.6 MB/s eta 0:00:00 2024-03-19 21:13:30,363 INFO Using cached jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB) 2024-03-19 21:13:30,402 INFO Downloading kiwisolver-1.4.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB) 2024-03-19 21:13:30,462 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 21.6 MB/s eta 0:00:00 2024-03-19 21:13:30,502 INFO Downloading ml_dtypes-0.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB) 2024-03-19 21:13:30,602 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 22.2 MB/s eta 0:00:00 2024-03-19 21:13:30,642 INFO Downloading pyparsing-3.1.2-py3-none-any.whl (103 kB) 2024-03-19 21:13:30,662 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 103.2/103.2 kB 10.1 MB/s eta 0:00:00 2024-03-19 21:13:30,702 INFO Downloading referencing-0.34.0-py3-none-any.whl (26 kB) 2024-03-19 21:13:30,703 INFO Using cached rpds_py-0.18.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB) 2024-03-19 21:13:30,762 INFO Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB) 2024-03-19 21:13:30,802 INFO Downloading anyio-4.3.0-py3-none-any.whl (85 kB) 2024-03-19 21:13:30,822 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.6/85.6 kB 8.8 MB/s eta 0:00:00 2024-03-19 21:13:30,842 INFO Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) 2024-03-19 21:13:30,902 INFO Downloading opt_einsum-3.3.0-py3-none-any.whl (65 kB) 2024-03-19 21:13:30,902 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.5/65.5 kB 7.1 MB/s eta 0:00:00 2024-03-19 21:13:30,942 INFO Downloading portalocker-2.8.2-py3-none-any.whl (17 kB) 2024-03-19 21:13:30,962 INFO Using cached h11-0.14.0-py3-none-any.whl (58 kB) 2024-03-19 21:13:30,962 INFO Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) 2024-03-19 21:13:31,882 INFO Building wheels for collected packages: svglib, fvcore, antlr4-python3-runtime, iopath, pycollada 2024-03-19 21:13:31,882 INFO Building wheel for svglib (pyproject.toml): started 2024-03-19 21:13:32,042 INFO Building wheel for svglib (pyproject.toml): finished with status 'done' 2024-03-19 21:13:32,042 INFO Created wheel for svglib: filename=svglib-1.5.1-py3-none-any.whl size=30901 sha256=10de6c468fb2b3653ed6d77382bfe12635a685dc43320e01f98faa5b2a3351f8 2024-03-19 21:13:32,042 INFO Stored in directory: /home/cho/.cache/pip/wheels/7e/01/0e/e6e336915d6e8448890a695770ba88fe030cc71060988016f6 2024-03-19 21:13:32,042 INFO Building wheel for fvcore (pyproject.toml): started 2024-03-19 21:13:32,201 INFO Building wheel for fvcore (pyproject.toml): finished with status 'done' 2024-03-19 21:13:32,202 INFO Created wheel for fvcore: filename=fvcore-0.1.5.post20221221-py3-none-any.whl size=61400 sha256=94e4efd0b6377920a067231a39621378f3320e7571f70fd8651576b8186c3edf 2024-03-19 21:13:32,202 INFO Stored in directory: /home/cho/.cache/pip/wheels/65/71/95/3b8fde5c65c6e4a806e0867c1651dcc71a1cb2f3430e8f355f 2024-03-19 21:13:32,222 INFO Building wheel for antlr4-python3-runtime (pyproject.toml): started 2024-03-19 21:13:32,401 INFO Building wheel for antlr4-python3-runtime (pyproject.toml): finished with status 'done' 2024-03-19 21:13:32,402 INFO Created wheel for antlr4-python3-runtime: filename=antlr4_python3_runtime-4.9.3-py3-none-any.whl size=144554 sha256=2854e14e038e7646ff9c96c78649a7970b6ea9fa115962e492ca2002d086c5c8 2024-03-19 21:13:32,402 INFO Stored in directory: /home/cho/.cache/pip/wheels/1a/97/32/461f837398029ad76911109f07047fde1d7b661a147c7c56d1 2024-03-19 21:13:32,402 INFO Building wheel for iopath (pyproject.toml): started 2024-03-19 21:13:32,542 INFO Building wheel for iopath (pyproject.toml): finished with status 'done' 2024-03-19 21:13:32,542 INFO Created wheel for iopath: filename=iopath-0.1.10-py3-none-any.whl size=31532 sha256=96e99481ad739aa0f275d0009c8652f711e8992f8cf6bc0a30c1c80e60975b62 2024-03-19 21:13:32,542 INFO Stored in directory: /home/cho/.cache/pip/wheels/ba/5e/16/6117f8fe7e9c0c161a795e10d94645ebcf301ccbd01f66d8ec 2024-03-19 21:13:32,542 INFO Building wheel for pycollada (pyproject.toml): started 2024-03-19 21:13:32,722 INFO Building wheel for pycollada (pyproject.toml): finished with status 'done' 2024-03-19 21:13:32,722 INFO Created wheel for pycollada: filename=pycollada-0.8-py3-none-any.whl size=127515 sha256=7d40515a576f4fee76038648518f7eab335ffd93cddbe87acb2e2a76065d8207 2024-03-19 21:13:32,722 INFO Stored in directory: /home/cho/.cache/pip/wheels/72/f0/6c/2fd64355f3a11cb6673fd92e0417c5ed5bf37a796d9c180562 2024-03-19 21:13:32,722 INFO Successfully built svglib fvcore antlr4-python3-runtime iopath pycollada 2024-03-19 21:13:33,602 INFO Installing collected packages: webencodings, wcwidth, flatbuffers, antlr4-python3-runtime, addict, zipp, yacs, xxhash, xatlas, vhacdx, typing-extensions, trimesh, tomli, tinycss2, tifffile, threadpoolctl, termcolor, tabulate, svg.path, sniffio, six, shapely, rtree, rpds-py, pyparsing, pycparser, protobuf, portalocker, platformdirs, opt-einsum, opencv-python-headless, opencv-python, opencv-contrib-python, omegaconf, ml-dtypes, mapbox-earcut, lxml, lazy_loader, kiwisolver, joblib, imageio, h11, ftfy, fonttools, embreex, cycler, contourpy, colorlog, chardet, absl-py, scikit-learn, scikit-image, reportlab, referencing, python-dateutil, jaxlib, jax, iopath, importlib_metadata, httpcore, cssselect2, CFFI, anyio, yapf, svglib, sounddevice, pycollada, matplotlib, jsonschema-specifications, httpx, fvcore, albumentations, mediapipe, jsonschema 2024-03-19 21:13:33,802 INFO Attempting uninstall: typing-extensions 2024-03-19 21:13:33,822 INFO Found existing installation: typing_extensions 4.8.0 2024-03-19 21:13:33,822 INFO Uninstalling typing_extensions-4.8.0: 2024-03-19 21:13:33,922 INFO Successfully uninstalled typing_extensions-4.8.0 2024-03-19 21:13:47,961 INFO Successfully installed CFFI-1.16.0 absl-py-2.1.0 addict-2.4.0 albumentations-1.4.2 antlr4-python3-runtime-4.9.3 anyio-4.3.0 chardet-5.2.0 colorlog-6.8.2 contourpy-1.2.0 cssselect2-0.7.0 cycler-0.12.1 embreex-2.17.7.post4 flatbuffers-24.3.7 fonttools-4.50.0 ftfy-6.2.0 fvcore-0.1.5.post20221221 h11-0.14.0 httpcore-1.0.4 httpx-0.27.0 imageio-2.34.0 importlib_metadata-7.0.2 iopath-0.1.10 jax-0.4.25 jaxlib-0.4.25 joblib-1.3.2 jsonschema-4.21.1 jsonschema-specifications-2023.12.1 kiwisolver-1.4.5 lazy_loader-0.3 lxml-5.1.0 mapbox-earcut-1.0.1 matplotlib-3.8.3 mediapipe-0.10.11 ml-dtypes-0.3.2 omegaconf-2.3.0 opencv-contrib-python-4.9.0.80 opencv-python-4.9.0.80 opencv-python-headless-4.9.0.80 opt-einsum-3.3.0 platformdirs-4.2.0 portalocker-2.8.2 protobuf-3.20.3 pycollada-0.8 pycparser-2.21 pyparsing-3.1.2 python-dateutil-2.9.0.post0 referencing-0.34.0 reportlab-4.1.0 rpds-py-0.18.0 rtree-1.2.0 scikit-image-0.22.0 scikit-learn-1.4.1.post1 shapely-2.0.3 six-1.16.0 sniffio-1.3.1 sounddevice-0.4.6 svg.path-6.3 svglib-1.5.1 tabulate-0.9.0 termcolor-2.4.0 threadpoolctl-3.3.0 tifffile-2024.2.12 tinycss2-1.2.1 tomli-2.0.1 trimesh-4.2.0 typing-extensions-4.10.0 vhacdx-0.0.6 wcwidth-0.2.13 webencodings-0.5.1 xatlas-0.0.9 xxhash-3.4.1 yacs-0.1.8 yapf-0.40.2 zipp-3.18.1 2024-03-19 21:13:48,602 INFO Finished installing ControlNet Preprocessors 2024-03-19 21:13:48,603 INFO Downloading https://github.com/cubiq/ComfyUI_IPAdapter_plus/archive/46241f3ba5401f076f8d90c2aa85f2194910e1a9.zip to /home/cho/.local/share/krita/ai_diffusion/server/.cache/ComfyUI_IPAdapter_plus-46241f3ba5401f076f8d90c2aa85f2194910e1a9.zip 2024-03-19 21:13:49,244 INFO Extracting /home/cho/.local/share/krita/ai_diffusion/server/.cache/ComfyUI_IPAdapter_plus-46241f3ba5401f076f8d90c2aa85f2194910e1a9.zip to /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes 2024-03-19 21:13:49,289 INFO Finished installing IP-Adapter 2024-03-19 21:13:49,289 INFO Downloading https://github.com/Acly/krita-ai-diffusion/releases/download/v0.1.0/ComfyUI_UltimateSDUpscale-6ea48202a76ccf5904ddfa85f826efa80dd50520-repack.zip to /home/cho/.local/share/krita/ai_diffusion/server/.cache/ComfyUI_UltimateSDUpscale-6ea48202a76ccf5904ddfa85f826efa80dd50520.zip 2024-03-19 21:13:50,115 INFO Extracting /home/cho/.local/share/krita/ai_diffusion/server/.cache/ComfyUI_UltimateSDUpscale-6ea48202a76ccf5904ddfa85f826efa80dd50520.zip to /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes 2024-03-19 21:13:50,135 INFO Finished installing Ultimate SD Upscale 2024-03-19 21:13:50,136 INFO Downloading https://github.com/Acly/comfyui-tooling-nodes/archive/69143ec68fd330309703c57a0284a803f0d6bf0b.zip to /home/cho/.local/share/krita/ai_diffusion/server/.cache/comfyui-tooling-nodes-69143ec68fd330309703c57a0284a803f0d6bf0b.zip 2024-03-19 21:13:50,575 INFO Extracting /home/cho/.local/share/krita/ai_diffusion/server/.cache/comfyui-tooling-nodes-69143ec68fd330309703c57a0284a803f0d6bf0b.zip to /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes 2024-03-19 21:13:50,587 INFO Finished installing External Tooling Nodes 2024-03-19 21:13:50,588 INFO Downloading https://github.com/Acly/comfyui-inpaint-nodes/archive/54493635e83539bfa1caaf08564a618bc3567878.zip to /home/cho/.local/share/krita/ai_diffusion/server/.cache/comfyui-inpaint-nodes-54493635e83539bfa1caaf08564a618bc3567878.zip 2024-03-19 21:13:51,214 INFO Extracting /home/cho/.local/share/krita/ai_diffusion/server/.cache/comfyui-inpaint-nodes-54493635e83539bfa1caaf08564a618bc3567878.zip to /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes 2024-03-19 21:13:51,256 INFO Finished installing Inpaint Nodes 2024-03-19 21:13:51,256 INFO Installation finished in /home/cho/.local/share/krita/ai_diffusion/server 2024-03-19 21:13:51,257 INFO Found server installation v1.14.0 at /home/cho/.local/share/krita/ai_diffusion/server 2024-03-19 21:13:51,259 INFO Downloading https://huggingface.co/h94/IP-Adapter/resolve/main/models/image_encoder/model.safetensors to /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/models/clip_vision/SD1.5/model.safetensors 2024-03-19 21:15:39,121 INFO Downloading https://huggingface.co/gemasai/4x_NMKD-Superscale-SP_178000_G/resolve/main/4x_NMKD-Superscale-SP_178000_G.pth to /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/models/upscale_models/4x_NMKD-Superscale-SP_178000_G.pth 2024-03-19 21:15:42,102 INFO Downloading https://huggingface.co/Acly/Omni-SR/resolve/main/OmniSR_X2_DIV2K.safetensors to /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/models/upscale_models/OmniSR_X2_DIV2K.safetensors 2024-03-19 21:15:42,601 INFO Downloading https://huggingface.co/Acly/Omni-SR/resolve/main/OmniSR_X3_DIV2K.safetensors to /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/models/upscale_models/OmniSR_X3_DIV2K.safetensors 2024-03-19 21:15:42,882 INFO Downloading https://huggingface.co/Acly/Omni-SR/resolve/main/OmniSR_X4_DIV2K.safetensors to /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/models/upscale_models/OmniSR_X4_DIV2K.safetensors 2024-03-19 21:15:43,162 INFO Downloading https://huggingface.co/Acly/MAT/resolve/main/MAT_Places512_G_fp16.safetensors to /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/models/inpaint/MAT_Places512_G_fp16.safetensors 2024-03-19 21:15:48,282 INFO Found server installation v1.14.0 at /home/cho/.local/share/krita/ai_diffusion/server 2024-03-19 21:15:48,285 INFO Downloading https://huggingface.co/h94/IP-Adapter/resolve/main/sdxl_models/ip-adapter_sdxl_vit-h.safetensors to /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/models/ipadapter/ip-adapter_sdxl_vit-h.safetensors 2024-03-19 21:16:16,222 INFO Downloading https://huggingface.co/latent-consistency/lcm-lora-sdxl/resolve/main/pytorch_lora_weights.safetensors to /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/models/loras/lcm-lora-sdxl.safetensors 2024-03-19 21:16:32,084 INFO Downloading https://huggingface.co/lllyasviel/fooocus_inpaint/resolve/main/fooocus_inpaint_head.pth to /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/models/inpaint/fooocus_inpaint_head.pth 2024-03-19 21:16:32,304 INFO Downloading https://huggingface.co/lllyasviel/fooocus_inpaint/resolve/main/inpaint_v26.fooocus.patch to /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/models/inpaint/inpaint_v26.fooocus.patch 2024-03-19 21:17:25,366 INFO Downloading https://huggingface.co/lllyasviel/fav_models/resolve/main/fav/juggernautXL_version6Rundiffusion.safetensors to /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/models/checkpoints/juggernautXL_version6Rundiffusion.safetensors 2024-03-19 21:22:28,377 INFO Downloading https://huggingface.co/Acly/hat/resolve/main/HAT_SRx4_ImageNet-pretrain.pth to /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/models/upscale_models/HAT_SRx4_ImageNet-pretrain.pth 2024-03-19 21:22:32,776 INFO Downloading https://huggingface.co/Acly/hat/resolve/main/Real_HAT_GAN_sharper.pth to /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/models/upscale_models/Real_HAT_GAN_sharper.pth 2024-03-19 21:22:40,497 INFO Downloading https://huggingface.co/lllyasviel/sd_control_collection/resolve/main/sai_xl_sketch_256lora.safetensors to /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/models/controlnet/sai_xl_sketch_256lora.safetensors 2024-03-19 21:23:13,557 INFO Downloading https://huggingface.co/lllyasviel/sd_control_collection/resolve/main/sai_xl_canny_256lora.safetensors to /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/models/controlnet/sai_xl_canny_256lora.safetensors 2024-03-19 21:23:46,855 INFO Downloading https://huggingface.co/lllyasviel/sd_control_collection/resolve/main/sai_xl_depth_256lora.safetensors to /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/models/controlnet/sai_xl_depth_256lora.safetensors 2024-03-19 21:24:20,376 INFO Downloading https://huggingface.co/lllyasviel/sd_control_collection/resolve/main/thibaud_xl_openpose_256lora.safetensors to /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/models/controlnet/thibaud_xl_openpose_256lora.safetensors 2024-03-19 21:24:54,395 INFO Executing /home/cho/.local/share/krita/ai_diffusion/server/venv/bin/python -su -m pip install onnxruntime 2024-03-19 21:24:55,314 INFO Collecting onnxruntime 2024-03-19 21:24:55,495 INFO Downloading onnxruntime-1.17.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (4.3 kB) 2024-03-19 21:24:55,574 INFO Collecting coloredlogs (from onnxruntime) 2024-03-19 21:24:55,614 INFO Downloading coloredlogs-15.0.1-py2.py3-none-any.whl.metadata (12 kB) 2024-03-19 21:24:55,634 INFO Requirement already satisfied: flatbuffers in ./venv/lib/python3.11/site-packages (from onnxruntime) (24.3.7) 2024-03-19 21:24:55,654 INFO Requirement already satisfied: numpy>=1.24.2 in ./venv/lib/python3.11/site-packages (from onnxruntime) (1.26.3) 2024-03-19 21:24:55,654 INFO Requirement already satisfied: packaging in ./venv/lib/python3.11/site-packages (from onnxruntime) (24.0) 2024-03-19 21:24:55,655 INFO Requirement already satisfied: protobuf in ./venv/lib/python3.11/site-packages (from onnxruntime) (3.20.3) 2024-03-19 21:24:55,655 INFO Requirement already satisfied: sympy in ./venv/lib/python3.11/site-packages (from onnxruntime) (1.12) 2024-03-19 21:24:55,754 INFO Collecting humanfriendly>=9.1 (from coloredlogs->onnxruntime) 2024-03-19 21:24:55,794 INFO Downloading humanfriendly-10.0-py2.py3-none-any.whl.metadata (9.2 kB) 2024-03-19 21:24:55,815 INFO Requirement already satisfied: mpmath>=0.19 in ./venv/lib/python3.11/site-packages (from sympy->onnxruntime) (1.3.0) 2024-03-19 21:24:55,854 INFO Downloading onnxruntime-1.17.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.8 MB) 2024-03-19 21:24:56,394 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.8/6.8 MB 12.5 MB/s eta 0:00:00 2024-03-19 21:24:56,434 INFO Downloading coloredlogs-15.0.1-py2.py3-none-any.whl (46 kB) 2024-03-19 21:24:56,514 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.0/46.0 kB 420.0 kB/s eta 0:00:00 2024-03-19 21:24:56,554 INFO Downloading humanfriendly-10.0-py2.py3-none-any.whl (86 kB) 2024-03-19 21:24:56,615 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 86.8/86.8 kB 1.6 MB/s eta 0:00:00 2024-03-19 21:24:57,735 INFO Installing collected packages: humanfriendly, coloredlogs, onnxruntime 2024-03-19 21:24:58,634 INFO Successfully installed coloredlogs-15.0.1 humanfriendly-10.0 onnxruntime-1.17.1 2024-03-19 21:24:58,855 INFO Executing /home/cho/.local/share/krita/ai_diffusion/server/venv/bin/python -su -m pip install insightface 2024-03-19 21:24:59,555 INFO Collecting insightface 2024-03-19 21:24:59,695 INFO Downloading insightface-0.7.3.tar.gz (439 kB) 2024-03-19 21:25:00,055 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 439.5/439.5 kB 1.3 MB/s eta 0:00:00 2024-03-19 21:25:00,094 INFO Installing build dependencies: started 2024-03-19 21:25:09,174 INFO Installing build dependencies: finished with status 'done' 2024-03-19 21:25:09,174 INFO Getting requirements to build wheel: started 2024-03-19 21:25:10,135 INFO Getting requirements to build wheel: finished with status 'done' 2024-03-19 21:25:10,135 INFO Installing backend dependencies: started 2024-03-19 21:25:11,975 INFO Installing backend dependencies: finished with status 'done' 2024-03-19 21:25:11,975 INFO Preparing metadata (pyproject.toml): started 2024-03-19 21:25:12,435 INFO Preparing metadata (pyproject.toml): finished with status 'done' 2024-03-19 21:25:12,455 INFO Requirement already satisfied: numpy in ./venv/lib/python3.11/site-packages (from insightface) (1.26.3) 2024-03-19 21:25:12,594 INFO Collecting onnx (from insightface) 2024-03-19 21:25:12,614 INFO Downloading onnx-1.15.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (15 kB) 2024-03-19 21:25:12,655 INFO Requirement already satisfied: tqdm in ./venv/lib/python3.11/site-packages (from insightface) (4.66.2) 2024-03-19 21:25:12,655 INFO Requirement already satisfied: requests in ./venv/lib/python3.11/site-packages (from insightface) (2.31.0) 2024-03-19 21:25:12,655 INFO Requirement already satisfied: matplotlib in ./venv/lib/python3.11/site-packages (from insightface) (3.8.3) 2024-03-19 21:25:12,655 INFO Requirement already satisfied: Pillow in ./venv/lib/python3.11/site-packages (from insightface) (10.2.0) 2024-03-19 21:25:12,655 INFO Requirement already satisfied: scipy in ./venv/lib/python3.11/site-packages (from insightface) (1.12.0) 2024-03-19 21:25:12,655 INFO Requirement already satisfied: scikit-learn in ./venv/lib/python3.11/site-packages (from insightface) (1.4.1.post1) 2024-03-19 21:25:12,655 INFO Requirement already satisfied: scikit-image in ./venv/lib/python3.11/site-packages (from insightface) (0.22.0) 2024-03-19 21:25:12,694 INFO Collecting easydict (from insightface) 2024-03-19 21:25:12,734 INFO Downloading easydict-1.13-py3-none-any.whl.metadata (4.2 kB) 2024-03-19 21:25:13,054 INFO Collecting cython (from insightface) 2024-03-19 21:25:13,054 INFO Using cached Cython-3.0.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.2 kB) 2024-03-19 21:25:13,055 INFO Requirement already satisfied: albumentations in ./venv/lib/python3.11/site-packages (from insightface) (1.4.2) 2024-03-19 21:25:13,115 INFO Collecting prettytable (from insightface) 2024-03-19 21:25:13,154 INFO Downloading prettytable-3.10.0-py3-none-any.whl.metadata (30 kB) 2024-03-19 21:25:13,195 INFO Requirement already satisfied: PyYAML in ./venv/lib/python3.11/site-packages (from albumentations->insightface) (6.0.1) 2024-03-19 21:25:13,195 INFO Requirement already satisfied: typing-extensions>=4.9.0 in ./venv/lib/python3.11/site-packages (from albumentations->insightface) (4.10.0) 2024-03-19 21:25:13,195 INFO Requirement already satisfied: opencv-python-headless>=4.9.0 in ./venv/lib/python3.11/site-packages (from albumentations->insightface) (4.9.0.80) 2024-03-19 21:25:13,255 INFO Requirement already satisfied: networkx>=2.8 in ./venv/lib/python3.11/site-packages (from scikit-image->insightface) (3.2.1) 2024-03-19 21:25:13,255 INFO Requirement already satisfied: imageio>=2.27 in ./venv/lib/python3.11/site-packages (from scikit-image->insightface) (2.34.0) 2024-03-19 21:25:13,255 INFO Requirement already satisfied: tifffile>=2022.8.12 in ./venv/lib/python3.11/site-packages (from scikit-image->insightface) (2024.2.12) 2024-03-19 21:25:13,255 INFO Requirement already satisfied: packaging>=21 in ./venv/lib/python3.11/site-packages (from scikit-image->insightface) (24.0) 2024-03-19 21:25:13,255 INFO Requirement already satisfied: lazy_loader>=0.3 in ./venv/lib/python3.11/site-packages (from scikit-image->insightface) (0.3) 2024-03-19 21:25:13,335 INFO Requirement already satisfied: joblib>=1.2.0 in ./venv/lib/python3.11/site-packages (from scikit-learn->insightface) (1.3.2) 2024-03-19 21:25:13,335 INFO Requirement already satisfied: threadpoolctl>=2.0.0 in ./venv/lib/python3.11/site-packages (from scikit-learn->insightface) (3.3.0) 2024-03-19 21:25:13,355 INFO Requirement already satisfied: contourpy>=1.0.1 in ./venv/lib/python3.11/site-packages (from matplotlib->insightface) (1.2.0) 2024-03-19 21:25:13,375 INFO Requirement already satisfied: cycler>=0.10 in ./venv/lib/python3.11/site-packages (from matplotlib->insightface) (0.12.1) 2024-03-19 21:25:13,375 INFO Requirement already satisfied: fonttools>=4.22.0 in ./venv/lib/python3.11/site-packages (from matplotlib->insightface) (4.50.0) 2024-03-19 21:25:13,375 INFO Requirement already satisfied: kiwisolver>=1.3.1 in ./venv/lib/python3.11/site-packages (from matplotlib->insightface) (1.4.5) 2024-03-19 21:25:13,375 INFO Requirement already satisfied: pyparsing>=2.3.1 in ./venv/lib/python3.11/site-packages (from matplotlib->insightface) (3.1.2) 2024-03-19 21:25:13,375 INFO Requirement already satisfied: python-dateutil>=2.7 in ./venv/lib/python3.11/site-packages (from matplotlib->insightface) (2.9.0.post0) 2024-03-19 21:25:13,375 INFO Requirement already satisfied: protobuf>=3.20.2 in ./venv/lib/python3.11/site-packages (from onnx->insightface) (3.20.3) 2024-03-19 21:25:13,395 INFO Requirement already satisfied: wcwidth in ./venv/lib/python3.11/site-packages (from prettytable->insightface) (0.2.13) 2024-03-19 21:25:13,395 INFO Requirement already satisfied: charset-normalizer<4,>=2 in ./venv/lib/python3.11/site-packages (from requests->insightface) (3.3.2) 2024-03-19 21:25:13,395 INFO Requirement already satisfied: idna<4,>=2.5 in ./venv/lib/python3.11/site-packages (from requests->insightface) (3.6) 2024-03-19 21:25:13,395 INFO Requirement already satisfied: urllib3<3,>=1.21.1 in ./venv/lib/python3.11/site-packages (from requests->insightface) (2.2.1) 2024-03-19 21:25:13,395 INFO Requirement already satisfied: certifi>=2017.4.17 in ./venv/lib/python3.11/site-packages (from requests->insightface) (2024.2.2) 2024-03-19 21:25:13,534 INFO Requirement already satisfied: six>=1.5 in ./venv/lib/python3.11/site-packages (from python-dateutil>=2.7->matplotlib->insightface) (1.16.0) 2024-03-19 21:25:13,575 INFO Using cached Cython-3.0.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2024-03-19 21:25:13,615 INFO Downloading easydict-1.13-py3-none-any.whl (6.8 kB) 2024-03-19 21:25:13,674 INFO Downloading onnx-1.15.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (15.7 MB) 2024-03-19 21:25:45,292 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.7/15.7 MB 400.9 kB/s eta 0:00:00 2024-03-19 21:25:45,331 INFO Downloading prettytable-3.10.0-py3-none-any.whl (28 kB) 2024-03-19 21:25:46,052 ERROR Error during installation: ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/tmp/pip-unpack-78jaue5s/Cython-3.0.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl'

Traceback (most recent call last): File "/home/cho/.local/share/krita/pykrita/ai_diffusion/server.py", line 298, in download await self._install_requirements(resource.requirements, network, cb) File "/home/cho/.local/share/krita/pykrita/ai_diffusion/server.py", line 239, in _install_requirements await self._install_insightface(network, cb) File "/home/cho/.local/share/krita/pykrita/ai_diffusion/server.py", line 233, in _install_insightface await _execute_process("FaceID", self._pip_install("insightface"), self.path, cb) File "/home/cho/.local/share/krita/pykrita/ai_diffusion/server.py", line 552, in _execute_process raise Exception(f"Error during installation: {errlog}") Exception: Error during installation: ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/tmp/pip-unpack-78jaue5s/Cython-3.0.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl' 2024-03-19 21:25:46,057 INFO Found server installation v1.14.0 at /home/cho/.local/share/krita/ai_diffusion/server

Copilot has suggested that i should install Python 3.11.8 as it appears in the error and to check for rpds-py, contourpy, cycler and fonttools. All of them were present and i have installed Python 3.11.8 through Pyenv and set it as default.

The problem remained that is the last error log outpout i've got:

2024-03-19 21:36:51,376 INFO Extension initialized, Version: 1.15.0, Python: 3.10.7 (main, Nov 29 2023, 15:11:32) [GCC 11.4.0] 2024-03-19 21:36:52,531 INFO Connecting to http://127.0.0.1:8188 2024-03-19 21:37:18,955 INFO Installation started in /home/cho/.local/share/krita/ai_diffusion/server 2024-03-19 21:37:18,963 INFO Creating venv in /home/cho/.local/share/krita/ai_diffusion/server/venv 2024-03-19 21:37:18,963 INFO Executing /usr/bin/python3.11 -m venv venv 2024-03-19 21:37:21,994 INFO Using Python: Python 3.11.8, /home/cho/.local/share/krita/ai_diffusion/server/venv/bin/python3 2024-03-19 21:37:22,354 INFO Using pip: pip 24.0 from /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages/pip (python 3.11) 2024-03-19 21:37:22,356 INFO Downloading https://github.com/comfyanonymous/ComfyUI/archive/236bda26830d719843ba9b5703894297f67f6704.zip to /home/cho/.local/share/krita/ai_diffusion/server/.cache/ComfyUI-236bda26830d719843ba9b5703894297f67f6704.zip 2024-03-19 21:37:23,290 INFO Extracting /home/cho/.local/share/krita/ai_diffusion/server/.cache/ComfyUI-236bda26830d719843ba9b5703894297f67f6704.zip to /home/cho/.local/share/krita/ai_diffusion/server 2024-03-19 21:37:23,378 INFO Executing /home/cho/.local/share/krita/ai_diffusion/server/venv/bin/python3 -su -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121 2024-03-19 21:37:23,758 INFO Looking in indexes: https://download.pytorch.org/whl/cu121 2024-03-19 21:37:24,697 INFO Collecting torch 2024-03-19 21:37:24,738 INFO Downloading https://download.pytorch.org/whl/cu121/torch-2.2.1%2Bcu121-cp311-cp311-linux_x86_64.whl (757.3 MB) 2024-03-19 21:37:57,537 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 757.3/757.3 MB 3.2 MB/s eta 0:00:00 2024-03-19 21:38:00,018 INFO Collecting torchvision 2024-03-19 21:38:00,317 INFO Downloading https://download.pytorch.org/whl/cu121/torchvision-0.17.1%2Bcu121-cp311-cp311-linux_x86_64.whl (7.0 MB) 2024-03-19 21:38:00,617 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.0/7.0 MB 23.3 MB/s eta 0:00:00 2024-03-19 21:38:01,378 INFO Collecting torchaudio 2024-03-19 21:38:01,657 INFO Downloading https://download.pytorch.org/whl/cu121/torchaudio-2.2.1%2Bcu121-cp311-cp311-linux_x86_64.whl (3.4 MB) 2024-03-19 21:38:01,857 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 17.8 MB/s eta 0:00:00 2024-03-19 21:38:02,517 INFO Collecting filelock (from torch) 2024-03-19 21:38:02,537 INFO Downloading https://download.pytorch.org/whl/filelock-3.9.0-py3-none-any.whl (9.7 kB) 2024-03-19 21:38:03,257 INFO Collecting typing-extensions>=4.8.0 (from torch) 2024-03-19 21:38:03,278 INFO Downloading https://download.pytorch.org/whl/typing_extensions-4.8.0-py3-none-any.whl (31 kB) 2024-03-19 21:38:03,898 INFO Collecting sympy (from torch) 2024-03-19 21:38:03,937 INFO Downloading https://download.pytorch.org/whl/sympy-1.12-py3-none-any.whl (5.7 MB) 2024-03-19 21:38:04,177 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.7/5.7 MB 22.7 MB/s eta 0:00:00 2024-03-19 21:38:04,797 INFO Collecting networkx (from torch) 2024-03-19 21:38:04,837 INFO Downloading https://download.pytorch.org/whl/networkx-3.2.1-py3-none-any.whl (1.6 MB) 2024-03-19 21:38:04,917 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 22.1 MB/s eta 0:00:00 2024-03-19 21:38:05,537 INFO Collecting jinja2 (from torch) 2024-03-19 21:38:05,558 INFO Downloading https://download.pytorch.org/whl/Jinja2-3.1.2-py3-none-any.whl (133 kB) 2024-03-19 21:38:05,578 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 kB 8.3 MB/s eta 0:00:00 2024-03-19 21:38:06,198 INFO Collecting fsspec (from torch) 2024-03-19 21:38:06,237 INFO Downloading https://download.pytorch.org/whl/fsspec-2023.4.0-py3-none-any.whl (153 kB) 2024-03-19 21:38:06,257 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 154.0/154.0 kB 9.1 MB/s eta 0:00:00 2024-03-19 21:38:06,758 INFO Collecting nvidia-cuda-nvrtc-cu12==12.1.105 (from torch) 2024-03-19 21:38:06,777 INFO Downloading https://download.pytorch.org/whl/cu121/nvidia_cuda_nvrtc_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (23.7 MB) 2024-03-19 21:38:07,797 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.7/23.7 MB 20.6 MB/s eta 0:00:00 2024-03-19 21:38:08,337 INFO Collecting nvidia-cuda-runtime-cu12==12.1.105 (from torch) 2024-03-19 21:38:08,377 INFO Downloading https://download.pytorch.org/whl/cu121/nvidia_cuda_runtime_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (823 kB) 2024-03-19 21:38:08,418 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 823.6/823.6 kB 20.8 MB/s eta 0:00:00 2024-03-19 21:38:08,917 INFO Collecting nvidia-cuda-cupti-cu12==12.1.105 (from torch) 2024-03-19 21:38:08,937 INFO Downloading https://download.pytorch.org/whl/cu121/nvidia_cuda_cupti_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (14.1 MB) 2024-03-19 21:38:09,537 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.1/14.1 MB 22.7 MB/s eta 0:00:00 2024-03-19 21:38:10,077 INFO Collecting nvidia-cudnn-cu12==8.9.2.26 (from torch) 2024-03-19 21:38:10,098 INFO Downloading https://download.pytorch.org/whl/cu121/nvidia_cudnn_cu12-8.9.2.26-py3-none-manylinux1_x86_64.whl (731.7 MB) 2024-03-19 21:38:41,697 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 731.7/731.7 MB 3.3 MB/s eta 0:00:00 2024-03-19 21:38:44,178 INFO Collecting nvidia-cublas-cu12==12.1.3.1 (from torch) 2024-03-19 21:38:44,197 INFO Downloading https://download.pytorch.org/whl/cu121/nvidia_cublas_cu12-12.1.3.1-py3-none-manylinux1_x86_64.whl (410.6 MB) 2024-03-19 21:39:01,877 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 410.6/410.6 MB 5.7 MB/s eta 0:00:00 2024-03-19 21:39:03,317 INFO Collecting nvidia-cufft-cu12==11.0.2.54 (from torch) 2024-03-19 21:39:03,337 INFO Downloading https://download.pytorch.org/whl/cu121/nvidia_cufft_cu12-11.0.2.54-py3-none-manylinux1_x86_64.whl (121.6 MB) 2024-03-19 21:39:08,437 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.6/121.6 MB 12.6 MB/s eta 0:00:00 2024-03-19 21:39:09,197 INFO Collecting nvidia-curand-cu12==10.3.2.106 (from torch) 2024-03-19 21:39:09,237 INFO Downloading https://download.pytorch.org/whl/cu121/nvidia_curand_cu12-10.3.2.106-py3-none-manylinux1_x86_64.whl (56.5 MB) 2024-03-19 21:39:11,618 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.5/56.5 MB 18.5 MB/s eta 0:00:00 2024-03-19 21:39:12,317 INFO Collecting nvidia-cusolver-cu12==11.4.5.107 (from torch) 2024-03-19 21:39:12,338 INFO Downloading https://download.pytorch.org/whl/cu121/nvidia_cusolver_cu12-11.4.5.107-py3-none-manylinux1_x86_64.whl (124.2 MB) 2024-03-19 21:39:17,597 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 124.2/124.2 MB 12.4 MB/s eta 0:00:00 2024-03-19 21:39:18,338 INFO Collecting nvidia-cusparse-cu12==12.1.0.106 (from torch) 2024-03-19 21:39:18,357 INFO Downloading https://download.pytorch.org/whl/cu121/nvidia_cusparse_cu12-12.1.0.106-py3-none-manylinux1_x86_64.whl (196.0 MB) 2024-03-19 21:39:26,538 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 196.0/196.0 MB 10.0 MB/s eta 0:00:00 2024-03-19 21:39:27,438 INFO Collecting nvidia-nccl-cu12==2.19.3 (from torch) 2024-03-19 21:39:27,477 INFO Downloading https://download.pytorch.org/whl/cu121/nvidia_nccl_cu12-2.19.3-py3-none-manylinux1_x86_64.whl (166.0 MB) 2024-03-19 21:39:34,957 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 166.0/166.0 MB 10.2 MB/s eta 0:00:00 2024-03-19 21:39:35,837 INFO Collecting nvidia-nvtx-cu12==12.1.105 (from torch) 2024-03-19 21:39:35,857 INFO Downloading https://download.pytorch.org/whl/cu121/nvidia_nvtx_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (99 kB) 2024-03-19 21:39:35,858 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.1/99.1 kB 20.0 MB/s eta 0:00:00 2024-03-19 21:39:36,337 INFO Collecting triton==2.2.0 (from torch) 2024-03-19 21:39:36,358 INFO Downloading https://download.pytorch.org/whl/triton-2.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (167.9 MB) 2024-03-19 21:39:43,597 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 167.9/167.9 MB 11.4 MB/s eta 0:00:00 2024-03-19 21:39:44,438 INFO Collecting nvidia-nvjitlink-cu12 (from nvidia-cusolver-cu12==11.4.5.107->torch) 2024-03-19 21:39:44,458 INFO Downloading https://download.pytorch.org/whl/cu121/nvidia_nvjitlink_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (19.8 MB) 2024-03-19 21:39:45,498 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.8/19.8 MB 16.7 MB/s eta 0:00:00 2024-03-19 21:39:46,057 INFO Collecting numpy (from torchvision) 2024-03-19 21:39:46,078 INFO Downloading https://download.pytorch.org/whl/numpy-1.26.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.3 MB) 2024-03-19 21:39:46,917 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.3/18.3 MB 19.6 MB/s eta 0:00:00 2024-03-19 21:39:47,477 INFO Collecting pillow!=8.3.*,>=5.3.0 (from torchvision) 2024-03-19 21:39:47,497 INFO Downloading https://download.pytorch.org/whl/pillow-10.2.0-cp311-cp311-manylinux_2_28_x86_64.whl (4.5 MB) 2024-03-19 21:39:47,697 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 23.2 MB/s eta 0:00:00 2024-03-19 21:39:48,357 INFO Collecting MarkupSafe>=2.0 (from jinja2->torch) 2024-03-19 21:39:48,377 INFO Downloading https://download.pytorch.org/whl/MarkupSafe-2.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (28 kB) 2024-03-19 21:39:49,017 INFO Collecting mpmath>=0.19 (from sympy->torch) 2024-03-19 21:39:49,038 INFO Downloading https://download.pytorch.org/whl/mpmath-1.3.0-py3-none-any.whl (536 kB) 2024-03-19 21:39:49,077 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 20.0 MB/s eta 0:00:00 2024-03-19 21:39:49,277 INFO Installing collected packages: mpmath, typing-extensions, sympy, pillow, nvidia-nvtx-cu12, nvidia-nvjitlink-cu12, nvidia-nccl-cu12, nvidia-curand-cu12, nvidia-cufft-cu12, nvidia-cuda-runtime-cu12, nvidia-cuda-nvrtc-cu12, nvidia-cuda-cupti-cu12, nvidia-cublas-cu12, numpy, networkx, MarkupSafe, fsspec, filelock, triton, nvidia-cusparse-cu12, nvidia-cudnn-cu12, jinja2, nvidia-cusolver-cu12, torch, torchvision, torchaudio 2024-03-19 21:40:30,017 INFO Successfully installed MarkupSafe-2.1.3 filelock-3.9.0 fsspec-2023.4.0 jinja2-3.1.2 mpmath-1.3.0 networkx-3.2.1 numpy-1.26.3 nvidia-cublas-cu12-12.1.3.1 nvidia-cuda-cupti-cu12-12.1.105 nvidia-cuda-nvrtc-cu12-12.1.105 nvidia-cuda-runtime-cu12-12.1.105 nvidia-cudnn-cu12-8.9.2.26 nvidia-cufft-cu12-11.0.2.54 nvidia-curand-cu12-10.3.2.106 nvidia-cusolver-cu12-11.4.5.107 nvidia-cusparse-cu12-12.1.0.106 nvidia-nccl-cu12-2.19.3 nvidia-nvjitlink-cu12-12.1.105 nvidia-nvtx-cu12-12.1.105 pillow-10.2.0 sympy-1.12 torch-2.2.1+cu121 torchaudio-2.2.1+cu121 torchvision-0.17.1+cu121 triton-2.2.0 typing-extensions-4.8.0 2024-03-19 21:40:30,538 INFO Executing /home/cho/.local/share/krita/ai_diffusion/server/venv/bin/python3 -su -m pip install -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt 2024-03-19 21:40:30,969 INFO Requirement already satisfied: torch in ./venv/lib/python3.11/site-packages (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) (2.2.1+cu121) 2024-03-19 21:40:31,129 INFO Collecting torchsde (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 2)) 2024-03-19 21:40:31,349 INFO Downloading torchsde-0.2.6-py3-none-any.whl.metadata (5.3 kB) 2024-03-19 21:40:31,369 INFO Requirement already satisfied: torchvision in ./venv/lib/python3.11/site-packages (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 3)) (0.17.1+cu121) 2024-03-19 21:40:31,409 INFO Collecting einops (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 4)) 2024-03-19 21:40:31,449 INFO Downloading einops-0.7.0-py3-none-any.whl.metadata (13 kB) 2024-03-19 21:40:31,649 INFO Collecting transformers>=4.25.1 (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 5)) 2024-03-19 21:40:31,688 INFO Downloading transformers-4.38.2-py3-none-any.whl.metadata (130 kB) 2024-03-19 21:40:31,769 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 130.7/130.7 kB 2.0 MB/s eta 0:00:00 2024-03-19 21:40:31,969 INFO Collecting safetensors>=0.3.0 (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 6)) 2024-03-19 21:40:32,009 INFO Downloading safetensors-0.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.8 kB) 2024-03-19 21:40:32,309 INFO Collecting aiohttp (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 7)) 2024-03-19 21:40:32,349 INFO Downloading aiohttp-3.9.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.4 kB) 2024-03-19 21:40:32,449 INFO Collecting pyyaml (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 8)) 2024-03-19 21:40:32,489 INFO Downloading PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) 2024-03-19 21:40:32,489 INFO Requirement already satisfied: Pillow in ./venv/lib/python3.11/site-packages (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 9)) (10.2.0) 2024-03-19 21:40:32,688 INFO Collecting scipy (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 10)) 2024-03-19 21:40:32,709 INFO Downloading scipy-1.12.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (60 kB) 2024-03-19 21:40:32,729 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.4/60.4 kB 8.7 MB/s eta 0:00:00 2024-03-19 21:40:32,848 INFO Collecting tqdm (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 11)) 2024-03-19 21:40:32,869 INFO Downloading tqdm-4.66.2-py3-none-any.whl.metadata (57 kB) 2024-03-19 21:40:32,889 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.6/57.6 kB 8.3 MB/s eta 0:00:00 2024-03-19 21:40:32,989 INFO Collecting psutil (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 12)) 2024-03-19 21:40:33,029 INFO Downloading psutil-5.9.8-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (21 kB) 2024-03-19 21:40:33,068 INFO Requirement already satisfied: filelock in ./venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) (3.9.0) 2024-03-19 21:40:33,069 INFO Requirement already satisfied: typing-extensions>=4.8.0 in ./venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) (4.8.0) 2024-03-19 21:40:33,069 INFO Requirement already satisfied: sympy in ./venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) (1.12) 2024-03-19 21:40:33,069 INFO Requirement already satisfied: networkx in ./venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) (3.2.1) 2024-03-19 21:40:33,069 INFO Requirement already satisfied: jinja2 in ./venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) (3.1.2) 2024-03-19 21:40:33,069 INFO Requirement already satisfied: fsspec in ./venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) (2023.4.0) 2024-03-19 21:40:33,069 INFO Requirement already satisfied: nvidia-cuda-nvrtc-cu12==12.1.105 in ./venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) (12.1.105) 2024-03-19 21:40:33,069 INFO Requirement already satisfied: nvidia-cuda-runtime-cu12==12.1.105 in ./venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) (12.1.105) 2024-03-19 21:40:33,069 INFO Requirement already satisfied: nvidia-cuda-cupti-cu12==12.1.105 in ./venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) (12.1.105) 2024-03-19 21:40:33,069 INFO Requirement already satisfied: nvidia-cudnn-cu12==8.9.2.26 in ./venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) (8.9.2.26) 2024-03-19 21:40:33,069 INFO Requirement already satisfied: nvidia-cublas-cu12==12.1.3.1 in ./venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) (12.1.3.1) 2024-03-19 21:40:33,069 INFO Requirement already satisfied: nvidia-cufft-cu12==11.0.2.54 in ./venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) (11.0.2.54) 2024-03-19 21:40:33,069 INFO Requirement already satisfied: nvidia-curand-cu12==10.3.2.106 in ./venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) (10.3.2.106) 2024-03-19 21:40:33,089 INFO Requirement already satisfied: nvidia-cusolver-cu12==11.4.5.107 in ./venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) (11.4.5.107) 2024-03-19 21:40:33,089 INFO Requirement already satisfied: nvidia-cusparse-cu12==12.1.0.106 in ./venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) (12.1.0.106) 2024-03-19 21:40:33,089 INFO Requirement already satisfied: nvidia-nccl-cu12==2.19.3 in ./venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) (2.19.3) 2024-03-19 21:40:33,089 INFO Requirement already satisfied: nvidia-nvtx-cu12==12.1.105 in ./venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) (12.1.105) 2024-03-19 21:40:33,090 INFO Requirement already satisfied: triton==2.2.0 in ./venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) (2.2.0) 2024-03-19 21:40:33,090 INFO Requirement already satisfied: nvidia-nvjitlink-cu12 in ./venv/lib/python3.11/site-packages (from nvidia-cusolver-cu12==11.4.5.107->torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) (12.1.105) 2024-03-19 21:40:33,109 INFO Requirement already satisfied: numpy>=1.19 in ./venv/lib/python3.11/site-packages (from torchsde->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 2)) (1.26.3) 2024-03-19 21:40:33,149 INFO Collecting trampoline>=0.1.2 (from torchsde->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 2)) 2024-03-19 21:40:33,209 INFO Downloading trampoline-0.1.2-py3-none-any.whl.metadata (10 kB) 2024-03-19 21:40:33,529 INFO Collecting huggingface-hub<1.0,>=0.19.3 (from transformers>=4.25.1->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 5)) 2024-03-19 21:40:33,568 INFO Downloading huggingface_hub-0.21.4-py3-none-any.whl.metadata (13 kB) 2024-03-19 21:40:33,669 INFO Collecting packaging>=20.0 (from transformers>=4.25.1->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 5)) 2024-03-19 21:40:33,708 INFO Downloading packaging-24.0-py3-none-any.whl.metadata (3.2 kB) 2024-03-19 21:40:34,149 INFO Collecting regex!=2019.12.17 (from transformers>=4.25.1->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 5)) 2024-03-19 21:40:34,189 INFO Downloading regex-2023.12.25-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (40 kB) 2024-03-19 21:40:34,189 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 2.5 MB/s eta 0:00:00 2024-03-19 21:40:34,289 INFO Collecting requests (from transformers>=4.25.1->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 5)) 2024-03-19 21:40:34,329 INFO Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) 2024-03-19 21:40:34,569 INFO Collecting tokenizers<0.19,>=0.14 (from transformers>=4.25.1->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 5)) 2024-03-19 21:40:34,609 INFO Downloading tokenizers-0.15.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB) 2024-03-19 21:40:34,749 INFO Collecting aiosignal>=1.1.2 (from aiohttp->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 7)) 2024-03-19 21:40:34,788 INFO Downloading aiosignal-1.3.1-py3-none-any.whl.metadata (4.0 kB) 2024-03-19 21:40:34,868 INFO Collecting attrs>=17.3.0 (from aiohttp->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 7)) 2024-03-19 21:40:34,909 INFO Downloading attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB) 2024-03-19 21:40:35,109 INFO Collecting frozenlist>=1.1.1 (from aiohttp->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 7)) 2024-03-19 21:40:35,150 INFO Downloading frozenlist-1.4.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB) 2024-03-19 21:40:35,409 INFO Collecting multidict<7.0,>=4.5 (from aiohttp->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 7)) 2024-03-19 21:40:35,449 INFO Downloading multidict-6.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.2 kB) 2024-03-19 21:40:35,648 INFO Collecting yarl<2.0,>=1.0 (from aiohttp->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 7)) 2024-03-19 21:40:35,689 INFO Downloading yarl-1.9.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (31 kB) 2024-03-19 21:40:35,909 INFO Collecting fsspec (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) 2024-03-19 21:40:35,949 INFO Downloading fsspec-2024.3.1-py3-none-any.whl.metadata (6.8 kB) 2024-03-19 21:40:36,109 INFO Collecting idna>=2.0 (from yarl<2.0,>=1.0->aiohttp->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 7)) 2024-03-19 21:40:36,149 INFO Downloading idna-3.6-py3-none-any.whl.metadata (9.9 kB) 2024-03-19 21:40:36,209 INFO Requirement already satisfied: MarkupSafe>=2.0 in ./venv/lib/python3.11/site-packages (from jinja2->torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) (2.1.3) 2024-03-19 21:40:36,349 INFO Collecting charset-normalizer<4,>=2 (from requests->transformers>=4.25.1->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 5)) 2024-03-19 21:40:36,389 INFO Downloading charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB) 2024-03-19 21:40:36,469 INFO Collecting urllib3<3,>=1.21.1 (from requests->transformers>=4.25.1->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 5)) 2024-03-19 21:40:36,509 INFO Downloading urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB) 2024-03-19 21:40:36,609 INFO Collecting certifi>=2017.4.17 (from requests->transformers>=4.25.1->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 5)) 2024-03-19 21:40:36,629 INFO Downloading certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB) 2024-03-19 21:40:36,648 INFO Requirement already satisfied: mpmath>=0.19 in ./venv/lib/python3.11/site-packages (from sympy->torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI-236bda26830d719843ba9b5703894297f67f6704/requirements.txt (line 1)) (1.3.0) 2024-03-19 21:40:36,769 INFO Downloading torchsde-0.2.6-py3-none-any.whl (61 kB) 2024-03-19 21:40:36,769 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 6.0 MB/s eta 0:00:00 2024-03-19 21:40:36,809 INFO Downloading einops-0.7.0-py3-none-any.whl (44 kB) 2024-03-19 21:40:36,810 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.6/44.6 kB 5.4 MB/s eta 0:00:00 2024-03-19 21:40:36,849 INFO Downloading transformers-4.38.2-py3-none-any.whl (8.5 MB) 2024-03-19 21:40:37,329 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.5/8.5 MB 17.6 MB/s eta 0:00:00 2024-03-19 21:40:37,369 INFO Downloading safetensors-0.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2024-03-19 21:40:37,449 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 16.8 MB/s eta 0:00:00 2024-03-19 21:40:37,489 INFO Downloading aiohttp-3.9.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2024-03-19 21:40:37,549 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 21.0 MB/s eta 0:00:00 2024-03-19 21:40:37,589 INFO Downloading PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (757 kB) 2024-03-19 21:40:37,629 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 757.7/757.7 kB 18.1 MB/s eta 0:00:00 2024-03-19 21:40:37,669 INFO Downloading scipy-1.12.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (38.4 MB) 2024-03-19 21:40:39,369 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 38.4/38.4 MB 18.1 MB/s eta 0:00:00 2024-03-19 21:40:39,409 INFO Downloading tqdm-4.66.2-py3-none-any.whl (78 kB) 2024-03-19 21:40:39,409 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.3/78.3 kB 6.1 MB/s eta 0:00:00 2024-03-19 21:40:39,449 INFO Downloading psutil-5.9.8-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (288 kB) 2024-03-19 21:40:39,469 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 288.2/288.2 kB 16.1 MB/s eta 0:00:00 2024-03-19 21:40:39,509 INFO Downloading aiosignal-1.3.1-py3-none-any.whl (7.6 kB) 2024-03-19 21:40:39,549 INFO Downloading attrs-23.2.0-py3-none-any.whl (60 kB) 2024-03-19 21:40:39,569 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 5.6 MB/s eta 0:00:00 2024-03-19 21:40:39,608 INFO Downloading frozenlist-1.4.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (272 kB) 2024-03-19 21:40:39,629 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 272.3/272.3 kB 18.2 MB/s eta 0:00:00 2024-03-19 21:40:39,668 INFO Downloading huggingface_hub-0.21.4-py3-none-any.whl (346 kB) 2024-03-19 21:40:39,689 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 346.4/346.4 kB 18.1 MB/s eta 0:00:00 2024-03-19 21:40:39,729 INFO Downloading fsspec-2024.3.1-py3-none-any.whl (171 kB) 2024-03-19 21:40:39,748 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 172.0/172.0 kB 14.8 MB/s eta 0:00:00 2024-03-19 21:40:39,769 INFO Downloading multidict-6.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (128 kB) 2024-03-19 21:40:39,789 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128.7/128.7 kB 8.7 MB/s eta 0:00:00 2024-03-19 21:40:39,829 INFO Downloading packaging-24.0-py3-none-any.whl (53 kB) 2024-03-19 21:40:39,849 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.5/53.5 kB 8.8 MB/s eta 0:00:00 2024-03-19 21:40:39,889 INFO Downloading regex-2023.12.25-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (785 kB) 2024-03-19 21:40:39,929 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 785.1/785.1 kB 20.7 MB/s eta 0:00:00 2024-03-19 21:40:39,969 INFO Downloading tokenizers-0.15.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2024-03-19 21:40:40,129 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 22.9 MB/s eta 0:00:00 2024-03-19 21:40:40,169 INFO Downloading trampoline-0.1.2-py3-none-any.whl (5.2 kB) 2024-03-19 21:40:40,209 INFO Downloading yarl-1.9.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (328 kB) 2024-03-19 21:40:40,229 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 328.1/328.1 kB 15.8 MB/s eta 0:00:00 2024-03-19 21:40:40,270 INFO Downloading requests-2.31.0-py3-none-any.whl (62 kB) 2024-03-19 21:40:40,288 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 7.0 MB/s eta 0:00:00 2024-03-19 21:40:40,329 INFO Downloading certifi-2024.2.2-py3-none-any.whl (163 kB) 2024-03-19 21:40:40,329 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 15.3 MB/s eta 0:00:00 2024-03-19 21:40:40,369 INFO Downloading charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (140 kB) 2024-03-19 21:40:40,389 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.3/140.3 kB 13.3 MB/s eta 0:00:00 2024-03-19 21:40:40,429 INFO Downloading idna-3.6-py3-none-any.whl (61 kB) 2024-03-19 21:40:40,430 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.6/61.6 kB 6.7 MB/s eta 0:00:00 2024-03-19 21:40:40,469 INFO Downloading urllib3-2.2.1-py3-none-any.whl (121 kB) 2024-03-19 21:40:40,489 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 11.0 MB/s eta 0:00:00 2024-03-19 21:40:41,129 INFO Installing collected packages: trampoline, urllib3, tqdm, scipy, safetensors, regex, pyyaml, psutil, packaging, multidict, idna, fsspec, frozenlist, einops, charset-normalizer, certifi, attrs, yarl, requests, aiosignal, huggingface-hub, aiohttp, torchsde, tokenizers, transformers 2024-03-19 21:40:44,049 INFO Attempting uninstall: fsspec 2024-03-19 21:40:44,049 INFO Found existing installation: fsspec 2023.4.0 2024-03-19 21:40:44,069 INFO Uninstalling fsspec-2023.4.0: 2024-03-19 21:40:44,069 INFO Successfully uninstalled fsspec-2023.4.0 2024-03-19 21:40:48,529 INFO Successfully installed aiohttp-3.9.3 aiosignal-1.3.1 attrs-23.2.0 certifi-2024.2.2 charset-normalizer-3.3.2 einops-0.7.0 frozenlist-1.4.1 fsspec-2024.3.1 huggingface-hub-0.21.4 idna-3.6 multidict-6.0.5 packaging-24.0 psutil-5.9.8 pyyaml-6.0.1 regex-2023.12.25 requests-2.31.0 safetensors-0.4.2 scipy-1.12.0 tokenizers-0.15.2 torchsde-0.2.6 tqdm-4.66.2 trampoline-0.1.2 transformers-4.38.2 urllib3-2.2.1 yarl-1.9.4 2024-03-19 21:40:48,930 INFO Finished installing ComfyUI 2024-03-19 21:40:48,931 INFO Downloading https://github.com/Fannovel16/comfyui_controlnet_aux/archive/c24b2dcb00cd26e4515cd897e14ec21cc5ff3b2d.zip to /home/cho/.local/share/krita/ai_diffusion/server/.cache/comfyui_controlnet_aux-c24b2dcb00cd26e4515cd897e14ec21cc5ff3b2d.zip 2024-03-19 21:40:51,912 INFO Extracting /home/cho/.local/share/krita/ai_diffusion/server/.cache/comfyui_controlnet_aux-c24b2dcb00cd26e4515cd897e14ec21cc5ff3b2d.zip to /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes 2024-03-19 21:40:52,292 INFO Executing /home/cho/.local/share/krita/ai_diffusion/server/venv/bin/python3 -su -m pip install -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt 2024-03-19 21:40:52,711 INFO Requirement already satisfied: torch in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 1)) (2.2.1+cu121) 2024-03-19 21:40:53,131 INFO Collecting importlib_metadata (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 2)) 2024-03-19 21:40:53,291 INFO Downloading importlib_metadata-7.0.2-py3-none-any.whl.metadata (4.6 kB) 2024-03-19 21:40:53,311 INFO Requirement already satisfied: huggingface_hub in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 3)) (0.21.4) 2024-03-19 21:40:53,331 INFO Requirement already satisfied: scipy in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 4)) (1.12.0) 2024-03-19 21:40:53,491 INFO Collecting opencv-python>=4.7.0.72 (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 5)) 2024-03-19 21:40:53,531 INFO Downloading opencv_python-4.9.0.80-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (20 kB) 2024-03-19 21:40:53,551 INFO Requirement already satisfied: filelock in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 6)) (3.9.0) 2024-03-19 21:40:53,552 INFO Requirement already satisfied: numpy in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 7)) (1.26.3) 2024-03-19 21:40:53,552 INFO Requirement already satisfied: Pillow in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 8)) (10.2.0) 2024-03-19 21:40:53,552 INFO Requirement already satisfied: einops in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 9)) (0.7.0) 2024-03-19 21:40:53,552 INFO Requirement already satisfied: torchvision in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 10)) (0.17.1+cu121) 2024-03-19 21:40:53,571 INFO Requirement already satisfied: pyyaml in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 11)) (6.0.1) 2024-03-19 21:40:53,691 INFO Collecting scikit-image (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 12)) 2024-03-19 21:40:53,751 INFO Downloading scikit_image-0.22.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (13 kB) 2024-03-19 21:40:53,911 INFO Collecting python-dateutil (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 13)) 2024-03-19 21:40:53,952 INFO Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 2024-03-19 21:40:54,491 INFO Collecting mediapipe (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 14)) 2024-03-19 21:40:54,531 INFO Downloading mediapipe-0.10.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.7 kB) 2024-03-19 21:40:54,971 INFO Collecting svglib (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 15)) 2024-03-19 21:40:55,011 INFO Downloading svglib-1.5.1.tar.gz (913 kB) 2024-03-19 21:40:55,151 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 913.9/913.9 kB 7.0 MB/s eta 0:00:00 2024-03-19 21:40:55,211 INFO Installing build dependencies: started 2024-03-19 21:40:57,310 INFO Installing build dependencies: finished with status 'done' 2024-03-19 21:40:57,311 INFO Getting requirements to build wheel: started 2024-03-19 21:40:57,430 INFO Getting requirements to build wheel: finished with status 'done' 2024-03-19 21:40:57,431 INFO Installing backend dependencies: started 2024-03-19 21:40:58,870 INFO Installing backend dependencies: finished with status 'done' 2024-03-19 21:40:58,870 INFO Preparing metadata (pyproject.toml): started 2024-03-19 21:40:59,011 INFO Preparing metadata (pyproject.toml): finished with status 'done' 2024-03-19 21:40:59,111 INFO Collecting fvcore (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 16)) 2024-03-19 21:40:59,151 INFO Downloading fvcore-0.1.5.post20221221.tar.gz (50 kB) 2024-03-19 21:40:59,151 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.2/50.2 kB 7.4 MB/s eta 0:00:00 2024-03-19 21:40:59,171 INFO Installing build dependencies: started 2024-03-19 21:41:00,791 INFO Installing build dependencies: finished with status 'done' 2024-03-19 21:41:00,791 INFO Getting requirements to build wheel: started 2024-03-19 21:41:00,911 INFO Getting requirements to build wheel: finished with status 'done' 2024-03-19 21:41:00,911 INFO Installing backend dependencies: started 2024-03-19 21:41:01,971 INFO Installing backend dependencies: finished with status 'done' 2024-03-19 21:41:01,971 INFO Preparing metadata (pyproject.toml): started 2024-03-19 21:41:02,091 INFO Preparing metadata (pyproject.toml): finished with status 'done' 2024-03-19 21:41:02,191 INFO Collecting yapf (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 17)) 2024-03-19 21:41:02,231 INFO Downloading yapf-0.40.2-py3-none-any.whl.metadata (45 kB) 2024-03-19 21:41:02,232 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.4/45.4 kB 4.7 MB/s eta 0:00:00 2024-03-19 21:41:02,411 INFO Collecting omegaconf (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 18)) 2024-03-19 21:41:02,431 INFO Downloading omegaconf-2.3.0-py3-none-any.whl.metadata (3.9 kB) 2024-03-19 21:41:02,511 INFO Collecting ftfy (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 19)) 2024-03-19 21:41:02,551 INFO Downloading ftfy-6.2.0-py3-none-any.whl.metadata (7.3 kB) 2024-03-19 21:41:02,611 INFO Collecting addict (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 20)) 2024-03-19 21:41:02,671 INFO Downloading addict-2.4.0-py3-none-any.whl.metadata (1.0 kB) 2024-03-19 21:41:02,751 INFO Collecting yacs (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 21)) 2024-03-19 21:41:02,791 INFO Downloading yacs-0.1.8-py3-none-any.whl.metadata (639 bytes) 2024-03-19 21:41:02,871 INFO Collecting albumentations (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 23)) 2024-03-19 21:41:02,911 INFO Downloading albumentations-1.4.2-py3-none-any.whl.metadata (36 kB) 2024-03-19 21:41:03,051 INFO Collecting scikit-learn (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 24)) 2024-03-19 21:41:03,091 INFO Downloading scikit_learn-1.4.1.post1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB) 2024-03-19 21:41:03,271 INFO Collecting trimesh[easy] (from -r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) 2024-03-19 21:41:03,311 INFO Downloading trimesh-4.2.0-py3-none-any.whl.metadata (18 kB) 2024-03-19 21:41:03,411 INFO Requirement already satisfied: typing-extensions>=4.8.0 in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 1)) (4.8.0) 2024-03-19 21:41:03,411 INFO Requirement already satisfied: sympy in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 1)) (1.12) 2024-03-19 21:41:03,411 INFO Requirement already satisfied: networkx in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 1)) (3.2.1) 2024-03-19 21:41:03,411 INFO Requirement already satisfied: jinja2 in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 1)) (3.1.2) 2024-03-19 21:41:03,411 INFO Requirement already satisfied: fsspec in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 1)) (2024.3.1) 2024-03-19 21:41:03,411 INFO Requirement already satisfied: nvidia-cuda-nvrtc-cu12==12.1.105 in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 1)) (12.1.105) 2024-03-19 21:41:03,411 INFO Requirement already satisfied: nvidia-cuda-runtime-cu12==12.1.105 in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 1)) (12.1.105) 2024-03-19 21:41:03,412 INFO Requirement already satisfied: nvidia-cuda-cupti-cu12==12.1.105 in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 1)) (12.1.105) 2024-03-19 21:41:03,412 INFO Requirement already satisfied: nvidia-cudnn-cu12==8.9.2.26 in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 1)) (8.9.2.26) 2024-03-19 21:41:03,412 INFO Requirement already satisfied: nvidia-cublas-cu12==12.1.3.1 in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 1)) (12.1.3.1) 2024-03-19 21:41:03,412 INFO Requirement already satisfied: nvidia-cufft-cu12==11.0.2.54 in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 1)) (11.0.2.54) 2024-03-19 21:41:03,412 INFO Requirement already satisfied: nvidia-curand-cu12==10.3.2.106 in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 1)) (10.3.2.106) 2024-03-19 21:41:03,412 INFO Requirement already satisfied: nvidia-cusolver-cu12==11.4.5.107 in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 1)) (11.4.5.107) 2024-03-19 21:41:03,412 INFO Requirement already satisfied: nvidia-cusparse-cu12==12.1.0.106 in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 1)) (12.1.0.106) 2024-03-19 21:41:03,431 INFO Requirement already satisfied: nvidia-nccl-cu12==2.19.3 in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 1)) (2.19.3) 2024-03-19 21:41:03,431 INFO Requirement already satisfied: nvidia-nvtx-cu12==12.1.105 in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 1)) (12.1.105) 2024-03-19 21:41:03,431 INFO Requirement already satisfied: triton==2.2.0 in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 1)) (2.2.0) 2024-03-19 21:41:03,431 INFO Requirement already satisfied: nvidia-nvjitlink-cu12 in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from nvidia-cusolver-cu12==11.4.5.107->torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 1)) (12.1.105) 2024-03-19 21:41:03,510 INFO Collecting zipp>=0.5 (from importlib_metadata->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 2)) 2024-03-19 21:41:03,550 INFO Downloading zipp-3.18.1-py3-none-any.whl.metadata (3.5 kB) 2024-03-19 21:41:03,611 INFO Requirement already satisfied: requests in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from huggingface_hub->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 3)) (2.31.0) 2024-03-19 21:41:03,611 INFO Requirement already satisfied: tqdm>=4.42.1 in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from huggingface_hub->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 3)) (4.66.2) 2024-03-19 21:41:03,611 INFO Requirement already satisfied: packaging>=20.9 in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from huggingface_hub->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 3)) (24.0) 2024-03-19 21:41:03,811 INFO Collecting imageio>=2.27 (from scikit-image->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 12)) 2024-03-19 21:41:03,851 INFO Downloading imageio-2.34.0-py3-none-any.whl.metadata (4.9 kB) 2024-03-19 21:41:03,971 INFO Collecting tifffile>=2022.8.12 (from scikit-image->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 12)) 2024-03-19 21:41:03,990 INFO Downloading tifffile-2024.2.12-py3-none-any.whl.metadata (31 kB) 2024-03-19 21:41:04,051 INFO Collecting lazy_loader>=0.3 (from scikit-image->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 12)) 2024-03-19 21:41:04,091 INFO Downloading lazy_loader-0.3-py3-none-any.whl.metadata (4.3 kB) 2024-03-19 21:41:04,191 INFO Collecting six>=1.5 (from python-dateutil->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 13)) 2024-03-19 21:41:04,210 INFO Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) 2024-03-19 21:41:04,311 INFO Collecting absl-py (from mediapipe->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 14)) 2024-03-19 21:41:04,331 INFO Downloading absl_py-2.1.0-py3-none-any.whl.metadata (2.3 kB) 2024-03-19 21:41:04,351 INFO Requirement already satisfied: attrs>=19.1.0 in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from mediapipe->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 14)) (23.2.0) 2024-03-19 21:41:04,431 INFO Collecting flatbuffers>=2.0 (from mediapipe->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 14)) 2024-03-19 21:41:04,451 INFO Downloading flatbuffers-24.3.7-py2.py3-none-any.whl.metadata (849 bytes) 2024-03-19 21:41:04,550 INFO Collecting jax (from mediapipe->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 14)) 2024-03-19 21:41:04,590 INFO Downloading jax-0.4.25-py3-none-any.whl.metadata (24 kB) 2024-03-19 21:41:04,650 INFO Collecting jaxlib (from mediapipe->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 14)) 2024-03-19 21:41:04,691 INFO Downloading jaxlib-0.4.25-cp311-cp311-manylinux2014_x86_64.whl.metadata (2.1 kB) 2024-03-19 21:41:04,891 INFO Collecting matplotlib (from mediapipe->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 14)) 2024-03-19 21:41:04,911 INFO Downloading matplotlib-3.8.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.8 kB) 2024-03-19 21:41:05,071 INFO Collecting opencv-contrib-python (from mediapipe->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 14)) 2024-03-19 21:41:05,111 INFO Downloading opencv_contrib_python-4.9.0.80-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (20 kB) 2024-03-19 21:41:05,331 INFO Collecting protobuf<4,>=3.11 (from mediapipe->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 14)) 2024-03-19 21:41:05,371 INFO Downloading protobuf-3.20.3-py2.py3-none-any.whl.metadata (720 bytes) 2024-03-19 21:41:05,450 INFO Collecting sounddevice>=0.4.4 (from mediapipe->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 14)) 2024-03-19 21:41:05,470 INFO Downloading sounddevice-0.4.6-py3-none-any.whl.metadata (1.4 kB) 2024-03-19 21:41:05,691 INFO Collecting reportlab (from svglib->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 15)) 2024-03-19 21:41:05,711 INFO Downloading reportlab-4.1.0-py3-none-any.whl.metadata (1.4 kB) 2024-03-19 21:41:05,950 INFO Collecting lxml (from svglib->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 15)) 2024-03-19 21:41:05,971 INFO Downloading lxml-5.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.5 kB) 2024-03-19 21:41:06,090 INFO Collecting tinycss2>=0.6.0 (from svglib->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 15)) 2024-03-19 21:41:06,111 INFO Downloading tinycss2-1.2.1-py3-none-any.whl.metadata (3.0 kB) 2024-03-19 21:41:06,191 INFO Collecting cssselect2>=0.2.0 (from svglib->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 15)) 2024-03-19 21:41:06,231 INFO Downloading cssselect2-0.7.0-py3-none-any.whl.metadata (2.9 kB) 2024-03-19 21:41:06,331 INFO Collecting termcolor>=1.1 (from fvcore->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 16)) 2024-03-19 21:41:06,371 INFO Downloading termcolor-2.4.0-py3-none-any.whl.metadata (6.1 kB) 2024-03-19 21:41:06,450 INFO Collecting tabulate (from fvcore->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 16)) 2024-03-19 21:41:06,470 INFO Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2024-03-19 21:41:06,611 INFO Collecting iopath>=0.1.7 (from fvcore->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 16)) 2024-03-19 21:41:06,650 INFO Downloading iopath-0.1.10.tar.gz (42 kB) 2024-03-19 21:41:06,651 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.2/42.2 kB 4.8 MB/s eta 0:00:00 2024-03-19 21:41:06,691 INFO Installing build dependencies: started 2024-03-19 21:41:08,311 INFO Installing build dependencies: finished with status 'done' 2024-03-19 21:41:08,311 INFO Getting requirements to build wheel: started 2024-03-19 21:41:08,430 INFO Getting requirements to build wheel: finished with status 'done' 2024-03-19 21:41:08,431 INFO Installing backend dependencies: started 2024-03-19 21:41:09,571 INFO Installing backend dependencies: finished with status 'done' 2024-03-19 21:41:09,571 INFO Preparing metadata (pyproject.toml): started 2024-03-19 21:41:09,711 INFO Preparing metadata (pyproject.toml): finished with status 'done' 2024-03-19 21:41:09,790 INFO Collecting platformdirs>=3.5.1 (from yapf->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 17)) 2024-03-19 21:41:09,830 INFO Downloading platformdirs-4.2.0-py3-none-any.whl.metadata (11 kB) 2024-03-19 21:41:09,910 INFO Collecting tomli>=2.0.1 (from yapf->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 17)) 2024-03-19 21:41:09,931 INFO Downloading tomli-2.0.1-py3-none-any.whl.metadata (8.9 kB) 2024-03-19 21:41:10,011 INFO Collecting antlr4-python3-runtime==4.9.* (from omegaconf->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 18)) 2024-03-19 21:41:10,051 INFO Downloading antlr4-python3-runtime-4.9.3.tar.gz (117 kB) 2024-03-19 21:41:10,071 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.0/117.0 kB 10.9 MB/s eta 0:00:00 2024-03-19 21:41:10,111 INFO Installing build dependencies: started 2024-03-19 21:41:11,790 INFO Installing build dependencies: finished with status 'done' 2024-03-19 21:41:11,791 INFO Getting requirements to build wheel: started 2024-03-19 21:41:11,911 INFO Getting requirements to build wheel: finished with status 'done' 2024-03-19 21:41:11,911 INFO Installing backend dependencies: started 2024-03-19 21:41:13,071 INFO Installing backend dependencies: finished with status 'done' 2024-03-19 21:41:13,071 INFO Preparing metadata (pyproject.toml): started 2024-03-19 21:41:13,211 INFO Preparing metadata (pyproject.toml): finished with status 'done' 2024-03-19 21:41:13,311 INFO Collecting wcwidth<0.3.0,>=0.2.12 (from ftfy->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 19)) 2024-03-19 21:41:13,330 INFO Downloading wcwidth-0.2.13-py2.py3-none-any.whl.metadata (14 kB) 2024-03-19 21:41:13,471 INFO Collecting colorlog (from trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) 2024-03-19 21:41:13,491 INFO Downloading colorlog-6.8.2-py3-none-any.whl.metadata (10 kB) 2024-03-19 21:41:13,551 INFO Collecting mapbox-earcut (from trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) 2024-03-19 21:41:13,590 INFO Downloading mapbox_earcut-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.0 kB) 2024-03-19 21:41:13,651 INFO Collecting chardet (from trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) 2024-03-19 21:41:13,690 INFO Downloading chardet-5.2.0-py3-none-any.whl.metadata (3.4 kB) 2024-03-19 21:41:13,770 INFO Collecting jsonschema (from trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) 2024-03-19 21:41:13,811 INFO Downloading jsonschema-4.21.1-py3-none-any.whl.metadata (7.8 kB) 2024-03-19 21:41:13,871 INFO Collecting svg.path (from trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) 2024-03-19 21:41:13,891 INFO Downloading svg.path-6.3-py2.py3-none-any.whl.metadata (13 kB) 2024-03-19 21:41:13,950 INFO Collecting pycollada (from trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) 2024-03-19 21:41:13,991 INFO Downloading pycollada-0.8.tar.gz (108 kB) 2024-03-19 21:41:14,011 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 108.1/108.1 kB 11.3 MB/s eta 0:00:00 2024-03-19 21:41:14,011 INFO Installing build dependencies: started 2024-03-19 21:41:15,711 INFO Installing build dependencies: finished with status 'done' 2024-03-19 21:41:15,711 INFO Getting requirements to build wheel: started 2024-03-19 21:41:15,991 INFO Getting requirements to build wheel: finished with status 'done' 2024-03-19 21:41:15,991 INFO Installing backend dependencies: started 2024-03-19 21:41:17,210 INFO Installing backend dependencies: finished with status 'done' 2024-03-19 21:41:17,211 INFO Preparing metadata (pyproject.toml): started 2024-03-19 21:41:17,331 INFO Preparing metadata (pyproject.toml): finished with status 'done' 2024-03-19 21:41:17,351 INFO Requirement already satisfied: setuptools in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) (65.5.0) 2024-03-19 21:41:17,470 INFO Collecting shapely (from trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) 2024-03-19 21:41:17,511 INFO Downloading shapely-2.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.0 kB) 2024-03-19 21:41:17,671 INFO Collecting xxhash (from trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) 2024-03-19 21:41:17,691 INFO Downloading xxhash-3.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB) 2024-03-19 21:41:17,751 INFO Collecting rtree (from trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) 2024-03-19 21:41:17,791 INFO Downloading Rtree-1.2.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (2.1 kB) 2024-03-19 21:41:17,871 INFO Collecting httpx (from trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) 2024-03-19 21:41:17,911 INFO Downloading httpx-0.27.0-py3-none-any.whl.metadata (7.2 kB) 2024-03-19 21:41:17,971 INFO Collecting embreex (from trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) 2024-03-19 21:41:18,010 INFO Downloading embreex-2.17.7.post4-cp311-cp311-manylinux_2_28_x86_64.whl.metadata (3.0 kB) 2024-03-19 21:41:18,111 INFO Collecting vhacdx (from trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) 2024-03-19 21:41:18,171 INFO Downloading vhacdx-0.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.1 kB) 2024-03-19 21:41:18,271 INFO Collecting xatlas (from trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) 2024-03-19 21:41:18,311 INFO Downloading xatlas-0.0.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.9 kB) 2024-03-19 21:41:18,391 INFO Collecting typing-extensions>=4.8.0 (from torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 1)) 2024-03-19 21:41:18,431 INFO Downloading typing_extensions-4.10.0-py3-none-any.whl.metadata (3.0 kB) 2024-03-19 21:41:18,571 INFO Collecting opencv-python-headless>=4.9.0 (from albumentations->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 23)) 2024-03-19 21:41:18,611 INFO Downloading opencv_python_headless-4.9.0.80-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (20 kB) 2024-03-19 21:41:18,751 INFO Collecting joblib>=1.2.0 (from scikit-learn->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 24)) 2024-03-19 21:41:18,771 INFO Downloading joblib-1.3.2-py3-none-any.whl.metadata (5.4 kB) 2024-03-19 21:41:18,851 INFO Collecting threadpoolctl>=2.0.0 (from scikit-learn->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 24)) 2024-03-19 21:41:18,891 INFO Downloading threadpoolctl-3.3.0-py3-none-any.whl.metadata (13 kB) 2024-03-19 21:41:18,991 INFO Collecting webencodings (from cssselect2>=0.2.0->svglib->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 15)) 2024-03-19 21:41:19,031 INFO Downloading webencodings-0.5.1-py2.py3-none-any.whl.metadata (2.1 kB) 2024-03-19 21:41:19,151 INFO Collecting portalocker (from iopath>=0.1.7->fvcore->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 16)) 2024-03-19 21:41:19,191 INFO Downloading portalocker-2.8.2-py3-none-any.whl.metadata (8.5 kB) 2024-03-19 21:41:19,410 INFO Collecting CFFI>=1.0 (from sounddevice>=0.4.4->mediapipe->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 14)) 2024-03-19 21:41:19,450 INFO Downloading cffi-1.16.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB) 2024-03-19 21:41:19,671 INFO Collecting anyio (from httpx->trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) 2024-03-19 21:41:19,690 INFO Downloading anyio-4.3.0-py3-none-any.whl.metadata (4.6 kB) 2024-03-19 21:41:19,691 INFO Requirement already satisfied: certifi in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from httpx->trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) (2024.2.2) 2024-03-19 21:41:19,751 INFO Collecting httpcore==1. (from httpx->trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) 2024-03-19 21:41:19,791 INFO Downloading httpcore-1.0.4-py3-none-any.whl.metadata (20 kB) 2024-03-19 21:41:19,791 INFO Requirement already satisfied: idna in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from httpx->trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) (3.6) 2024-03-19 21:41:19,831 INFO Collecting sniffio (from httpx->trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) 2024-03-19 21:41:19,871 INFO Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) 2024-03-19 21:41:19,971 INFO Collecting h11<0.15,>=0.13 (from httpcore==1.->httpx->trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) 2024-03-19 21:41:20,011 INFO Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB) 2024-03-19 21:41:20,131 INFO Collecting ml-dtypes>=0.2.0 (from jax->mediapipe->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 14)) 2024-03-19 21:41:20,150 INFO Downloading ml_dtypes-0.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (20 kB) 2024-03-19 21:41:20,251 INFO Collecting opt-einsum (from jax->mediapipe->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 14)) 2024-03-19 21:41:20,291 INFO Downloading opt_einsum-3.3.0-py3-none-any.whl.metadata (6.5 kB) 2024-03-19 21:41:20,351 INFO Requirement already satisfied: MarkupSafe>=2.0 in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from jinja2->torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 1)) (2.1.3) 2024-03-19 21:41:20,431 INFO Collecting jsonschema-specifications>=2023.03.6 (from jsonschema->trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) 2024-03-19 21:41:20,471 INFO Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB) 2024-03-19 21:41:20,591 INFO Collecting referencing>=0.28.4 (from jsonschema->trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) 2024-03-19 21:41:20,611 INFO Downloading referencing-0.34.0-py3-none-any.whl.metadata (2.8 kB) 2024-03-19 21:41:20,831 INFO Collecting rpds-py>=0.7.1 (from jsonschema->trimesh[easy]->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 22)) 2024-03-19 21:41:20,911 INFO Downloading rpds_py-0.18.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB) 2024-03-19 21:41:21,071 INFO Collecting contourpy>=1.0.1 (from matplotlib->mediapipe->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 14)) 2024-03-19 21:41:21,111 INFO Downloading contourpy-1.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.8 kB) 2024-03-19 21:41:21,171 INFO Collecting cycler>=0.10 (from matplotlib->mediapipe->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 14)) 2024-03-19 21:41:21,211 INFO Downloading cycler-0.12.1-py3-none-any.whl.metadata (3.8 kB) 2024-03-19 21:41:21,451 INFO Collecting fonttools>=4.22.0 (from matplotlib->mediapipe->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 14)) 2024-03-19 21:41:21,470 INFO Downloading fonttools-4.50.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (159 kB) 2024-03-19 21:41:21,491 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 159.4/159.4 kB 14.5 MB/s eta 0:00:00 2024-03-19 21:41:21,571 INFO Collecting kiwisolver>=1.3.1 (from matplotlib->mediapipe->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 14)) 2024-03-19 21:41:21,611 INFO Downloading kiwisolver-1.4.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.4 kB) 2024-03-19 21:41:21,730 INFO Collecting pyparsing>=2.3.1 (from matplotlib->mediapipe->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 14)) 2024-03-19 21:41:21,751 INFO Downloading pyparsing-3.1.2-py3-none-any.whl.metadata (5.1 kB) 2024-03-19 21:41:21,850 INFO Requirement already satisfied: charset-normalizer<4,>=2 in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from requests->huggingface_hub->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 3)) (3.3.2) 2024-03-19 21:41:21,851 INFO Requirement already satisfied: urllib3<3,>=1.21.1 in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from requests->huggingface_hub->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 3)) (2.2.1) 2024-03-19 21:41:21,930 INFO Requirement already satisfied: mpmath>=0.19 in /home/cho/.local/share/krita/ai_diffusion/server/venv/lib/python3.11/site-packages (from sympy->torch->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 1)) (1.3.0) 2024-03-19 21:41:22,051 INFO Collecting pycparser (from CFFI>=1.0->sounddevice>=0.4.4->mediapipe->-r /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt (line 14)) 2024-03-19 21:41:22,091 INFO Downloading pycparser-2.21-py2.py3-none-any.whl.metadata (1.1 kB) 2024-03-19 21:41:22,411 INFO Downloading importlib_metadata-7.0.2-py3-none-any.whl (24 kB) 2024-03-19 21:41:22,450 INFO Downloading opencv_python-4.9.0.80-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (62.2 MB) 2024-03-19 21:41:25,171 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.2/62.2 MB 16.3 MB/s eta 0:00:00 2024-03-19 21:41:25,210 INFO Downloading scikit_image-0.22.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.7 MB) 2024-03-19 21:41:25,891 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.7/14.7 MB 20.7 MB/s eta 0:00:00 2024-03-19 21:41:25,931 INFO Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 2024-03-19 21:41:25,951 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 17.2 MB/s eta 0:00:00 2024-03-19 21:41:25,991 INFO Downloading mediapipe-0.10.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (35.6 MB) 2024-03-19 21:41:27,571 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 35.6/35.6 MB 19.0 MB/s eta 0:00:00 2024-03-19 21:41:27,611 INFO Downloading yapf-0.40.2-py3-none-any.whl (254 kB) 2024-03-19 21:41:27,630 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 254.7/254.7 kB 12.8 MB/s eta 0:00:00 2024-03-19 21:41:27,670 INFO Downloading omegaconf-2.3.0-py3-none-any.whl (79 kB) 2024-03-19 21:41:27,671 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.5/79.5 kB 8.9 MB/s eta 0:00:00 2024-03-19 21:41:27,711 INFO Downloading ftfy-6.2.0-py3-none-any.whl (54 kB) 2024-03-19 21:41:27,711 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.4/54.4 kB 7.1 MB/s eta 0:00:00 2024-03-19 21:41:27,751 INFO Downloading addict-2.4.0-py3-none-any.whl (3.8 kB) 2024-03-19 21:41:27,791 INFO Downloading yacs-0.1.8-py3-none-any.whl (14 kB) 2024-03-19 21:41:27,831 INFO Downloading albumentations-1.4.2-py3-none-any.whl (133 kB) 2024-03-19 21:41:27,851 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.9/133.9 kB 10.9 MB/s eta 0:00:00 2024-03-19 21:41:27,891 INFO Downloading scikit_learn-1.4.1.post1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.1 MB) 2024-03-19 21:41:28,411 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.1/12.1 MB 22.8 MB/s eta 0:00:00 2024-03-19 21:41:28,451 INFO Downloading cssselect2-0.7.0-py3-none-any.whl (15 kB) 2024-03-19 21:41:28,531 INFO Downloading flatbuffers-24.3.7-py2.py3-none-any.whl (26 kB) 2024-03-19 21:41:28,570 INFO Downloading imageio-2.34.0-py3-none-any.whl (313 kB) 2024-03-19 21:41:28,611 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 313.4/313.4 kB 15.6 MB/s eta 0:00:00 2024-03-19 21:41:28,651 INFO Downloading joblib-1.3.2-py3-none-any.whl (302 kB) 2024-03-19 21:41:28,671 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 302.2/302.2 kB 14.1 MB/s eta 0:00:00 2024-03-19 21:41:28,711 INFO Downloading lazy_loader-0.3-py3-none-any.whl (9.1 kB) 2024-03-19 21:41:28,771 INFO Downloading opencv_python_headless-4.9.0.80-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (49.6 MB) 2024-03-19 21:41:30,950 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 MB 15.4 MB/s eta 0:00:00 2024-03-19 21:41:30,991 INFO Downloading platformdirs-4.2.0-py3-none-any.whl (17 kB) 2024-03-19 21:41:31,031 INFO Downloading protobuf-3.20.3-py2.py3-none-any.whl (162 kB) 2024-03-19 21:41:31,031 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.1/162.1 kB 12.2 MB/s eta 0:00:00 2024-03-19 21:41:31,071 INFO Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 2024-03-19 21:41:31,111 INFO Downloading sounddevice-0.4.6-py3-none-any.whl (31 kB) 2024-03-19 21:41:31,172 INFO Downloading termcolor-2.4.0-py3-none-any.whl (7.7 kB) 2024-03-19 21:41:31,211 INFO Downloading threadpoolctl-3.3.0-py3-none-any.whl (17 kB) 2024-03-19 21:41:31,251 INFO Downloading tifffile-2024.2.12-py3-none-any.whl (224 kB) 2024-03-19 21:41:31,271 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 224.5/224.5 kB 15.2 MB/s eta 0:00:00 2024-03-19 21:41:31,311 INFO Downloading tinycss2-1.2.1-py3-none-any.whl (21 kB) 2024-03-19 21:41:31,351 INFO Downloading tomli-2.0.1-py3-none-any.whl (12 kB) 2024-03-19 21:41:31,390 INFO Downloading typing_extensions-4.10.0-py3-none-any.whl (33 kB) 2024-03-19 21:41:31,430 INFO Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB) 2024-03-19 21:41:31,471 INFO Downloading zipp-3.18.1-py3-none-any.whl (8.2 kB) 2024-03-19 21:41:31,511 INFO Downloading absl_py-2.1.0-py3-none-any.whl (133 kB) 2024-03-19 21:41:31,512 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.7/133.7 kB 14.9 MB/s eta 0:00:00 2024-03-19 21:41:31,550 INFO Downloading chardet-5.2.0-py3-none-any.whl (199 kB) 2024-03-19 21:41:31,570 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.4/199.4 kB 16.6 MB/s eta 0:00:00 2024-03-19 21:41:31,611 INFO Downloading colorlog-6.8.2-py3-none-any.whl (11 kB) 2024-03-19 21:41:31,671 INFO Downloading embreex-2.17.7.post4-cp311-cp311-manylinux_2_28_x86_64.whl (17.0 MB) 2024-03-19 21:41:32,390 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.0/17.0 MB 21.7 MB/s eta 0:00:00 2024-03-19 21:41:32,431 INFO Downloading httpx-0.27.0-py3-none-any.whl (75 kB) 2024-03-19 21:41:32,451 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.6/75.6 kB 7.4 MB/s eta 0:00:00 2024-03-19 21:41:32,491 INFO Downloading httpcore-1.0.4-py3-none-any.whl (77 kB) 2024-03-19 21:41:32,492 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.8/77.8 kB 7.3 MB/s eta 0:00:00 2024-03-19 21:41:32,531 INFO Downloading jax-0.4.25-py3-none-any.whl (1.8 MB) 2024-03-19 21:41:32,631 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 21.2 MB/s eta 0:00:00 2024-03-19 21:41:32,671 INFO Downloading jaxlib-0.4.25-cp311-cp311-manylinux2014_x86_64.whl (79.2 MB) 2024-03-19 21:41:36,011 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.2/79.2 MB 14.7 MB/s eta 0:00:00 2024-03-19 21:41:36,051 INFO Downloading jsonschema-4.21.1-py3-none-any.whl (85 kB) 2024-03-19 21:41:36,051 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.5/85.5 kB 8.4 MB/s eta 0:00:00 2024-03-19 21:41:36,111 INFO Downloading lxml-5.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.1 MB) 2024-03-19 21:41:36,491 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.1/8.1 MB 21.0 MB/s eta 0:00:00 2024-03-19 21:41:36,531 INFO Downloading mapbox_earcut-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (104 kB) 2024-03-19 21:41:36,551 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 105.0/105.0 kB 4.3 MB/s eta 0:00:00 2024-03-19 21:41:36,611 INFO Downloading matplotlib-3.8.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.6 MB) 2024-03-19 21:41:37,111 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.6/11.6 MB 22.7 MB/s eta 0:00:00 2024-03-19 21:41:37,151 INFO Downloading opencv_contrib_python-4.9.0.80-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (68.3 MB) 2024-03-19 21:41:40,091 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 68.3/68.3 MB 15.5 MB/s eta 0:00:00 2024-03-19 21:41:40,131 INFO Downloading reportlab-4.1.0-py3-none-any.whl (1.9 MB) 2024-03-19 21:41:40,251 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.9/1.9 MB 18.3 MB/s eta 0:00:00 2024-03-19 21:41:40,271 INFO Downloading Rtree-1.2.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (535 kB) 2024-03-19 21:41:40,311 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 535.2/535.2 kB 19.9 MB/s eta 0:00:00 2024-03-19 21:41:40,371 INFO Downloading shapely-2.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.5 MB) 2024-03-19 21:41:40,491 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.5/2.5 MB 23.1 MB/s eta 0:00:00 2024-03-19 21:41:40,511 INFO Downloading svg.path-6.3-py2.py3-none-any.whl (16 kB) 2024-03-19 21:41:40,550 INFO Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-03-19 21:41:40,611 INFO Downloading trimesh-4.2.0-py3-none-any.whl (689 kB) 2024-03-19 21:41:40,651 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 689.5/689.5 kB 18.7 MB/s eta 0:00:00 2024-03-19 21:41:40,691 INFO Downloading vhacdx-0.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (208 kB) 2024-03-19 21:41:40,711 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 208.2/208.2 kB 13.8 MB/s eta 0:00:00 2024-03-19 21:41:40,751 INFO Downloading xatlas-0.0.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (229 kB) 2024-03-19 21:41:40,771 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 13.8 MB/s eta 0:00:00 2024-03-19 21:41:40,811 INFO Downloading xxhash-3.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194 kB) 2024-03-19 21:41:40,830 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 194.8/194.8 kB 15.0 MB/s eta 0:00:00 2024-03-19 21:41:40,871 INFO Downloading cffi-1.16.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (464 kB) 2024-03-19 21:41:40,891 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 464.8/464.8 kB 17.5 MB/s eta 0:00:00 2024-03-19 21:41:40,931 INFO Downloading contourpy-1.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (313 kB) 2024-03-19 21:41:40,951 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 313.4/313.4 kB 20.0 MB/s eta 0:00:00 2024-03-19 21:41:40,991 INFO Downloading cycler-0.12.1-py3-none-any.whl (8.3 kB) 2024-03-19 21:41:41,031 INFO Downloading fonttools-4.50.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.9 MB) 2024-03-19 21:41:41,251 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.9/4.9 MB 23.1 MB/s eta 0:00:00 2024-03-19 21:41:41,271 INFO Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB) 2024-03-19 21:41:41,331 INFO Downloading kiwisolver-1.4.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB) 2024-03-19 21:41:41,391 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 21.9 MB/s eta 0:00:00 2024-03-19 21:41:41,431 INFO Downloading ml_dtypes-0.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB) 2024-03-19 21:41:41,531 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 23.7 MB/s eta 0:00:00 2024-03-19 21:41:41,571 INFO Downloading pyparsing-3.1.2-py3-none-any.whl (103 kB) 2024-03-19 21:41:41,591 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 103.2/103.2 kB 10.3 MB/s eta 0:00:00 2024-03-19 21:41:41,631 INFO Downloading referencing-0.34.0-py3-none-any.whl (26 kB) 2024-03-19 21:41:41,671 INFO Downloading rpds_py-0.18.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB) 2024-03-19 21:41:41,731 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 20.8 MB/s eta 0:00:00 2024-03-19 21:41:41,751 INFO Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB) 2024-03-19 21:41:41,811 INFO Downloading anyio-4.3.0-py3-none-any.whl (85 kB) 2024-03-19 21:41:41,811 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.6/85.6 kB 8.9 MB/s eta 0:00:00 2024-03-19 21:41:41,851 INFO Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) 2024-03-19 21:41:41,891 INFO Downloading opt_einsum-3.3.0-py3-none-any.whl (65 kB) 2024-03-19 21:41:41,892 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.5/65.5 kB 7.7 MB/s eta 0:00:00 2024-03-19 21:41:41,931 INFO Downloading portalocker-2.8.2-py3-none-any.whl (17 kB) 2024-03-19 21:41:41,971 INFO Downloading h11-0.14.0-py3-none-any.whl (58 kB) 2024-03-19 21:41:41,991 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 5.8 MB/s eta 0:00:00 2024-03-19 21:41:42,031 INFO Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB) 2024-03-19 21:41:42,031 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 kB 11.5 MB/s eta 0:00:00 2024-03-19 21:41:42,970 INFO Building wheels for collected packages: svglib, fvcore, antlr4-python3-runtime, iopath, pycollada 2024-03-19 21:41:42,971 INFO Building wheel for svglib (pyproject.toml): started 2024-03-19 21:41:43,131 INFO Building wheel for svglib (pyproject.toml): finished with status 'done' 2024-03-19 21:41:43,131 INFO Created wheel for svglib: filename=svglib-1.5.1-py3-none-any.whl size=30901 sha256=771587f7741eee34cb69ae74a96622ce6e9cf12605533f881d31023481003189 2024-03-19 21:41:43,131 INFO Stored in directory: /home/cho/.cache/pip/wheels/7e/01/0e/e6e336915d6e8448890a695770ba88fe030cc71060988016f6 2024-03-19 21:41:43,131 INFO Building wheel for fvcore (pyproject.toml): started 2024-03-19 21:41:43,291 INFO Building wheel for fvcore (pyproject.toml): finished with status 'done' 2024-03-19 21:41:43,291 INFO Created wheel for fvcore: filename=fvcore-0.1.5.post20221221-py3-none-any.whl size=61400 sha256=1c0758ffe8429805f79b462c7ff781ce8d87cd69f06a6e810bd2d1b6d4687960 2024-03-19 21:41:43,291 INFO Stored in directory: /home/cho/.cache/pip/wheels/65/71/95/3b8fde5c65c6e4a806e0867c1651dcc71a1cb2f3430e8f355f 2024-03-19 21:41:43,291 INFO Building wheel for antlr4-python3-runtime (pyproject.toml): started 2024-03-19 21:41:43,471 INFO Building wheel for antlr4-python3-runtime (pyproject.toml): finished with status 'done' 2024-03-19 21:41:43,471 INFO Created wheel for antlr4-python3-runtime: filename=antlr4_python3_runtime-4.9.3-py3-none-any.whl size=144554 sha256=4890150687bcdd2ac821c73583b94ad8513021599f6cb881c655ac56473437a8 2024-03-19 21:41:43,471 INFO Stored in directory: /home/cho/.cache/pip/wheels/1a/97/32/461f837398029ad76911109f07047fde1d7b661a147c7c56d1 2024-03-19 21:41:43,471 INFO Building wheel for iopath (pyproject.toml): started 2024-03-19 21:41:43,611 INFO Building wheel for iopath (pyproject.toml): finished with status 'done' 2024-03-19 21:41:43,611 INFO Created wheel for iopath: filename=iopath-0.1.10-py3-none-any.whl size=31532 sha256=c93772d9a319087f16fa66edf32b0837c0dec0fa5952c5b15cdfd1562bcf8395 2024-03-19 21:41:43,611 INFO Stored in directory: /home/cho/.cache/pip/wheels/ba/5e/16/6117f8fe7e9c0c161a795e10d94645ebcf301ccbd01f66d8ec 2024-03-19 21:41:43,611 INFO Building wheel for pycollada (pyproject.toml): started 2024-03-19 21:41:43,791 INFO Building wheel for pycollada (pyproject.toml): finished with status 'done' 2024-03-19 21:41:43,791 INFO Created wheel for pycollada: filename=pycollada-0.8-py3-none-any.whl size=127515 sha256=4e5d7f652b4a35fe255fa563c0e9b2e2479cdaed03c3e9a234db11a270ebfe7c 2024-03-19 21:41:43,791 INFO Stored in directory: /home/cho/.cache/pip/wheels/72/f0/6c/2fd64355f3a11cb6673fd92e0417c5ed5bf37a796d9c180562 2024-03-19 21:41:43,791 INFO Successfully built svglib fvcore antlr4-python3-runtime iopath pycollada 2024-03-19 21:41:44,611 INFO Installing collected packages: webencodings, wcwidth, flatbuffers, antlr4-python3-runtime, addict, zipp, yacs, xxhash, xatlas, vhacdx, typing-extensions, trimesh, tomli, tinycss2, tifffile, threadpoolctl, termcolor, tabulate, svg.path, sniffio, six, shapely, rtree, rpds-py, pyparsing, pycparser, protobuf, portalocker, platformdirs, opt-einsum, opencv-python-headless, opencv-python, opencv-contrib-python, omegaconf, ml-dtypes, mapbox-earcut, lxml, lazy_loader, kiwisolver, joblib, imageio, h11, ftfy, fonttools, embreex, cycler, contourpy, colorlog, chardet, absl-py, scikit-learn, scikit-image, reportlab, referencing, python-dateutil, jaxlib, jax, iopath, importlib_metadata, httpcore, cssselect2, CFFI, anyio, yapf, svglib, sounddevice, pycollada, matplotlib, jsonschema-specifications, httpx, fvcore, albumentations, mediapipe, jsonschema 2024-03-19 21:41:44,790 INFO Attempting uninstall: typing-extensions 2024-03-19 21:41:44,810 INFO Found existing installation: typing_extensions 4.8.0 2024-03-19 21:41:44,810 INFO Uninstalling typing_extensions-4.8.0: 2024-03-19 21:41:44,890 INFO Successfully uninstalled typing_extensions-4.8.0 2024-03-19 21:41:58,630 INFO Successfully installed CFFI-1.16.0 absl-py-2.1.0 addict-2.4.0 albumentations-1.4.2 antlr4-python3-runtime-4.9.3 anyio-4.3.0 chardet-5.2.0 colorlog-6.8.2 contourpy-1.2.0 cssselect2-0.7.0 cycler-0.12.1 embreex-2.17.7.post4 flatbuffers-24.3.7 fonttools-4.50.0 ftfy-6.2.0 fvcore-0.1.5.post20221221 h11-0.14.0 httpcore-1.0.4 httpx-0.27.0 imageio-2.34.0 importlib_metadata-7.0.2 iopath-0.1.10 jax-0.4.25 jaxlib-0.4.25 joblib-1.3.2 jsonschema-4.21.1 jsonschema-specifications-2023.12.1 kiwisolver-1.4.5 lazy_loader-0.3 lxml-5.1.0 mapbox-earcut-1.0.1 matplotlib-3.8.3 mediapipe-0.10.11 ml-dtypes-0.3.2 omegaconf-2.3.0 opencv-contrib-python-4.9.0.80 opencv-python-4.9.0.80 opencv-python-headless-4.9.0.80 opt-einsum-3.3.0 platformdirs-4.2.0 portalocker-2.8.2 protobuf-3.20.3 pycollada-0.8 pycparser-2.21 pyparsing-3.1.2 python-dateutil-2.9.0.post0 referencing-0.34.0 reportlab-4.1.0 rpds-py-0.18.0 rtree-1.2.0 scikit-image-0.22.0 scikit-learn-1.4.1.post1 shapely-2.0.3 six-1.16.0 sniffio-1.3.1 sounddevice-0.4.6 svg.path-6.3 svglib-1.5.1 tabulate-0.9.0 termcolor-2.4.0 threadpoolctl-3.3.0 tifffile-2024.2.12 tinycss2-1.2.1 tomli-2.0.1 trimesh-4.2.0 typing-extensions-4.10.0 vhacdx-0.0.6 wcwidth-0.2.13 webencodings-0.5.1 xatlas-0.0.9 xxhash-3.4.1 yacs-0.1.8 yapf-0.40.2 zipp-3.18.1 2024-03-19 21:41:59,252 INFO Finished installing ControlNet Preprocessors 2024-03-19 21:41:59,253 INFO Downloading https://github.com/cubiq/ComfyUI_IPAdapter_plus/archive/46241f3ba5401f076f8d90c2aa85f2194910e1a9.zip to /home/cho/.local/share/krita/ai_diffusion/server/.cache/ComfyUI_IPAdapter_plus-46241f3ba5401f076f8d90c2aa85f2194910e1a9.zip 2024-03-19 21:41:59,811 INFO Extracting /home/cho/.local/share/krita/ai_diffusion/server/.cache/ComfyUI_IPAdapter_plus-46241f3ba5401f076f8d90c2aa85f2194910e1a9.zip to /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes 2024-03-19 21:41:59,826 INFO Finished installing IP-Adapter 2024-03-19 21:41:59,827 INFO Downloading https://github.com/Acly/krita-ai-diffusion/releases/download/v0.1.0/ComfyUI_UltimateSDUpscale-6ea48202a76ccf5904ddfa85f826efa80dd50520-repack.zip to /home/cho/.local/share/krita/ai_diffusion/server/.cache/ComfyUI_UltimateSDUpscale-6ea48202a76ccf5904ddfa85f826efa80dd50520.zip 2024-03-19 21:42:00,533 INFO Extracting /home/cho/.local/share/krita/ai_diffusion/server/.cache/ComfyUI_UltimateSDUpscale-6ea48202a76ccf5904ddfa85f826efa80dd50520.zip to /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes 2024-03-19 21:42:00,551 INFO Finished installing Ultimate SD Upscale 2024-03-19 21:42:00,552 INFO Downloading https://github.com/Acly/comfyui-tooling-nodes/archive/69143ec68fd330309703c57a0284a803f0d6bf0b.zip to /home/cho/.local/share/krita/ai_diffusion/server/.cache/comfyui-tooling-nodes-69143ec68fd330309703c57a0284a803f0d6bf0b.zip 2024-03-19 21:42:00,835 INFO Extracting /home/cho/.local/share/krita/ai_diffusion/server/.cache/comfyui-tooling-nodes-69143ec68fd330309703c57a0284a803f0d6bf0b.zip to /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes 2024-03-19 21:42:00,846 INFO Finished installing External Tooling Nodes 2024-03-19 21:42:00,846 INFO Downloading https://github.com/Acly/comfyui-inpaint-nodes/archive/54493635e83539bfa1caaf08564a618bc3567878.zip to /home/cho/.local/share/krita/ai_diffusion/server/.cache/comfyui-inpaint-nodes-54493635e83539bfa1caaf08564a618bc3567878.zip 2024-03-19 21:42:01,393 INFO Extracting /home/cho/.local/share/krita/ai_diffusion/server/.cache/comfyui-inpaint-nodes-54493635e83539bfa1caaf08564a618bc3567878.zip to /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/custom_nodes 2024-03-19 21:42:01,429 INFO Finished installing Inpaint Nodes 2024-03-19 21:42:01,429 INFO Installation finished in /home/cho/.local/share/krita/ai_diffusion/server 2024-03-19 21:42:01,429 INFO Found server installation v1.14.0 at /home/cho/.local/share/krita/ai_diffusion/server 2024-03-19 21:42:01,431 INFO Downloading https://huggingface.co/h94/IP-Adapter/resolve/main/models/image_encoder/model.safetensors to /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/models/clip_vision/SD1.5/model.safetensors 2024-03-19 21:43:48,637 INFO Downloading https://huggingface.co/gemasai/4x_NMKD-Superscale-SP_178000_G/resolve/main/4x_NMKD-Superscale-SP_178000_G.pth to /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/models/upscale_models/4x_NMKD-Superscale-SP_178000_G.pth 2024-03-19 21:43:56,617 INFO Downloading https://huggingface.co/Acly/Omni-SR/resolve/main/OmniSR_X2_DIV2K.safetensors to /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/models/upscale_models/OmniSR_X2_DIV2K.safetensors 2024-03-19 21:43:57,079 INFO Downloading https://huggingface.co/Acly/Omni-SR/resolve/main/OmniSR_X3_DIV2K.safetensors to /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/models/upscale_models/OmniSR_X3_DIV2K.safetensors 2024-03-19 21:43:57,458 INFO Downloading https://huggingface.co/Acly/Omni-SR/resolve/main/OmniSR_X4_DIV2K.safetensors to /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/models/upscale_models/OmniSR_X4_DIV2K.safetensors 2024-03-19 21:43:57,738 INFO Downloading https://huggingface.co/Acly/MAT/resolve/main/MAT_Places512_G_fp16.safetensors to /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/models/inpaint/MAT_Places512_G_fp16.safetensors 2024-03-19 21:44:02,819 INFO Found server installation v1.14.0 at /home/cho/.local/share/krita/ai_diffusion/server 2024-03-19 21:44:02,835 INFO Downloading https://huggingface.co/h94/IP-Adapter/resolve/main/sdxl_models/ip-adapter_sdxl_vit-h.safetensors to /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/models/ipadapter/ip-adapter_sdxl_vit-h.safetensors 2024-03-19 21:44:31,016 INFO Downloading https://huggingface.co/latent-consistency/lcm-lora-sdxl/resolve/main/pytorch_lora_weights.safetensors to /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/models/loras/lcm-lora-sdxl.safetensors 2024-03-19 21:44:46,877 INFO Downloading https://huggingface.co/lllyasviel/fooocus_inpaint/resolve/main/fooocus_inpaint_head.pth to /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/models/inpaint/fooocus_inpaint_head.pth 2024-03-19 21:44:47,098 INFO Downloading https://huggingface.co/lllyasviel/fooocus_inpaint/resolve/main/inpaint_v26.fooocus.patch to /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/models/inpaint/inpaint_v26.fooocus.patch 2024-03-19 21:45:40,236 INFO Downloading https://huggingface.co/lllyasviel/fav_models/resolve/main/fav/juggernautXL_version6Rundiffusion.safetensors to /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/models/checkpoints/juggernautXL_version6Rundiffusion.safetensors 2024-03-19 21:50:28,668 INFO Downloading https://huggingface.co/Acly/hat/resolve/main/HAT_SRx4_ImageNet-pretrain.pth to /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/models/upscale_models/HAT_SRx4_ImageNet-pretrain.pth 2024-03-19 21:50:32,627 INFO Downloading https://huggingface.co/Acly/hat/resolve/main/Real_HAT_GAN_sharper.pth to /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/models/upscale_models/Real_HAT_GAN_sharper.pth 2024-03-19 21:50:39,726 INFO Downloading https://huggingface.co/lllyasviel/sd_control_collection/resolve/main/sai_xl_sketch_256lora.safetensors to /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/models/controlnet/sai_xl_sketch_256lora.safetensors 2024-03-19 21:51:10,788 INFO Downloading https://huggingface.co/lllyasviel/sd_control_collection/resolve/main/sai_xl_canny_256lora.safetensors to /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/models/controlnet/sai_xl_canny_256lora.safetensors 2024-03-19 21:51:41,828 INFO Downloading https://huggingface.co/lllyasviel/sd_control_collection/resolve/main/sai_xl_depth_256lora.safetensors to /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/models/controlnet/sai_xl_depth_256lora.safetensors 2024-03-19 21:52:13,089 INFO Downloading https://huggingface.co/lllyasviel/sd_control_collection/resolve/main/thibaud_xl_openpose_256lora.safetensors to /home/cho/.local/share/krita/ai_diffusion/server/ComfyUI/models/controlnet/thibaud_xl_openpose_256lora.safetensors 2024-03-19 21:52:43,909 INFO Executing /home/cho/.local/share/krita/ai_diffusion/server/venv/bin/python -su -m pip install onnxruntime 2024-03-19 21:52:44,831 INFO Collecting onnxruntime 2024-03-19 21:52:45,031 INFO Downloading onnxruntime-1.17.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (4.3 kB) 2024-03-19 21:52:45,292 INFO Collecting coloredlogs (from onnxruntime) 2024-03-19 21:52:45,331 INFO Downloading coloredlogs-15.0.1-py2.py3-none-any.whl.metadata (12 kB) 2024-03-19 21:52:45,471 INFO Requirement already satisfied: flatbuffers in ./venv/lib/python3.11/site-packages (from onnxruntime) (24.3.7) 2024-03-19 21:52:45,491 INFO Requirement already satisfied: numpy>=1.24.2 in ./venv/lib/python3.11/site-packages (from onnxruntime) (1.26.3) 2024-03-19 21:52:45,499 INFO Requirement already satisfied: packaging in ./venv/lib/python3.11/site-packages (from onnxruntime) (24.0) 2024-03-19 21:52:45,500 INFO Requirement already satisfied: protobuf in ./venv/lib/python3.11/site-packages (from onnxruntime) (3.20.3) 2024-03-19 21:52:45,500 INFO Requirement already satisfied: sympy in ./venv/lib/python3.11/site-packages (from onnxruntime) (1.12) 2024-03-19 21:52:45,672 INFO Collecting humanfriendly>=9.1 (from coloredlogs->onnxruntime) 2024-03-19 21:52:45,711 INFO Downloading humanfriendly-10.0-py2.py3-none-any.whl.metadata (9.2 kB) 2024-03-19 21:52:45,791 INFO Requirement already satisfied: mpmath>=0.19 in ./venv/lib/python3.11/site-packages (from sympy->onnxruntime) (1.3.0) 2024-03-19 21:52:45,851 INFO Downloading onnxruntime-1.17.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.8 MB) 2024-03-19 21:52:46,311 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.8/6.8 MB 15.3 MB/s eta 0:00:00 2024-03-19 21:52:46,351 INFO Downloading coloredlogs-15.0.1-py2.py3-none-any.whl (46 kB) 2024-03-19 21:52:46,371 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.0/46.0 kB 2.2 MB/s eta 0:00:00 2024-03-19 21:52:46,411 INFO Downloading humanfriendly-10.0-py2.py3-none-any.whl (86 kB) 2024-03-19 21:52:46,411 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 86.8/86.8 kB 8.2 MB/s eta 0:00:00 2024-03-19 21:52:47,231 INFO Installing collected packages: humanfriendly, coloredlogs, onnxruntime 2024-03-19 21:52:47,811 INFO Successfully installed coloredlogs-15.0.1 humanfriendly-10.0 onnxruntime-1.17.1 2024-03-19 21:52:48,012 INFO Executing /home/cho/.local/share/krita/ai_diffusion/server/venv/bin/python -su -m pip install insightface 2024-03-19 21:52:48,671 INFO Collecting insightface 2024-03-19 21:52:48,832 INFO Downloading insightface-0.7.3.tar.gz (439 kB) 2024-03-19 21:52:48,931 INFO ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 439.5/439.5 kB 4.1 MB/s eta 0:00:00 2024-03-19 21:52:48,991 INFO Installing build dependencies: started 2024-03-19 21:52:55,211 INFO Installing build dependencies: finished with status 'done' 2024-03-19 21:52:55,212 INFO Getting requirements to build wheel: started 2024-03-19 21:52:56,011 INFO Getting requirements to build wheel: finished with status 'done' 2024-03-19 21:52:56,012 INFO Installing backend dependencies: started 2024-03-19 21:52:57,531 INFO Installing backend dependencies: finished with status 'done' 2024-03-19 21:52:57,531 INFO Preparing metadata (pyproject.toml): started 2024-03-19 21:52:57,951 INFO Preparing metadata (pyproject.toml): finished with status 'done' 2024-03-19 21:52:57,971 INFO Requirement already satisfied: numpy in ./venv/lib/python3.11/site-packages (from insightface) (1.26.3) 2024-03-19 21:52:58,111 INFO Collecting onnx (from insightface) 2024-03-19 21:52:58,131 INFO Downloading onnx-1.15.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (15 kB) 2024-03-19 21:52:58,151 INFO Requirement already satisfied: tqdm in ./venv/lib/python3.11/site-packages (from insightface) (4.66.2) 2024-03-19 21:52:58,171 INFO Requirement already satisfied: requests in ./venv/lib/python3.11/site-packages (from insightface) (2.31.0) 2024-03-19 21:52:58,172 INFO Requirement already satisfied: matplotlib in ./venv/lib/python3.11/site-packages (from insightface) (3.8.3) 2024-03-19 21:52:58,172 INFO Requirement already satisfied: Pillow in ./venv/lib/python3.11/site-packages (from insightface) (10.2.0) 2024-03-19 21:52:58,173 INFO Requirement already satisfied: scipy in ./venv/lib/python3.11/site-packages (from insightface) (1.12.0) 2024-03-19 21:52:58,173 INFO Requirement already satisfied: scikit-learn in ./venv/lib/python3.11/site-packages (from insightface) (1.4.1.post1) 2024-03-19 21:52:58,173 INFO Requirement already satisfied: scikit-image in ./venv/lib/python3.11/site-packages (from insightface) (0.22.0) 2024-03-19 21:52:58,231 INFO Collecting easydict (from insightface) 2024-03-19 21:52:58,271 INFO Downloading easydict-1.13-py3-none-any.whl.metadata (4.2 kB) 2024-03-19 21:52:58,531 INFO Collecting cython (from insightface) 2024-03-19 21:52:58,531 INFO Using cached Cython-3.0.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.2 kB) 2024-03-19 21:52:58,531 INFO Requirement already satisfied: albumentations in ./venv/lib/python3.11/site-packages (from insightface) (1.4.2) 2024-03-19 21:52:58,591 INFO Collecting prettytable (from insightface) 2024-03-19 21:52:58,631 INFO Downloading prettytable-3.10.0-py3-none-any.whl.metadata (30 kB) 2024-03-19 21:52:58,651 INFO Requirement already satisfied: PyYAML in ./venv/lib/python3.11/site-packages (from albumentations->insightface) (6.0.1) 2024-03-19 21:52:58,651 INFO Requirement already satisfied: typing-extensions>=4.9.0 in ./venv/lib/python3.11/site-packages (from albumentations->insightface) (4.10.0) 2024-03-19 21:52:58,651 INFO Requirement already satisfied: opencv-python-headless>=4.9.0 in ./venv/lib/python3.11/site-packages (from albumentations->insightface) (4.9.0.80) 2024-03-19 21:52:58,691 INFO Requirement already satisfied: networkx>=2.8 in ./venv/lib/python3.11/site-packages (from scikit-image->insightface) (3.2.1) 2024-03-19 21:52:58,691 INFO Requirement already satisfied: imageio>=2.27 in ./venv/lib/python3.11/site-packages (from scikit-image->insightface) (2.34.0) 2024-03-19 21:52:58,691 INFO Requirement already satisfied: tifffile>=2022.8.12 in ./venv/lib/python3.11/site-packages (from scikit-image->insightface) (2024.2.12) 2024-03-19 21:52:58,691 INFO Requirement already satisfied: packaging>=21 in ./venv/lib/python3.11/site-packages (from scikit-image->insightface) (24.0) 2024-03-19 21:52:58,691 INFO Requirement already satisfied: lazy_loader>=0.3 in ./venv/lib/python3.11/site-packages (from scikit-image->insightface) (0.3) 2024-03-19 21:52:58,751 INFO Requirement already satisfied: joblib>=1.2.0 in ./venv/lib/python3.11/site-packages (from scikit-learn->insightface) (1.3.2) 2024-03-19 21:52:58,752 INFO Requirement already satisfied: threadpoolctl>=2.0.0 in ./venv/lib/python3.11/site-packages (from scikit-learn->insightface) (3.3.0) 2024-03-19 21:52:58,791 INFO Requirement already satisfied: contourpy>=1.0.1 in ./venv/lib/python3.11/site-packages (from matplotlib->insightface) (1.2.0) 2024-03-19 21:52:58,791 INFO Requirement already satisfied: cycler>=0.10 in ./venv/lib/python3.11/site-packages (from matplotlib->insightface) (0.12.1) 2024-03-19 21:52:58,791 INFO Requirement already satisfied: fonttools>=4.22.0 in ./venv/lib/python3.11/site-packages (from matplotlib->insightface) (4.50.0) 2024-03-19 21:52:58,791 INFO Requirement already satisfied: kiwisolver>=1.3.1 in ./venv/lib/python3.11/site-packages (from matplotlib->insightface) (1.4.5) 2024-03-19 21:52:58,791 INFO Requirement already satisfied: pyparsing>=2.3.1 in ./venv/lib/python3.11/site-packages (from matplotlib->insightface) (3.1.2) 2024-03-19 21:52:58,791 INFO Requirement already satisfied: python-dateutil>=2.7 in ./venv/lib/python3.11/site-packages (from matplotlib->insightface) (2.9.0.post0) 2024-03-19 21:52:58,791 INFO Requirement already satisfied: protobuf>=3.20.2 in ./venv/lib/python3.11/site-packages (from onnx->insightface) (3.20.3) 2024-03-19 21:52:58,811 INFO Requirement already satisfied: wcwidth in ./venv/lib/python3.11/site-packages (from prettytable->insightface) (0.2.13) 2024-03-19 21:52:58,812 INFO Requirement already satisfied: charset-normalizer<4,>=2 in ./venv/lib/python3.11/site-packages (from requests->insightface) (3.3.2) 2024-03-19 21:52:58,812 INFO Requirement already satisfied: idna<4,>=2.5 in ./venv/lib/python3.11/site-packages (from requests->insightface) (3.6) 2024-03-19 21:52:58,812 INFO Requirement already satisfied: urllib3<3,>=1.21.1 in ./venv/lib/python3.11/site-packages (from requests->insightface) (2.2.1) 2024-03-19 21:52:58,812 INFO Requirement already satisfied: certifi>=2017.4.17 in ./venv/lib/python3.11/site-packages (from requests->insightface) (2024.2.2) 2024-03-19 21:52:58,951 INFO Requirement already satisfied: six>=1.5 in ./venv/lib/python3.11/site-packages (from python-dateutil>=2.7->matplotlib->insightface) (1.16.0) 2024-03-19 21:52:58,991 INFO Using cached Cython-3.0.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2024-03-19 21:52:59,011 INFO Downloading easydict-1.13-py3-none-any.whl (6.8 kB) 2024-03-19 21:52:59,031 INFO Using cached onnx-1.15.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (15.7 MB) 2024-03-19 21:52:59,091 INFO Using cached prettytable-3.10.0-py3-none-any.whl (28 kB) 2024-03-19 21:52:59,171 INFO Building wheels for collected packages: insightface 2024-03-19 21:52:59,172 INFO Building wheel for insightface (pyproject.toml): started 2024-03-19 21:53:00,471 INFO Building wheel for insightface (pyproject.toml): finished with status 'error' 2024-03-19 21:53:00,471 INFO Failed to build insightface 2024-03-19 21:53:00,751 ERROR Error during installation: error: subprocess-exited-with-error × Building wheel for insightface (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [226 lines of output] WARNING: pandoc not enabled running bdist_wheel running build running build_py creating build creating build/lib.linux-x86_64-cpython-311 creating build/lib.linux-x86_64-cpython-311/insightface copying insightface/init.py -> build/lib.linux-x86_64-cpython-311/insightface creating build/lib.linux-x86_64-cpython-311/insightface/utils copying insightface/utils/transform.py -> build/lib.linux-x86_64-cpython-311/insightface/utils copying insightface/utils/face_align.py -> build/lib.linux-x86_64-cpython-311/insightface/utils copying insightface/utils/filesystem.py -> build/lib.linux-x86_64-cpython-311/insightface/utils copying insightface/utils/constant.py -> build/lib.linux-x86_64-cpython-311/insightface/utils copying insightface/utils/init.py -> build/lib.linux-x86_64-cpython-311/insightface/utils copying insightface/utils/storage.py -> build/lib.linux-x86_64-cpython-311/insightface/utils copying insightface/utils/download.py -> build/lib.linux-x86_64-cpython-311/insightface/utils creating build/lib.linux-x86_64-cpython-311/insightface/app copying insightface/app/face_analysis.py -> build/lib.linux-x86_64-cpython-311/insightface/app copying insightface/app/common.py -> build/lib.linux-x86_64-cpython-311/insightface/app copying insightface/app/init.py -> build/lib.linux-x86_64-cpython-311/insightface/app copying insightface/app/mask_renderer.py -> build/lib.linux-x86_64-cpython-311/insightface/app creating build/lib.linux-x86_64-cpython-311/insightface/model_zoo copying insightface/model_zoo/model_store.py -> build/lib.linux-x86_64-cpython-311/insightface/model_zoo copying insightface/model_zoo/model_zoo.py -> build/lib.linux-x86_64-cpython-311/insightface/model_zoo copying insightface/model_zoo/init.py -> build/lib.linux-x86_64-cpython-311/insightface/model_zoo copying insightface/model_zoo/arcface_onnx.py -> build/lib.linux-x86_64-cpython-311/insightface/model_zoo copying insightface/model_zoo/inswapper.py -> build/lib.linux-x86_64-cpython-311/insightface/model_zoo copying insightface/model_zoo/retinaface.py -> build/lib.linux-x86_64-cpython-311/insightface/model_zoo copying insightface/model_zoo/attribute.py -> build/lib.linux-x86_64-cpython-311/insightface/model_zoo copying insightface/model_zoo/scrfd.py -> build/lib.linux-x86_64-cpython-311/insightface/model_zoo copying insightface/model_zoo/landmark.py -> build/lib.linux-x86_64-cpython-311/insightface/model_zoo creating build/lib.linux-x86_64-cpython-311/insightface/commands copying insightface/commands/init.py -> build/lib.linux-x86_64-cpython-311/insightface/commands copying insightface/commands/rec_add_mask_param.py -> build/lib.linux-x86_64-cpython-311/insightface/commands copying insightface/commands/model_download.py -> build/lib.linux-x86_64-cpython-311/insightface/commands copying insightface/commands/insightface_cli.py -> build/lib.linux-x86_64-cpython-311/insightface/commands creating build/lib.linux-x86_64-cpython-311/insightface/thirdparty copying insightface/thirdparty/init.py -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty creating build/lib.linux-x86_64-cpython-311/insightface/data copying insightface/data/pickle_object.py -> build/lib.linux-x86_64-cpython-311/insightface/data copying insightface/data/init.py -> build/lib.linux-x86_64-cpython-311/insightface/data copying insightface/data/rec_builder.py -> build/lib.linux-x86_64-cpython-311/insightface/data copying insightface/data/image.py -> build/lib.linux-x86_64-cpython-311/insightface/data creating build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d copying insightface/thirdparty/face3d/init.py -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d creating build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/morphable_model copying insightface/thirdparty/face3d/morphable_model/fit.py -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/morphable_model copying insightface/thirdparty/face3d/morphable_model/load.py -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/morphable_model copying insightface/thirdparty/face3d/morphable_model/init.py -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/morphable_model copying insightface/thirdparty/face3d/morphable_model/morphabel_model.py -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/morphable_model creating build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh_numpy copying insightface/thirdparty/face3d/mesh_numpy/transform.py -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh_numpy copying insightface/thirdparty/face3d/mesh_numpy/light.py -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh_numpy copying insightface/thirdparty/face3d/mesh_numpy/render.py -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh_numpy copying insightface/thirdparty/face3d/mesh_numpy/init.py -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh_numpy copying insightface/thirdparty/face3d/mesh_numpy/io.py -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh_numpy copying insightface/thirdparty/face3d/mesh_numpy/vis.py -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh_numpy creating build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh copying insightface/thirdparty/face3d/mesh/transform.py -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh copying insightface/thirdparty/face3d/mesh/light.py -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh copying insightface/thirdparty/face3d/mesh/render.py -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh copying insightface/thirdparty/face3d/mesh/init.py -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh copying insightface/thirdparty/face3d/mesh/io.py -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh copying insightface/thirdparty/face3d/mesh/vis.py -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh running egg_info writing insightface.egg-info/PKG-INFO writing dependency_links to insightface.egg-info/dependency_links.txt writing entry points to insightface.egg-info/entry_points.txt writing requirements to insightface.egg-info/requires.txt writing top-level names to insightface.egg-info/top_level.txt reading manifest file 'insightface.egg-info/SOURCES.txt' writing manifest file 'insightface.egg-info/SOURCES.txt' /tmp/pip-build-env-nct7toks/overlay/lib/python3.11/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'insightface.data.images' is absent from the packages configuration. !!


############################

Package would be ignored

############################ Python recognizes 'insightface.data.images' as an importable package[^1], but it is absent from setuptools' packages configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'insightface.data.images' is explicitly added to the packages configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using find_namespace_packages(...)/find_namespace: instead of find_packages(...)/find:). You can read more about "package discovery" on setuptools documentation page: https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
If you don't want 'insightface.data.images' to be distributed and are already explicitly excluding 'insightface.data.images' via find_namespace_packages(...)/find_namespace or find_packages(...)/find, you can try to use exclude_package_data, or include-package-data=False in combination with a more fine grained package-data configuration. You can read more about "package data files" on setuptools documentation page: https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any .py files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages.


!! check.warn(importable) /tmp/pip-build-env-nct7toks/overlay/lib/python3.11/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'insightface.data.objects' is absent from the packages configuration. !!


############################

Package would be ignored

############################ Python recognizes 'insightface.data.objects' as an importable package[^1], but it is absent from setuptools' packages configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'insightface.data.objects' is explicitly added to the packages configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using find_namespace_packages(...)/find_namespace: instead of find_packages(...)/find:). You can read more about "package discovery" on setuptools documentation page: https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'insightface.data.objects' to be distributed and are already explicitly excluding 'insightface.data.objects' via find_namespace_packages(...)/find_namespace or find_packages(...)/find, you can try to use exclude_package_data, or include-package-data=False in combination with a more fine grained package-data configuration. You can read more about "package data files" on setuptools documentation page:

  • https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any .py files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages.

    !! check.warn(importable) /tmp/pip-build-env-nct7toks/overlay/lib/python3.11/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'insightface.thirdparty.face3d.mesh.cython' is absent from the packages configuration. !!


    ############################

    Package would be ignored

    ############################ Python recognizes 'insightface.thirdparty.face3d.mesh.cython' as an importable package[^1], but it is absent from setuptools' packages configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'insightface.thirdparty.face3d.mesh.cython' is explicitly added to the packages configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using find_namespace_packages(...)/find_namespace: instead of find_packages(...)/find:) You can read more about "package discovery" on setuptools documentation page: https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'insightface.thirdparty.face3d.mesh.cython' to be distributed and are already explicitly excluding 'insightface.thirdparty.face3d.mesh.cython' via find_namespace_packages(...)/find_namespace or find_packages(...)/find, you can try to use exclude_package_data, or include-package-data=False in combination with a more fine grained package-data configuration. You can read more about "package data files" on setuptools documentation page:

    • https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any .py files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages.

      !! check.warn(importable) creating build/lib.linux-x86_64-cpython-311/insightface/data/images copying insightface/data/images/Tom_Hanks_54745.png -> build/lib.linux-x86_64-cpython-311/insightface/data/images copying insightface/data/images/mask_black.jpg -> build/lib.linux-x86_64-cpython-311/insightface/data/images copying insightface/data/images/mask_blue.jpg -> build/lib.linux-x86_64-cpython-311/insightface/data/images copying insightface/data/images/mask_green.jpg -> build/lib.linux-x86_64-cpython-311/insightface/data/images copying insightface/data/images/mask_white.jpg -> build/lib.linux-x86_64-cpython-311/insightface/data/images copying insightface/data/images/t1.jpg -> build/lib.linux-x86_64-cpython-311/insightface/data/images creating build/lib.linux-x86_64-cpython-311/insightface/data/objects copying insightface/data/objects/meanshape_68.pkl -> build/lib.linux-x86_64-cpython-311/insightface/data/objects creating build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh/cython copying insightface/thirdparty/face3d/mesh/cython/mesh_core.cpp -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh/cython copying insightface/thirdparty/face3d/mesh/cython/mesh_core.h -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh/cython copying insightface/thirdparty/face3d/mesh/cython/mesh_core_cython.c -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh/cython copying insightface/thirdparty/face3d/mesh/cython/mesh_core_cython.cpp -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh/cython copying insightface/thirdparty/face3d/mesh/cython/mesh_core_cython.pyx -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh/cython copying insightface/thirdparty/face3d/mesh/cython/setup.py -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh/cython running build_ext building 'insightface.thirdparty.face3d.mesh.cython.mesh_core_cython' extension creating build/temp.linux-x86_64-cpython-311 creating build/temp.linux-x86_64-cpython-311/insightface creating build/temp.linux-x86_64-cpython-311/insightface/thirdparty creating build/temp.linux-x86_64-cpython-311/insightface/thirdparty/face3d creating build/temp.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh creating build/temp.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh/cython x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -Iinsightface/thirdparty/face3d/mesh/cython -I/tmp/pip-build-env-nct7toks/overlay/lib/python3.11/site-packages/numpy/core/include -I/home/cho/.local/share/krita/ai_diffusion/server/venv/include -I/usr/include/python3.11 -c insightface/thirdparty/face3d/mesh/cython/mesh_core.cpp -o build/temp.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh/cython/mesh_core.o x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -Iinsightface/thirdparty/face3d/mesh/cython -I/tmp/pip-build-env-nct7toks/overlay/lib/python3.11/site-packages/numpy/core/include -I/home/cho/.local/share/krita/ai_diffusion/server/venv/include -I/usr/include/python3.11 -c insightface/thirdparty/face3d/mesh/cython/mesh_core_cython.cpp -o build/temp.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh/cython/mesh_core_cython.o insightface/thirdparty/face3d/mesh/cython/mesh_core_cython.cpp:36:10: fatal error: Python.h: No such file or directory 36 | #include "Python.h" | ^~~~~~ compilation terminated. error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1 [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for insightface ERROR: Could not build wheels for insightface, which is required to install pyproject.toml-based projects Traceback (most recent call last): File "/home/cho/.local/share/krita/pykrita/ai_diffusion/server.py", line 298, in download await self._install_requirements(resource.requirements, network, cb) File "/home/cho/.local/share/krita/pykrita/ai_diffusion/server.py", line 239, in _install_requirements await self._install_insightface(network, cb) File "/home/cho/.local/share/krita/pykrita/ai_diffusion/server.py", line 233, in _install_insightface await _execute_process("FaceID", self._pip_install("insightface"), self.path, cb) File "/home/cho/.local/share/krita/pykrita/ai_diffusion/server.py", line 552, in _execute_process raise Exception(f"Error during installation: {errlog}") Exception: Error during installation: error: subprocess-exited-with-error × Building wheel for insightface (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [226 lines of output] WARNING: pandoc not enabled running bdist_wheel running build running build_py creating build creating build/lib.linux-x86_64-cpython-311 creating build/lib.linux-x86_64-cpython-311/insightface copying insightface/init.py -> build/lib.linux-x86_64-cpython-311/insightface creating build/lib.linux-x86_64-cpython-311/insightface/utils copying insightface/utils/transform.py -> build/lib.linux-x86_64-cpython-311/insightface/utils copying insightface/utils/face_align.py -> build/lib.linux-x86_64-cpython-311/insightface/utils copying insightface/utils/filesystem.py -> build/lib.linux-x86_64-cpython-311/insightface/utils copying insightface/utils/constant.py -> build/lib.linux-x86_64-cpython-311/insightface/utils copying insightface/utils/init.py -> build/lib.linux-x86_64-cpython-311/insightface/utils copying insightface/utils/storage.py -> build/lib.linux-x86_64-cpython-311/insightface/utils copying insightface/utils/download.py -> build/lib.linux-x86_64-cpython-311/insightface/utils creating build/lib.linux-x86_64-cpython-311/insightface/app copying insightface/app/face_analysis.py -> build/lib.linux-x86_64-cpython-311/insightface/app copying insightface/app/common.py -> build/lib.linux-x86_64-cpython-311/insightface/app copying insightface/app/init.py -> build/lib.linux-x86_64-cpython-311/insightface/app copying insightface/app/mask_renderer.py -> build/lib.linux-x86_64-cpython-311/insightface/app creating build/lib.linux-x86_64-cpython-311/insightface/model_zoo copying insightface/model_zoo/model_store.py -> build/lib.linux-x86_64-cpython-311/insightface/model_zoo copying insightface/model_zoo/model_zoo.py -> build/lib.linux-x86_64-cpython-311/insightface/model_zoo copying insightface/model_zoo/init.py -> build/lib.linux-x86_64-cpython-311/insightface/model_zoo copying insightface/model_zoo/arcface_onnx.py -> build/lib.linux-x86_64-cpython-311/insightface/model_zoo copying insightface/model_zoo/inswapper.py -> build/lib.linux-x86_64-cpython-311/insightface/model_zoo copying insightface/model_zoo/retinaface.py -> build/lib.linux-x86_64-cpython-311/insightface/model_zoo copying insightface/model_zoo/attribute.py -> build/lib.linux-x86_64-cpython-311/insightface/model_zoo copying insightface/model_zoo/scrfd.py -> build/lib.linux-x86_64-cpython-311/insightface/model_zoo copying insightface/model_zoo/landmark.py -> build/lib.linux-x86_64-cpython-311/insightface/model_zoo creating build/lib.linux-x86_64-cpython-311/insightface/commands copying insightface/commands/init.py -> build/lib.linux-x86_64-cpython-311/insightface/commands copying insightface/commands/rec_add_mask_param.py -> build/lib.linux-x86_64-cpython-311/insightface/commands copying insightface/commands/model_download.py -> build/lib.linux-x86_64-cpython-311/insightface/commands copying insightface/commands/insightface_cli.py -> build/lib.linux-x86_64-cpython-311/insightface/commands creating build/lib.linux-x86_64-cpython-311/insightface/thirdparty copying insightface/thirdparty/init.py -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty creating build/lib.linux-x86_64-cpython-311/insightface/data copying insightface/data/pickle_object.py -> build/lib.linux-x86_64-cpython-311/insightface/data copying insightface/data/init.py -> build/lib.linux-x86_64-cpython-311/insightface/data copying insightface/data/rec_builder.py -> build/lib.linux-x86_64-cpython-311/insightface/data copying insightface/data/image.py -> build/lib.linux-x86_64-cpython-311/insightface/data creating build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d copying insightface/thirdparty/face3d/init.py -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d creating build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/morphable_model copying insightface/thirdparty/face3d/morphable_model/fit.py -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/morphable_model copying insightface/thirdparty/face3d/morphable_model/load.py -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/morphable_model copying insightface/thirdparty/face3d/morphable_model/init.py -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/morphable_model copying insightface/thirdparty/face3d/morphable_model/morphabel_model.py -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/morphable_model creating build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh_numpy copying insightface/thirdparty/face3d/mesh_numpy/transform.py -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh_numpy copying insightface/thirdparty/face3d/mesh_numpy/light.py -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh_numpy copying insightface/thirdparty/face3d/mesh_numpy/render.py -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh_numpy copying insightface/thirdparty/face3d/mesh_numpy/init.py -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh_numpy copying insightface/thirdparty/face3d/mesh_numpy/io.py -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh_numpy copying insightface/thirdparty/face3d/mesh_numpy/vis.py -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh_numpy creating build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh copying insightface/thirdparty/face3d/mesh/transform.py -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh copying insightface/thirdparty/face3d/mesh/light.py -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh copying insightface/thirdparty/face3d/mesh/render.py -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh copying insightface/thirdparty/face3d/mesh/init.py -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh copying insightface/thirdparty/face3d/mesh/io.py -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh copying insightface/thirdparty/face3d/mesh/vis.py -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh running egg_info writing insightface.egg-info/PKG-INFO writing dependency_links to insightface.egg-info/dependency_links.txt writing entry points to insightface.egg-info/entry_points.txt writing requirements to insightface.egg-info/requires.txt writing top-level names to insightface.egg-info/top_level.txt reading manifest file 'insightface.egg-info/SOURCES.txt' writing manifest file 'insightface.egg-info/SOURCES.txt' /tmp/pip-build-env-nct7toks/overlay/lib/python3.11/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'insightface.data.images' is absent from the packages configuration. !!


      ############################

      Package would be ignored

      ############################ Python recognizes 'insightface.data.images' as an importable package[^1], but it is absent from setuptools' packages configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'insightface.data.images' is explicitly added to the packages configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using find_namespace_packages(...)/find_namespace: instead of find_packages(...)/find:). You can read more about "package discovery" on setuptools documentation page: https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'insightface.data.images' to be distributed and are already explicitly excluding 'insightface.data.images' via find_namespace_packages(...)/find_namespace or find_packages(...)/find, you can try to use exclude_package_data, or include-package-data=False in combination with a more fine grained package-data configuration. You can read more about "package data files" on setuptools documentation page:

  • https://setuptools.pypa.io/en/latest/userguide/datafiles.html
    [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any .py files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages.

    !! check.warn(importable) /tmp/pip-build-env-nct7toks/overlay/lib/python3.11/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'insightface.data.objects' is absent from the packages configuration. !!


    ############################

    Package would be ignored

    ############################ Python recognizes 'insightface.data.objects' as an importable package[^1], but it is absent from setuptools' packages configuration.
    This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'insightface.data.objects' is explicitly added to the packages configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using find_namespace_packages(...)/find_namespace: instead of find_packages(...)/find:). You can read more about "package discovery" on setuptools documentation page: https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'insightface.data.objects' to be distributed and are already explicitly excluding 'insightface.data.objects' via find_namespace_packages(...)/find_namespace or find_packages(...)/find, you can try to use exclude_package_data, or include-package-data=False in combination with a more fine grained package-data configuration. You can read more about "package data files" on setuptools documentation page:

  • https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any .py files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages.

    !! check.warn(importable) /tmp/pip-build-env-nct7toks/overlay/lib/python3.11/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'insightface.thirdparty.face3d.mesh.cython' is absent from the packages configuration. !!


    ############################

    Package would be ignored

    ############################ Python recognizes 'insightface.thirdparty.face3d.mesh.cython' as an importable package[^1], but it is absent from setuptools' packages configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'insightface.thirdparty.face3d.mesh.cython' is explicitly added to the packages configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using find_namespace_packages(...)/find_namespace: instead of find_packages(...)/find:) You can read more about "package discovery" on setuptools documentation page: https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'insightface.thirdparty.face3d.mesh.cython' to be distributed and are already explicitly excluding 'insightface.thirdparty.face3d.mesh.cython' via find_namespace_packages(...)/find_namespace or find_packages(...)/find, you can try to use exclude_package_data, or include-package-data=False in combination with a more fine grained package-data configuration. You can read more about "package data files" on setuptools documentation page:

  • https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any .py files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages.

    !! check.warn(importable) creating build/lib.linux-x86_64-cpython-311/insightface/data/images copying insightface/data/images/Tom_Hanks_54745.png -> build/lib.linux-x86_64-cpython-311/insightface/data/images copying insightface/data/images/mask_black.jpg -> build/lib.linux-x86_64-cpython-311/insightface/data/images copying insightface/data/images/mask_blue.jpg -> build/lib.linux-x86_64-cpython-311/insightface/data/images copying insightface/data/images/mask_green.jpg -> build/lib.linux-x86_64-cpython-311/insightface/data/images copying insightface/data/images/mask_white.jpg -> build/lib.linux-x86_64-cpython-311/insightface/data/images copying insightface/data/images/t1.jpg -> build/lib.linux-x86_64-cpython-311/insightface/data/images creating build/lib.linux-x86_64-cpython-311/insightface/data/objects copying insightface/data/objects/meanshape_68.pkl -> build/lib.linux-x86_64-cpython-311/insightface/data/objects creating build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh/cython copying insightface/thirdparty/face3d/mesh/cython/mesh_core.cpp -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh/cython copying insightface/thirdparty/face3d/mesh/cython/mesh_core.h -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh/cython copying insightface/thirdparty/face3d/mesh/cython/mesh_core_cython.c -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh/cython copying insightface/thirdparty/face3d/mesh/cython/mesh_core_cython.cpp -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh/cython copying insightface/thirdparty/face3d/mesh/cython/mesh_core_cython.pyx -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh/cython copying insightface/thirdparty/face3d/mesh/cython/setup.py -> build/lib.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh/cython running build_ext building 'insightface.thirdparty.face3d.mesh.cython.mesh_core_cython' extension creating build/temp.linux-x86_64-cpython-311 creating build/temp.linux-x86_64-cpython-311/insightface creating build/temp.linux-x86_64-cpython-311/insightface/thirdparty creating build/temp.linux-x86_64-cpython-311/insightface/thirdparty/face3d creating build/temp.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh creating build/temp.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh/cython x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -Iinsightface/thirdparty/face3d/mesh/cython -I/tmp/pip-build-env-nct7toks/overlay/lib/python3.11/site-packages/numpy/core/include -I/home/cho/.local/share/krita/ai_diffusion/server/venv/include -I/usr/include/python3.11 -c insightface/thirdparty/face3d/mesh/cython/mesh_core.cpp -o build/temp.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh/cython/mesh_core.o x86_64-linux-gnu-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -Iinsightface/thirdparty/face3d/mesh/cython -I/tmp/pip-build-env-nct7toks/overlay/lib/python3.11/site-packages/numpy/core/include -I/home/cho/.local/share/krita/ai_diffusion/server/venv/include -I/usr/include/python3.11 -c insightface/thirdparty/face3d/mesh/cython/mesh_core_cython.cpp -o build/temp.linux-x86_64-cpython-311/insightface/thirdparty/face3d/mesh/cython/mesh_core_cython.o insightface/thirdparty/face3d/mesh/cython/mesh_core_cython.cpp:36:10: fatal error: Python.h: No such file or directory 36 | #include "Python.h" | ^~~~~~ compilation terminated. error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1 [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for insightface ERROR: Could not build wheels for insightface, which is required to install pyproject.toml-based projects 2024-03-19 21:53:00,765 INFO Found server installation v1.14.0 at /home/cho/.local/share/krita/ai_diffusion/server

Acly commented 3 months ago

Well I'm a bit confused, but the last error is related to insightface package.

Syewm commented 3 months ago

Sorry for the confusion. I thought it didn't install correctly again because of the error but when i opened Krita i had option to start the server. I also managed to install IP-Adapter Face. I think i can mark this issue as solved. Thank you! Now i'm dealing with huge performance issues and other errors while trying to create images but that's issue for another report.