forked from pydn/ComfyUI-to-Python-Extension
-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Description
Hey,
In the new version of ComfyUI, they replaced import_custom_nodes
method with init_builtin_extra_nodes
, init_external_custom_nodes
(Commit)
from nodes import init_custom_nodes |
Your script also requires the following change.
from nodes import init_builtin_extra_nodes, init_external_custom_nodes
Currently, when I run the script, I encounter the following error:
ImportError: cannot import name 'init_custom_nodes' from 'nodes' (/ComfyUI/nodes.py)
Could you please address this issue?
Metadata
Metadata
Assignees
Labels
No labels