krita-ai-diffusion
krita-ai-diffusion copied to clipboard
1.42.0 error of python version
Please do a Manage > Re-install to upgrade everything to Python 3.12
Dont work...
https://github.com/user-attachments/assets/fb541234-f7d6-495c-9f88-8011f9cb1188
I had this error -- I had previously created a custom pyenv cfg to pin my 3.11.11 python version when things were in a funky in between state with pytorch...
what I did to resolve was this:
cd Krita/Comfy/ComfyUI # or whatever your Krita ComfyUI install directory is set to
pyenv install 3.12.12
pyenv local 3.12.12
rm -rf venv
python -m venv venv
then install worked smoothly, but I had to restart Krita for the server to work correctly