Skip to content

Commit dbbc0d5

Browse files
committed
Update init based on latest comfyui
1 parent a1d651b commit dbbc0d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def import_custom_nodes() -> None:
1313
"""
1414
import asyncio
1515
import execution
16-
from nodes import init_custom_nodes
16+
from nodes import init_extra_nodes
1717
import server
1818

1919
# Creating a new event loop and setting it as the default loop
@@ -25,7 +25,7 @@ def import_custom_nodes() -> None:
2525
execution.PromptQueue(server_instance)
2626

2727
# Initializing custom nodes
28-
init_custom_nodes()
28+
init_extra_nodes()
2929

3030

3131
def find_path(name: str, path: str = None) -> str:

0 commit comments

Comments
 (0)