krita-ai-diffusion icon indicating copy to clipboard operation
krita-ai-diffusion copied to clipboard

Updated, now not working - Error during server startup: ModuleNotFoundError: No module named 'yaml' [1]

Open Voc007 opened this issue 6 months ago • 8 comments

The Ai was working just fine, until latest update, i get this error now, this is on local managed server, how to fix this, running on mint linux 22. Thank you. Here is partial log of the server.log :

2025-05-11 16:15:54,842 INFO import yaml 2025-05-11 16:15:54,842 INFO ModuleNotFoundError: No module named 'yaml' 2025-05-11 16:15:55,002 ERROR 2025-05-11 16:19:44,493 INFO Traceback (most recent call last): 2025-05-11 16:19:44,494 INFO File "/home/voc/.var/app/org.kde.krita/data/krita/ai_diffusion/server/ComfyUI/main.py", line 11, in 2025-05-11 16:19:44,494 INFO import utils.extra_config 2025-05-11 16:19:44,494 INFO File "/home/voc/.var/app/org.kde.krita/data/krita/ai_diffusion/server/ComfyUI/utils/extra_config.py", line 2, in 2025-05-11 16:19:44,494 INFO import yaml 2025-05-11 16:19:44,494 INFO ModuleNotFoundError: No module named 'yaml' 2025-05-11 16:19:44,653 ERROR

Voc007 avatar May 11 '25 22:05 Voc007

I have this same error! ModuleNotFound Error: No module named 'yaml'[1]

OS is Kubuntu, built on Ubuntu Oracular.

Jason-Keller avatar May 14 '25 17:05 Jason-Keller

Could you attach the client.log ? Did something go wrong during the server upgrade?

It's probably using a wrong python environment. 'yaml' just happens to be the first thing that is imported.

Acly avatar May 14 '25 20:05 Acly

Yeah for sure! I'll attach the client.log and server.log. I hope this helps. I also use pyenv, but that hasn't updated or caused issues.

As for something going wrong during the upgrade, I don't think I noticed anything. I went to use it one day and it just wouldn't start.

client.log

server.log

Jason-Keller avatar May 14 '25 21:05 Jason-Keller

Hmm.

The last working version on 05-12:

2025-05-12 12:07:18,840 INFO Found server installation v1.34.0 [cuda] at /home/anon/.local/share/krita/ai_diffusion/server
2025-05-12 12:07:20,968 INFO Using Python: Python 3.12.7, /home/anon/.local/share/krita/ai_diffusion/server/venv/bin/python
2025-05-12 12:07:21,228 INFO Using pip: pip 24.2 from /home/anon/.local/share/krita/ai_diffusion/server/venv/lib/python3.12/site-packages/pip (python 3.12)

Failing on 05-13:

2025-05-13 20:01:31,567 INFO Found server installation v1.34.0 [cuda] at /home/anon/.local/share/krita/ai_diffusion/server
2025-05-13 20:01:33,696 INFO Using Python: Python 3.13.3, /home/anon/.local/share/krita/ai_diffusion/server/venv/bin/python
2025-05-13 20:01:33,855 INFO Using pip: 

The venv is now Python 3.13.3, and no longer contains any of the required modules. As if it was replaced somehow?

I don't really have an idea how that might have happened. According to the log the plugin didn't initiate any kind of change.

Acly avatar May 14 '25 22:05 Acly

Let me see what I can do about changing the pyenv. That may actually be the culprit; only I didn't change the environment variables at all. And what's weirder is that I apparently had that version on 5-12, but maybe an update (recent) removed it? Because I'm manually reinstalling 3.12.7 now haha. Not sure what happened but I'll report if I get it working. Thanks!

Jason-Keller avatar May 14 '25 22:05 Jason-Keller

server.log

client.log

Right, well, I installed the 3.12.7 python version (the last working version for me) with pyenv, and set it to global. Even rebooted, confirmed it's globally set at 3.12.7 and unfortunately, it's still throwing same error.

Edit: still seems to think I'm running the incompatible version. Very weird.

Jason-Keller avatar May 14 '25 22:05 Jason-Keller

Whatever changes you make globally are not supposed to affect the venv. It's locked to a certain version and dependencies, that's the point. That's why it's so mysterious that it changed without any obvious cause.

Best way to fix it is probably to just reinstall the server. You can backup .../server/models folder, do a minimal fresh install and restore them to avoid downloading them again.

Acly avatar May 14 '25 22:05 Acly

Reinstalling seemed to be the fix! Thank you!

Jason-Keller avatar May 15 '25 12:05 Jason-Keller

Having the same problem, any guidance would be appreciated updated python and updated PyYAML in the directory. Stopped working after krita update yesterday no other changes.

action1618 avatar Aug 11 '25 19:08 action1618

Updated just today and now I get the same problem.

I tried Re-Install from this menu:

Image

And even after all setup is done it still fails with the same error.

Zylann avatar Aug 12 '25 16:08 Zylann

if you can please post client.log, can't tell much otherwise

Acly avatar Aug 12 '25 21:08 Acly

Sorry for the lack of details.

Server log was:

2025-08-12 18:40:27,772 INFO Starting server
2025-08-12 18:40:27,772 INFO 
2025-08-12 18:40:27,774 INFO To see the GUI go to: http://127.0.0.1:8188
2025-08-12 18:41:59,614 INFO Traceback (most recent call last):
2025-08-12 18:41:59,614 INFO File "C:\Users\Marc\AppData\Roaming\krita\ai_diffusion\server\ComfyUI\main.py", line 11, in <module>
2025-08-12 18:41:59,614 INFO import utils.extra_config
2025-08-12 18:41:59,614 INFO File "C:\Users\Marc\AppData\Roaming\krita\ai_diffusion\server\ComfyUI\utils\extra_config.py", line 2, in <module>
2025-08-12 18:41:59,614 INFO import yaml
2025-08-12 18:41:59,614 INFO ModuleNotFoundError: No module named 'yaml'
2025-08-12 18:41:59,916 ERROR 

Client log:

