Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server is missing one or more custom node Issue #1478

Closed
hlktrkn opened this issue Dec 11, 2024 · 15 comments
Closed

Server is missing one or more custom node Issue #1478

hlktrkn opened this issue Dec 11, 2024 · 15 comments

Comments

@hlktrkn
Copy link

hlktrkn commented Dec 11, 2024

image
Server running - Connection error: Connection established, but the server is missing one or more custom node.

I got this error once I tried to update the plugin to v1.29.0. Then downgraded to v1.28.0, and it's okay.

M1Max32 macbook pro
OSX: Sequoia 15.1

@Acly
Copy link
Owner

Acly commented Dec 12, 2024

Can't say for sure without checking server.log, but I'm guessing it's related to Acly/comfyui-tooling-nodes#32

Stay on 1.28 for now, should be fixed in next version

@hlktrkn
Copy link
Author

hlktrkn commented Dec 12, 2024

Thanks @Acly I appreciate your effort and support on this amazing plugin.

Here's my client.log about the issue.

2024-12-12 13:18:34,078 INFO Found server installation v1.29.0 at /Users/Haluk/pinokio/api/KritaComfyUI v1-17/ComfyUI 2024-12-12 13:18:34,079 INFO Migrating /Users/Haluk/pinokio/api/KritaComfyUI v1-17/ComfyUI/ComfyUI/models 2024-12-12 13:18:34,085 INFO Migrating /Users/Haluk/pinokio/api/KritaComfyUI v1-17/ComfyUI/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts 2024-12-12 13:18:34,087 INFO Found server installation v1.29.0 at /Users/Haluk/pinokio/api/KritaComfyUI v1-17/ComfyUI 2024-12-12 13:18:34,589 INFO Finished upgrade to 1.29.0 2024-12-12 13:18:34,595 INFO Starting server with python -su -Xutf8 main.py 2024-12-12 13:18:39,277 INFO Connecting to http://127.0.0.1:8188 2024-12-12 13:18:39,339 ERROR Could not list available languages for translation: Error transferring http://127.0.0.1:8188/api/etn/languages - server replied: Not Found 2024-12-12 13:18:39,621 ERROR Missing required node ETN_LoadImageBase64 from package External Tooling Nodes (https://github.com/Acly/comfyui-tooling-nodes)

Luckily I cloned your tooling-nodes repo manually inside the ComfyUI/custom_nodes folder, and now it's working.
You're right issue was about this.

@sanjayfrank11
Copy link

I have the same issue, is there a tutorial on how to manually update the tooling nodes? or is there a file that I can replace to make this work?

@hlk-trkn
Copy link

I have no idea if there's any tutorial but basically, goto comfyui server of krita ai.go to ComfyUI/custom_nodes folder Find acly-tooling-nodes folder and delete it.
Open terminal use cd command and go to this folder(custom_nodes)

Then use git clone https://github.com/Acly/comfyui-tooling-nodes

This will download the node, then restart krita.

Sorry for ypos and inconvenient explanation, I'm writing this via mobile but overall process looks like this.nothing complicated.

@sanjayfrank11
Copy link

Thank you for the prompt response, However, I am unable to locate comfyui folder on my system, am I missing something? I installed all the components.
image

@hlk-trkn
Copy link

No worries.in this screen, Click the folder icon on top of the Stop button.it will take you to the comfyui folder location.

@hlk-trkn
Copy link

If you have problems with this method you can always install the plugin's 1.28 version from releases section of github repo. Install it like the first time you did.

@sanjayfrank11
Copy link

Perfect! I’m incredibly grateful for your help. I finally managed to make it work. You’re a lifesaver! I’ve been stuck on this workstation for over 13 hours, trying to find a fix. I have mad respect for your assistance!

@hlktrkn
Copy link
Author

hlktrkn commented Dec 31, 2024

I'm glad to hear that, you made my day! Happy new year! @sanjayfrank11

@WoodenJoe
Copy link

Sorry I'm having the same issue. What do you mean by "Open terminal use cd command and go to this folder(custom_nodes)" ?

@hlktrkn
Copy link
Author

hlktrkn commented Jan 8, 2025

@WoodenJoe 'cd' is a terminal command that allows us to change the active directory.
You will need to go to the ComfyUI/custom_nodes folder in the terminal screen. While doing this the only thing you need is cd .
after you come to the directory, just use git clone command above.

more info about cd

https://iboysoft.com/wiki/cd-mac-terminal.html#:~:text=You%20can%20use%20the%20cd,folder)%20and%20then%20press%20Return.

@sanjayfrank11
Copy link

sanjayfrank11 commented Jan 9, 2025

Sorry I'm having the same issue. What do you mean by "Open terminal use cd command and go to this folder(custom_nodes)" ?

Lemme simplify it for you so you do not have to use the cd command.

Open the folder where the server is located, next, open the terminal, and drag the server folder into it.
Now you can use the command git clone https://github.com/Acly/comfyui-tooling-nodes

@WoodenJoe
Copy link

Thanks @hlktrkn and @sanjayfrank11 ! Dragging the folder into the terminal was rejected with a "permissions denied" but adding the cd before dragging the folder in, worked. However, because I dropped in the main server directory, the get clone put it right in there, when it should actually go into: 'krita/ai_diffusion/server/ComfyUI/custom_nodes' I saw thanks to @hlk-trkn earlier comment. Now everything is working again! Thank you!

@PrayasJ
Copy link

PrayasJ commented Jan 10, 2025

@hlk-trkn

I have no idea if there's any tutorial but basically, goto comfyui server of krita ai.go to ComfyUI/custom_nodes folder Find acly-tooling-nodes folder and delete it.

The folder to remove is actually comfyui-tooling-nodes and not acly-tooling-nodes, I just tried this and working.

@Acly
Copy link
Owner

Acly commented Jan 20, 2025

v1.30.0 install should no longer have this issue.

@Acly Acly closed this as completed Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants