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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: