mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-30 19:07:25 +08:00
Move hiring log above custom node import times
This commit is contained in:
parent
5d5a4554e1
commit
2288116447
1
main.py
1
main.py
@ -474,6 +474,7 @@ def start_comfyui(asyncio_loop=None):
|
||||
comfyui_manager.start()
|
||||
|
||||
hook_breaker_ac10a0.save_functions()
|
||||
logging.info("psst — we're hiring! https://www.comfy.org/careers")
|
||||
asyncio_loop.run_until_complete(nodes.init_extra_nodes(
|
||||
init_custom_nodes=(not args.disable_all_custom_nodes) or len(args.whitelist_custom_nodes) > 0,
|
||||
init_api_nodes=not args.disable_api_nodes
|
||||
|
||||
Loading…
Reference in New Issue
Block a user