Skip to content

Script doesn't work with newest version of ComfyUI #7

@Goktug

Description

@Goktug

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions