Skip to content

Commit 0adf2b7

Browse files
committed
catching imports for modules that no longer exist
1 parent 55b057b commit 0adf2b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ def start_comfyui(asyncio_loop=None):
316316
prompt_server = server.PromptServer(asyncio_loop)
317317
q = execution.PromptQueue(prompt_server)
318318

319-
nodes.init_extra_nodes(init_custom_nodes=not args.disable_all_custom_nodes)
319+
# nodes.init_extra_nodes(init_custom_nodes=not args.disable_all_custom_nodes)
320320

321321
prompt_server.add_routes()
322322
hijack_progress(prompt_server)

0 commit comments

Comments
 (0)