mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 14:50:49 +08:00
Fix absolute import
This commit is contained in:
parent
1e74a4cf08
commit
83ae94b96c
@ -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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user