Acly
Acly
Yes control layers and previews are generally excluded. But there are some exceptions: reference, blur, line art Line art is often wanted in the final image. Reference & Blur can...
Regions (v1.18.0) can now be used to switch between multiple prompts in the same image.
It fails to import a rather basic/popular package (`numpy`). I tried to check what it's trying to do, and it looks like it runs `lscpu` command to check for some...
Hm, it looks perfectly fine. Not sure why the encoding matters, but you can check output of `locale` command to see what you are using.
Looks okay also. Do you get the error also when running the server from the command line? ``` cd ~/.var/app/org.kde.krita/data/krita/pykrita/ai_diffusion/.server venv/bin/python3 -s ComfyUI/main.py ``` the plugin uses following command to...
If you're inside `venv/bin` the relative location for ComfyUI would be `../../ComfyUI/main.py` Yes it's strange, but newer plugin versions also use a newer ComfyUI, and the import that is causing...
@SkeletoMukit it somehow didn't even get as far as the plugin log, so still unclear if `-Xutf8` is a problem. Did you run with `-s`? I'm not sure why it...
You can also try without `-s`, maybe it will avoid the ModuleNotFound. If not try installing it with ``` venv/bin/python3 -m pip install packaging ``` Another thing to try would...
Thanks for testing. I suspect it has something to do with the environment the server process is started from. Which Linux are you using? And how did you install Krita?...
I tried the Flatpak on my laptop (Fedora), but couldn't reproduce it there either. I noticed that when installing the server from Flatpak-Krita, it will use a Python that comes...