2025-08-12 18:40:27,783 INFO Connecting to http://127.0.0.1:8188
2025-08-12 18:40:28,228 INFO Checking for required custom nodes...
2025-08-12 18:40:28,355 INFO Optional Text Encoder clip_l for All not found (search path: clip_l)
2025-08-12 18:40:28,355 INFO Optional Text Encoder clip_g for All not found (search path: clip_g)
2025-08-12 18:40:28,355 INFO Optional Text Encoder t5 for All not found (search path: t5)
2025-08-12 18:40:28,355 INFO Optional Text Encoder clip_l for All not found (search path: clip_l)
2025-08-12 18:40:28,355 INFO Optional Text Encoder clip_g for All not found (search path: clip_g)
2025-08-12 18:40:28,355 INFO Optional Text Encoder t5 for All not found (search path: t5)
2025-08-12 18:40:28,355 INFO Optional Image Encoder (VAE) default for SD 1.5 not found (search path: vae-ft-mse-840000-ema)
2025-08-12 18:40:28,355 INFO Optional Image Encoder (VAE) default for SD XL not found (search path: sdxl_vae)
2025-08-12 18:40:28,355 INFO Optional Image Encoder (VAE) default for SD 3 not found (search path: sd3)
2025-08-12 18:40:28,355 INFO Optional Image Encoder (VAE) default for Flux not found (search path: flux, ae.s)
2025-08-12 18:40:28,355 INFO Optional Image Encoder (VAE) default for Flux Kontext not found (search path: flux, ae.s)
2025-08-12 18:40:28,355 INFO Optional Image Encoder (VAE) default for Illustrious not found (search path: sdxl_vae)
2025-08-12 18:40:28,355 INFO Optional Image Encoder (VAE) default for Illustrious v-prediction not found (search path: sdxl_vae)
2025-08-12 18:40:28,355 INFO Found ControlNet inpaint for SD 1.5: control_v11p_sd15_inpaint_fp16.safetensors
2025-08-12 18:40:28,355 INFO Optional ControlNet inpaint for Flux not found (search path: flux.1-dev-controlnet-inpaint)
2025-08-12 18:40:28,355 INFO Optional ControlNet inpaint for Illustrious not found (search path: noobaiinpainting)
2025-08-12 18:40:28,355 INFO Found ControlNet universal for SD XL: xinsir-controlnet-union-sdxl-1.0-promax.safetensors
2025-08-12 18:40:28,355 INFO Optional ControlNet universal for Flux not found (search path: flux.1-dev-controlnet-union-pro-2.0, flux.1-dev-controlnet-union-pro, flux.1-dev-controlnet-union, flux1devcontrolnetunion)
2025-08-12 18:40:28,355 INFO Found ControlNet universal for Illustrious: xinsir-controlnet-union-sdxl-1.0-promax.safetensors
2025-08-12 18:40:28,355 INFO Found ControlNet universal for Illustrious v-prediction: xinsir-controlnet-union-sdxl-1.0-promax.safetensors
2025-08-12 18:40:28,355 INFO Optional ControlNet scribble for SD 1.5 not found (search path: control_v11p_sd15_scribble, control_lora_rank128_v11p_sd15_scribble)
2025-08-12 18:40:28,355 INFO Optional ControlNet scribble for SD XL not found (search path: xinsirscribble, scribble-sdxl, mistoline_fp16, mistoline_rank, control-lora-sketch-rank, sai_xl_sketch_)
2025-08-12 18:40:28,355 INFO Optional ControlNet scribble for Illustrious not found (search path: noob-sdxl-controlnet-scribble_pidinet, noobaixlcontrolnet_epsscribble, noob-sdxl-controlnet-scribble)
2025-08-12 18:40:28,355 INFO Optional ControlNet line_art for SD 1.5 not found (search path: control_v11p_sd15_lineart, control_lora_rank128_v11p_sd15_lineart)
2025-08-12 18:40:28,355 INFO Optional ControlNet line_art for SD XL not found (search path: xinsirscribble, mistoline_fp16, mistoline_rank, scribble-sdxl, control-lora-sketch-rank, sai_xl_sketch_)
2025-08-12 18:40:28,355 INFO Optional ControlNet line_art for Flux not found (search path: mistoline_flux)
2025-08-12 18:40:28,358 INFO Optional ControlNet line_art for Illustrious not found (search path: noob-sdxl-controlnet-lineart_anime, noobaixlcontrolnet_epslineart, noob-sdxl-controlnet-lineart)
2025-08-12 18:40:28,358 INFO Optional ControlNet soft_edge for SD 1.5 not found (search path: control_v11p_sd15_softedge, control_lora_rank128_v11p_sd15_softedge)
2025-08-12 18:40:28,358 INFO Optional ControlNet soft_edge for SD XL not found (search path: mistoline_fp16, mistoline_rank, xinsirscribble, scribble-sdxl)
2025-08-12 18:40:28,358 INFO Optional ControlNet soft_edge for Flux not found (search path: mistoline_flux)
2025-08-12 18:40:28,358 INFO Optional ControlNet soft_edge for Illustrious not found (search path: noob-sdxl-controlnet-softedge, noobaixlcontrolnet_epssoftedge)
2025-08-12 18:40:28,358 INFO Optional ControlNet canny_edge for SD 1.5 not found (search path: control_v11p_sd15_canny, control_lora_rank128_v11p_sd15_canny)
2025-08-12 18:40:28,358 INFO Optional ControlNet canny_edge for SD XL not found (search path: xinsircanny, canny-sdxlcontrol-lora-canny-rank, sai_xl_canny_)
2025-08-12 18:40:28,358 INFO Optional ControlNet canny_edge for Flux not found (search path: flux-canny, mistoline_flux)
2025-08-12 18:40:28,358 INFO Optional ControlNet canny_edge for Illustrious not found (search path: noob_sdxl_controlnet_canny, noobaixlcontrolnet_epscanny)
2025-08-12 18:40:28,358 INFO Optional ControlNet depth for SD 1.5 not found (search path: control_sd15_depth_anything, control_v11f1p_sd15_depth, control_lora_rank128_v11f1p_sd15_depth)
2025-08-12 18:40:28,358 INFO Optional ControlNet depth for SD XL not found (search path: xinsirdepth, depth-sdxl, control-lora-depth-rank, sai_xl_depth_)
2025-08-12 18:40:28,358 INFO Optional ControlNet depth for Flux not found (search path: flux-depth)
2025-08-12 18:40:28,358 INFO Optional ControlNet depth for Illustrious not found (search path: noob-sdxl-controlnet-depth, noobaixlcontrolnet_epsdepth)
2025-08-12 18:40:28,358 INFO Optional ControlNet normal for SD 1.5 not found (search path: control_v11p_sd15_normalbae, control_lora_rank128_v11p_sd15_normalbae)
2025-08-12 18:40:28,358 INFO Optional ControlNet normal for Illustrious not found (search path: noob-sdxl-controlnet-normal, noobaixlcontrolnet_epsnormal)
2025-08-12 18:40:28,358 INFO Optional ControlNet pose for SD 1.5 not found (search path: control_v11p_sd15_openpose, control_lora_rank128_v11p_sd15_openpose)
2025-08-12 18:40:28,358 INFO Optional ControlNet pose for SD XL not found (search path: xinsiropenpose, openpose-sdxl, control-lora-openposexl2-rank, thibaud_xl_openpose)
2025-08-12 18:40:28,358 INFO Optional ControlNet pose for Illustrious not found (search path: noob-sdxl-controlnet-openpose, noobaixlcontrolnet_openpose)
2025-08-12 18:40:28,358 INFO Optional ControlNet segmentation for SD 1.5 not found (search path: control_v11p_sd15_seg, control_lora_rank128_v11p_sd15_seg)
2025-08-12 18:40:28,358 INFO Optional ControlNet segmentation for SD XL not found (search path: sdxl_segmentation_ade20k_controlnet)
2025-08-12 18:40:28,358 INFO Found ControlNet blur for SD 1.5: control_lora_rank128_v11f1e_sd15_tile_fp16.safetensors
2025-08-12 18:40:28,358 INFO Optional ControlNet blur for SD XL not found (search path: xinsirtile, tile-sdxl, ttplanetsdxlcontrolnet, ttplanet_sdxl_controlnet_tile_realistic, ttplanet_controlnet_tile_realistic)
2025-08-12 18:40:28,358 INFO Optional ControlNet blur for Flux not found (search path: flux.1-dev-controlnet-upscale)
2025-08-12 18:40:28,358 INFO Optional ControlNet blur for Illustrious not found (search path: noob-sdxl-controlnet-tile, noobaixlcontrolnet_epstile)
2025-08-12 18:40:28,358 INFO Optional ControlNet stencil for SD 1.5 not found (search path: control_v1p_sd15_qrcode_monster)
2025-08-12 18:40:28,358 INFO Optional ControlNet stencil for SD XL not found (search path: sdxl_qrcode_monster)
2025-08-12 18:40:28,358 INFO Optional ControlNet hands for SD 1.5 not found (search path: control_sd15_inpaint_depth_hand)
2025-08-12 18:40:28,358 INFO Optional ControlNet hands for SD XL not found (search path: control-lora-depth-rank, sai_xl_depth_)
2025-08-12 18:40:28,358 INFO Found CLIP Vision ip_adapter for All: clip-vision_vit-h.safetensors
2025-08-12 18:40:28,358 INFO Optional CLIP Vision redux for Flux not found (search path: sigclip_vision_patch14_384)
2025-08-12 18:40:28,358 INFO Optional CLIP Vision ip_adapter for Illustrious not found (search path: clip-vit-bigg, clip_vision_g, clip-vision_vit-g)
2025-08-12 18:40:28,358 INFO Found IP-Adapter reference for SD 1.5: ip-adapter_sd15.safetensors
2025-08-12 18:40:28,358 INFO Found IP-Adapter reference for SD XL: ip-adapter_sdxl_vit-h.safetensors
2025-08-12 18:40:28,358 INFO Optional IP-Adapter reference for Flux not found (search path: flux1-redux-dev)
2025-08-12 18:40:28,358 INFO Optional IP-Adapter reference for Illustrious not found (search path: noobipa)
2025-08-12 18:40:28,358 INFO Optional IP-Adapter face for SD 1.5 not found (search path: ip-adapter-faceid-plusv2_sd15, ip-adapter-faceid-plus_sd15)
2025-08-12 18:40:28,358 INFO Optional IP-Adapter face for SD XL not found (search path: ip-adapter-faceid-plusv2_sdxl, ip-adapter-faceid_sdxl)
2025-08-12 18:40:28,358 INFO Optional IP-Adapter reference for Flux not found (search path: flux1-redux-dev)
2025-08-12 18:40:28,358 INFO Found Upscale default for All: 4x_NMKD-Superscale-SP_178000_G.pth
2025-08-12 18:40:28,358 INFO Found Upscale fast_2x for All: OmniSR_X2_DIV2K.safetensors
2025-08-12 18:40:28,358 INFO Found Upscale fast_3x for All: OmniSR_X3_DIV2K.safetensors
2025-08-12 18:40:28,358 INFO Found Upscale fast_4x for All: OmniSR_X4_DIV2K.safetensors
2025-08-12 18:40:28,358 INFO Found Inpaint model default for All: MAT_Places512_G_fp16.safetensors
2025-08-12 18:40:28,358 INFO Found Inpaint model fooocus_head for SD XL: fooocus_inpaint_head.pth
2025-08-12 18:40:28,358 INFO Found Inpaint model fooocus_patch for SD XL: inpaint_v26.fooocus.patch
2025-08-12 18:40:28,358 INFO Found LoRA hyper for SD 1.5: Hyper-SD15-8steps-CFG-lora.safetensors
2025-08-12 18:40:28,358 INFO Found LoRA hyper for SD XL: Hyper-SDXL-8steps-CFG-lora.safetensors
2025-08-12 18:40:28,358 INFO Optional LoRA lcm for SD 1.5 not found (search path: lcm-lora-sdv1-5.safetensors, lcm/sd1.5/pytorch_lora_weights.safetensors)
2025-08-12 18:40:28,358 INFO Optional LoRA lcm for SD XL not found (search path: lcm-lora-sdxl.safetensors, lcm/sdxl/pytorch_lora_weights.safetensors)
2025-08-12 18:40:28,358 INFO Optional LoRA face for SD 1.5 not found (search path: ip-adapter-faceid-plusv2_sd15_lora, ip-adapter-faceid-plus_sd15_lora)
2025-08-12 18:40:28,358 INFO Optional LoRA face for SD XL not found (search path: ip-adapter-faceid-plusv2_sdxl_lora, ip-adapter-faceid_sdxl_lora)
2025-08-12 18:40:28,358 INFO Optional LoRA lightning for SD XL not found (search path: sdxl_lightning_8step_lora)
2025-08-12 18:40:28,358 INFO Optional LoRA depth for Flux not found (search path: flux1-depth)
2025-08-12 18:40:28,358 INFO Optional LoRA canny_edge for Flux not found (search path: flux1-canny)
2025-08-12 18:40:28,671 INFO SD 3: missing 3 models
2025-08-12 18:40:28,671 INFO Flux: missing 1 models
2025-08-12 18:40:28,671 INFO Flux Kontext: missing 1 models
2025-08-12 18:40:28,671 INFO Supported workloads: SD 1.5, SD XL, Illustrious, Illustrious v-prediction
2025-08-12 18:41:22,385 INFO Downloading plugin update https://files.interstice.cloud/plugin/krita_ai_diffusion-1.37.2.zip
2025-08-12 18:41:22,652 INFO Extracting plugin archive into C:\Users\Marc\AppData\Local\Temp\tmpctswc0h5\krita_ai_diffusion-1.37.2
2025-08-12 18:41:22,980 INFO Installing new plugin version to C:\Users\Marc\AppData\Roaming\krita\pykrita
2025-08-12 18:41:37,137 INFO Loaded 11 sampler presets from C:\Users\Marc\AppData\Roaming\krita\pykrita\ai_diffusion\presets\samplers.json
2025-08-12 18:41:37,198 INFO Extension initialized, Version: 1.37.2, Python: 3.10.7 (tags/v3.10.7:6cc6b13, Sep  5 2022, 14:08:36) [MSC v.1933 64 bit (AMD64)]
2025-08-12 18:41:37,199 INFO Loading settings from C:\Users\Marc\AppData\Roaming\krita\ai_diffusion\settings.json
2025-08-12 18:41:37,199 INFO Found server installation vincomplete at C:\Users\Marc\AppData\Roaming\krita\ai_diffusion\server
2025-08-12 18:41:37,200 INFO Loaded 2 model files from C:\Users\Marc\AppData\Roaming\krita\ai_diffusion\database\loras.json
2025-08-12 18:41:37,306 INFO Checking for latest plugin version at https://api.interstice.cloud
2025-08-12 18:41:38,166 INFO Plugin is up to date!
2025-08-12 18:41:50,235 INFO Installation started in C:\Users\Marc\AppData\Roaming\krita\ai_diffusion\server
2025-08-12 18:41:50,235 INFO Downloading https://astral.sh/uv/0.6.10/install.ps1 to C:\Users\Marc\AppData\Roaming\krita\ai_diffusion\server\.cache\install_uv.ps1
2025-08-12 18:41:50,795 INFO Executing powershell -ExecutionPolicy Bypass -File C:\Users\Marc\AppData\Roaming\krita\ai_diffusion\server\.cache\install_uv.ps1
2025-08-12 18:41:51,887 INFO Downloading uv 0.6.10 (x86_64-pc-windows-msvc)
2025-08-12 18:41:53,042 INFO Installing to C:\Users\Marc\AppData\Roaming\krita\ai_diffusion\server\uv
2025-08-12 18:41:53,105 INFO uv.exe
2025-08-12 18:41:53,106 INFO uvx.exe
2025-08-12 18:41:53,107 INFO everything's installed!
2025-08-12 18:41:53,573 INFO 
2025-08-12 18:41:53,574 INFO To add C:\Users\Marc\AppData\Roaming\krita\ai_diffusion\server\uv to your PATH, either restart your shell or run:
2025-08-12 18:41:53,574 INFO 
2025-08-12 18:41:53,574 INFO set Path=C:\Users\Marc\AppData\Roaming\krita\ai_diffusion\server\uv;%Path%   (cmd)
2025-08-12 18:41:53,574 INFO $env:Path = "C:\Users\Marc\AppData\Roaming\krita\ai_diffusion\server\uv;$env:Path"   (powershell)
2025-08-12 18:41:53,729 INFO Installed uv at C:\Users\Marc\AppData\Roaming\krita\ai_diffusion\server\uv\uv.exe
2025-08-12 18:41:53,730 INFO Creating venv in C:\Users\Marc\AppData\Roaming\krita\ai_diffusion\server\venv
2025-08-12 18:41:53,731 INFO Executing C:\Users\Marc\AppData\Roaming\krita\ai_diffusion\server\uv\uv.exe venv --python 3.12 C:\Users\Marc\AppData\Roaming\krita\ai_diffusion\server\venv
2025-08-12 18:41:57,486 INFO Using uv: uv 0.6.10 (f2a2d982b 2025-03-25)
2025-08-12 18:41:58,012 INFO Using Python: Python 3.12.9, C:\Users\Marc\AppData\Roaming\krita\ai_diffusion\server\venv\Scripts\python.exe
2025-08-12 18:41:58,323 INFO System locale encoding determined: cp1252
2025-08-12 18:41:58,324 INFO Installation finished in C:\Users\Marc\AppData\Roaming\krita\ai_diffusion\server
2025-08-12 18:41:58,330 INFO Found server installation v1.37.0 [cuda] at C:\Users\Marc\AppData\Roaming\krita\ai_diffusion\server
2025-08-12 18:41:58,333 INFO Found server installation v1.37.0 [cuda] at C:\Users\Marc\AppData\Roaming\krita\ai_diffusion\server
2025-08-12 18:41:58,839 INFO Using uv: uv 0.6.10 (f2a2d982b 2025-03-25)
2025-08-12 18:41:59,324 INFO Using Python: Python 3.12.9, C:\Users\Marc\AppData\Roaming\krita\ai_diffusion\server\venv\Scripts\python.exe
2025-08-12 18:41:59,324 INFO Starting server with python -su main.py

