There was an error while loading. Please reload this page.
1 parent 76bc1c3 commit b215c83Copy full SHA for b215c83
comfyui_to_python_utils.py
@@ -24,7 +24,7 @@ def import_custom_nodes() -> None:
24
execution.PromptQueue(server_instance)
25
26
# Initializing custom nodes
27
- init_extra_nodes()
+ asyncio.run(init_extra_nodes())
28
29
30
def find_path(name: str, path: str = None) -> str:
0 commit comments