There was an error while loading. Please reload this page.
1 parent 42bc692 commit 76bc1c3Copy full SHA for 76bc1c3
comfyui_to_python_utils.py
@@ -12,6 +12,7 @@ def import_custom_nodes() -> None:
12
import asyncio
13
import execution
14
from nodes import init_extra_nodes
15
+ sys.path.insert(0, find_path("ComfyUI"))
16
import server
17
18
# Creating a new event loop and setting it as the default loop
0 commit comments