diff --git a/comfy/node_helpers.py b/comfy/node_helpers.py index ca6e67266..39faa6cb2 100644 --- a/comfy/node_helpers.py +++ b/comfy/node_helpers.py @@ -51,7 +51,7 @@ def export_custom_nodes(): """ import inspect from abc import ABC - from comfy.nodes.package_typing import CustomNode + from .nodes.package_typing import CustomNode # Get the calling module frame = inspect.currentframe()