Skip to content

Commit 76bc1c3

Browse files
author
chengxi
committed
Fix conflict between comfy/utils.py and utils
1 parent 42bc692 commit 76bc1c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

comfyui_to_python_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ def import_custom_nodes() -> None:
1212
import asyncio
1313
import execution
1414
from nodes import init_extra_nodes
15+
sys.path.insert(0, find_path("ComfyUI"))
1516
import server
1617

1718
# Creating a new event loop and setting it as the default loop

0 commit comments

Comments
 (0)