You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I use Krita-ai, I get the error message in the picture, but strangely, I performed the same installation steps on another computer and no errors were reported, in which my comfyui has been upgraded to the latest version, and other custom nodes has been upgraded to the latest version,
Could this be because I am using aki's comfyui launcher?
what should I do to solve it! What should I do to solve this problem? @Acly
The text was updated successfully, but these errors were encountered:
I'm not sure if this is the plugin version? version = "1.10.0"
i got this from init.py(C:\Users\Admin\AppData\Roaming\krita\pykrita\ai_diffusion)
"""Generative AI plugin for Krita using Stable Diffusion"""
version = "1.10.0"
import importlib.util
if not importlib.util.find_spec(".websockets.src", "ai_diffusion"):
raise ImportError(
"Could not find websockets module. This indicates that it was not installed with the"
" plugin. Please make sure to download a plugin release package (NOT just the source!). You"
" can find the latest release package here:"
" https://github.com/Acly/krita-ai-diffusion/releases"
)
The following imports depend on the code running inside Krita, so the cannot be imported in tests.
if importlib.util.find_spec("krita"):
from .extension import AIToolsExtension
Hi Ackley:
when I use Krita-ai, I get the error message in the picture, but strangely, I performed the same installation steps on another computer and no errors were reported, in which my comfyui has been upgraded to the latest version, and other custom nodes has been upgraded to the latest version,
Could this be because I am using aki's comfyui launcher?
what should I do to solve it! What should I do to solve this problem? @Acly
The text was updated successfully, but these errors were encountered: