Skip to content

Commit b215c83

Browse files
author
chengxi
committed
fix not await for load extra nodes
1 parent 76bc1c3 commit b215c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comfyui_to_python_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def import_custom_nodes() -> None:
2424
execution.PromptQueue(server_instance)
2525

2626
# Initializing custom nodes
27-
init_extra_nodes()
27+
asyncio.run(init_extra_nodes())
2828

2929

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

0 commit comments

Comments
 (0)