Update:

It eventually worked, here are some details:

I'm on Windows, and I have Python 3.13 globally installed. I've been using this one for months. A few weeks ago, in order to troubleshoot some unrelated stuff, I had to install Python 3.10 through winget, and temporarily added it first into my PATH. Then later I removed it from my PATH, only leaving Python 3.13. However, I didnt completely uninstall Python 3.10. Krita AI diffusion was still working after that, until I had to update it today, which had the current issue. Then I decided to uninstall Python 3.10. Somehow, after doing that and restarting Krita, the plugin just worked. I'm not sure, but either that unrelated faff I had with that other version of Python somehow messed with the plugin's install process, or I had to restart Krita.

Zylann avatar Aug 12 '25 21:08 Zylann

Tried a clean install, like Zylann and didnt have any luck. Same orginal error.

2024-11-10 20:40:49,542 INFO Loaded 11 sampler presets from C:\Users\Actio\AppData\Roaming\krita\pykrita\ai_diffusion\presets\samplers.json 2024-11-10 20:40:49,599 INFO Extension initialized, Version: 1.27.1, Python: 3.10.7 (tags/v3.10.7:6cc6b13, Sep 5 2022, 14:08:36) [MSC v.1933 64 bit (AMD64)] 2024-11-10 20:40:49,763 INFO Checking for latest plugin version at https://api.interstice.cloud 2024-11-10 20:40:51,014 INFO Connecting to http://127.0.0.1:8188 2024-11-10 20:40:51,218 INFO Plugin is up to date! 2024-11-10 20:40:52,848 ERROR Missing required node INPAINT_LoadFooocusInpaint from package Inpaint Nodes (https://github.com/Acly/comfyui-inpaint-nodes) 2024-11-10 20:45:49,409 INFO Installation started in C:\Users\Actio\AppData\Roaming\krita\ai_diffusion\server 2024-11-10 20:45:49,413 INFO Downloading https://www.python.org/ftp/python/3.11.9/python-3.11.9-embed-amd64.zip to C:\Users\Actio\AppData\Roaming\krita\ai_diffusion\server.cache\python-3.11.9-embed-amd64.zip 2024-11-10 20:45:49,924 INFO Extracting C:\Users\Actio\AppData\Roaming\krita\ai_diffusion\server.cache\python-3.11.9-embed-amd64.zip to C:\Users\Actio\AppData\Roaming\krita\ai_diffusion\server\python 2024-11-10 20:45:50,007 INFO Patching C:\Users\Actio\AppData\Roaming\krita\ai_diffusion\server\python\python311._pth 2024-11-10 20:45:50,007 INFO Downloading https://bootstrap.pypa.io/get-pip.py to C:\Users\Actio\AppData\Roaming\krita\ai_diffusion\server\python\get-pip.py 2024-11-10 20:45:50,371 INFO Executing C:\Users\Actio\AppData\Roaming\krita\ai_diffusion\server\python\python.exe C:\Users\Actio\AppData\Roaming\krita\ai_diffusion\server\python\get-pip.py 2024-11-10 20:45:52,265 INFO Collecting pip 2024-11-10 20:45:52,553 INFO Downloading pip-24.3.1-py3-none-any.whl.metadata (3.7 kB) 2024-11-10 20:45:52,677 INFO Collecting setuptools 2024-11-10 20:45:52,739 INFO Using cached setuptools-75.3.0-py3-none-any.whl.metadata (6.9 kB) 2024-11-10 20:45:52,740 INFO Collecting wheel 2024-11-10 20:45:52,802 INFO Using cached wheel-0.45.0-py3-none-any.whl.metadata (2.3 kB) 2024-11-10 20:45:52,834 INFO Downloading pip-24.3.1-py3-none-any.whl (1.8 MB) 2024-11-10 20:45:53,081 INFO ---------------------------------------- 1.8/1.8 MB 14.3 MB/s eta 0:00:00 2024-11-10 20:45:53,081 INFO Using cached setuptools-75.3.0-py3-none-any.whl (1.3 MB) 2024-11-10 20:45:53,081 INFO Using cached wheel-0.45.0-py3-none-any.whl (72 kB) 2024-11-10 20:45:53,144 INFO Installing collected packages: wheel, setuptools, pip 2024-11-10 20:45:58,328 INFO Successfully installed pip-24.3.1 setuptools-75.3.0 wheel-0.45.0 2024-11-10 20:45:58,583 INFO Executing C:\Users\Actio\AppData\Roaming\krita\ai_diffusion\server\python\python.exe -su -m pip install wheel setuptools 2024-11-10 20:45:59,769 INFO Requirement already satisfied: wheel in c:\users\actio\appdata\roaming\krita\ai_diffusion\server\python\lib\site-packages (0.45.0) 2024-11-10 20:45:59,769 INFO Requirement already satisfied: setuptools in c:\users\actio\appdata\roaming\krita\ai_diffusion\server\python\lib\site-packages (75.3.0) 2024-11-10 20:46:00,207 INFO Patching C:\Users\Actio\AppData\Roaming\krita\ai_diffusion\server\python\python311._pth 2024-11-10 20:46:00,209 INFO Finished installing Python 2024-11-10 20:46:00,610 INFO Using Python: Python 3.11.9, C:\Users\Actio\AppData\Roaming\krita\ai_diffusion\server\python\python.exe 2024-11-10 20:46:01,139 INFO Using pip: pip 24.3.1 from C:\Users\Actio\AppData\Roaming\krita\ai_diffusion\server\python\Lib\site-packages\pip (python 3.11) 2024-11-10 20:46:01,141 INFO Downloading https://github.com/comfyanonymous/ComfyUI/archive/52810907e20e11b126642f5b4917406e7043e70a.zip to C:\Users\Actio\AppData\Roaming\krita\ai_diffusion\server.cache\ComfyUI-52810907e20e11b126642f5b4917406e7043e70a.zip 2024-11-10 20:46:01,811 INFO Extracting C:\Users\Actio\AppData\Roaming\krita\ai_diffusion\server.cache\ComfyUI-52810907e20e11b126642f5b4917406e7043e70a.zip to C:\Users\Actio\AppData\Roaming\krita\ai_diffusion\server 2024-11-10 20:46:02,028 INFO Executing C:\Users\Actio\AppData\Roaming\krita\ai_diffusion\server\python\python.exe -su -m pip install torch~=2.4.1 torchvision~=0.19.1 torchaudio~=2.4.1 --index-url https://download.pytorch.org/whl/cu124 2024-11-10 20:46:02,704 INFO Looking in indexes: https://download.pytorch.org/whl/cu124 2024-11-10 20:46:02,997 INFO Collecting torch~=2.4.1 2024-11-10 20:46:03,204 INFO Downloading https://download.pytorch.org/whl/cu124/torch-2.4.1%2Bcu124-cp311-cp311-win_amd64.whl (2506.2 MB) 2024-11-10 20:47:09,898 INFO Loaded 11 sampler presets from C:\Users\Actio\AppData\Roaming\krita\pykrita\ai_diffusion\presets\samplers.json 2024-11-10 20:47:09,909 INFO Extension initialized, Version: 1.27.1, Python: 3.10.7 (tags/v3.10.7:6cc6b13, Sep 5 2022, 14:08:36) [MSC v.1933 64 bit (AMD64)]

action1618 avatar Aug 14 '25 01:08 action1618

@action1618 you are using an old version of the plugin

Acly avatar Aug 14 '25 07:08 Acly