What am I doing wrong? #11
Replies: 11 comments 3 replies
-
It seems you're attempting to load a workflow directly from ComfyUI. As this plugin works with nodes in API format instead, you should load workflows in that format. To do this, use the GetPrompt node to save the workflow in ComfyUI. |
Beta Was this translation helpful? Give feedback.
-
Is that also what's causing the 'cannot reach backend!' status? That seems to be present before I try to load a workflow. |
Beta Was this translation helpful? Give feedback.
-
That's probably another issue. Are you trying to connect to a local instance of ComfyUI or is it a remote instance? |
Beta Was this translation helpful? Give feedback.
-
Local instance. |
Beta Was this translation helpful? Give feedback.
-
Can you try to generate something to see if it still isn't reaching? |
Beta Was this translation helpful? Give feedback.
-
Is your local instance's url the default |
Beta Was this translation helpful? Give feedback.
-
Ok. Can you download the following file, change its extension to .py, run it and check what response you get? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Krita doesn't do anything when I hit 'start txt2img', and the cmd window showing ComfyUI's backend doesn't show any new activity either. |
Beta Was this translation helpful? Give feedback.
-
I followed the install directions, but when I run comfyUI I get this:
I tried python -m pip install -U scikit-image and that installed stuff, but didn't clear the error.
Then, in Krita, I get 'cannot reach backend!' as Status if I point the Backend url to ComfyUI's address, though 'load workflow' seems to work, until I run it, and I get this:
What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions