-
-
Notifications
You must be signed in to change notification settings - Fork 528
Description
Hey everyone,
I am running into a little issue with the installation of the AI plugin.
I am running Garuda Linux, Krita Version 5.2.14 and newest Krita AI Diffusion Version (1.43.0). Or better to say, I am trying to run it.
Installing Krita and adding AI diffusion to it worked fine, then I am trying to do the local server setup with CUDA.
This is always raising this error:
Downloading nvidia-cufile-cu12 (1.1MiB)
Downloading nvidia-cufile-cu12
× Failed to download `nvidia-nvjitlink-cu12==12.8.93`
├─▶ Failed to fetch:
│ `https://pypi.nvidia.com/nvidia-nvjitlink-cu12/nvidia_nvjitlink_cu12-12.8.93-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl`
├─▶ Request failed after 3 retries
├─▶ error sending request for url
│ (https://pypi.nvidia.com/nvidia-nvjitlink-cu12/nvidia_nvjitlink_cu12-12.8.93-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl)
╰─▶ operation timed out
help: `nvidia-nvjitlink-cu12` (v12.8.93) was included because `torch`
(v2.8.0+cu128) depends on `nvidia-nvjitlink-cu12`
Traceback (most recent call last):
File "/home/web/.local/share/krita/pykrita/ai_diffusion/server.py", line 350, in install
await self._install(cb)
File "/home/web/.local/share/krita/pykrita/ai_diffusion/server.py", line 177, in _install
await try_install(comfy_dir, self._install_comfy, comfy_dir, network, cb)
File "/home/web/.local/share/krita/pykrita/ai_diffusion/server.py", line 809, in try_install
raise e
File "/home/web/.local/share/krita/pykrita/ai_diffusion/server.py", line 804, in try_install
await installer(*args)
File "/home/web/.local/share/krita/pykrita/ai_diffusion/server.py", line 262, in _install_comfy
await self._pip_install("PyTorch", ["-U"] + torch_args, cb)
[client.log](https://github.com/user-attachments/files/24272877/client.log)
File "/home/web/.local/share/krita/pykrita/ai_diffusion/server.py", line 798, in _execute_process
raise Exception(_("Error during installation") + f": {errlog}")
Exception: Error during installation: Using Python 3.12.11 environment at: venv
I tried installing Krita from the Garuda package manager and I am getting this error.
I tried running krita from Appimage, I am getting this error.
I tried to open the URL it says it can't fetch and it's working fine (it's just not 1.1MB in size like the logfile is saying), I can manually download the package.
So I am running out of ideas.
Any help would be greatly appreciated.
If you need any additional data, I will gladly provide it.
Many thanks in advance.