mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-23 21:00:16 +08:00
Fix absolute import
This commit is contained in:
parent
1e74a4cf08
commit
83ae94b96c
@ -51,7 +51,7 @@ def export_custom_nodes():
|
|||||||
"""
|
"""
|
||||||
import inspect
|
import inspect
|
||||||
from abc import ABC
|
from abc import ABC
|
||||||
from comfy.nodes.package_typing import CustomNode
|
from .nodes.package_typing import CustomNode
|
||||||
|
|
||||||
# Get the calling module
|
# Get the calling module
|
||||||
frame = inspect.currentframe()
|
frame = inspect.currentframe()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user