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

fix: #60 - ImportError: cannot import name 'init_custom_nodes' from 'nodes' #61

Closed
wants to merge 2 commits into from

Conversation

bjrn0
Copy link

@bjrn0 bjrn0 commented Jul 8, 2024

Temporary fix for the import issues with the newer version of ComfyUI.

@@ -431,18 +447,21 @@ def execute(self):
None
"""
# Step 1: Import all custom nodes
import_custom_nodes()
init_builtin_extra_nodes()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried using init_extra_nodes instead of init_builtin_extra_nodes, do you know what the difference is?

@pydn
Copy link
Owner

pydn commented Sep 11, 2024

I believe this issue was fixed with #70.

@pydn pydn closed this Sep 11, 2024
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

Successfully merging this pull request may close these issues.

3 participants