Fix absolute import

This commit is contained in:
Benjamin Berman 2025-02-18 20:09:56 -08:00
parent 1e74a4cf08
commit 83ae94b96c

View File

@ -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()