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

example_node.py not working after install ComfyUI-Manager #1418

Open
siraphopp opened this issue Jan 9, 2025 · 2 comments
Open

example_node.py not working after install ComfyUI-Manager #1418

siraphopp opened this issue Jan 9, 2025 · 2 comments

Comments

@siraphopp
Copy link

example_node.py from example_node.py.example which is from the ComfyUI official is not working after install ComfyUI-Manager. But the other custom nodes from GitHub is working fine.

@mferris77
Copy link

I've been looking for information related to this as I'm fairly new to Comfy but have been working on a custom script - and it doesn't work anymore. I think it has to do with the recent update to the plugin registry. It seems the node manager is scanning all custom nodes for a 'version' which it expects to find in a node's git package (to determine if a new version is available, perhaps?) - but if it's not a custom node that came from github, there's no version information available and it fails to properly load the node.

Having one of these unknown custom nodes also seems to signficantly slow down the custom node manager whenever it is opened as the manager appears to be fetching something from github (extension node map) and hangs for a good 30-45 seconds. At least I presume the two issues are related.

It would be nice if there was a way to indicate that a certain node/folder should not get verified or validated, such as when we're developing our own nodes or choose not to publish them to github.

@ltdrdata
Copy link
Owner

ltdrdata commented Jan 11, 2025

Try updating ComfyUI-Manager to the latest version.
As of version V3.6.1, there are no issues.

image

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

3 participants