We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55b057b commit 0adf2b7Copy full SHA for 0adf2b7
main.py
@@ -316,7 +316,7 @@ def start_comfyui(asyncio_loop=None):
316
prompt_server = server.PromptServer(asyncio_loop)
317
q = execution.PromptQueue(prompt_server)
318
319
- nodes.init_extra_nodes(init_custom_nodes=not args.disable_all_custom_nodes)
+ # nodes.init_extra_nodes(init_custom_nodes=not args.disable_all_custom_nodes)
320
321
prompt_server.add_routes()
322
hijack_progress(prompt_server)
0 commit comments