fix: installed nodes should still be initialized in offline mode

This commit is contained in:
bymyself
2025-04-11 15:55:11 -07:00
parent 9dc8e630a0
commit 29ca93fcb4
2 changed files with 11 additions and 8 deletions

View File

@@ -1685,6 +1685,8 @@ async def default_cache_update():
# load at least once
await core.unified_manager.reload('remote', dont_wait=False)
await core.unified_manager.get_custom_nodes(channel_url, 'remote')
else:
await core.unified_manager.reload('remote', dont_wait=False, update_cnr_map=False)
logging.info("[ComfyUI-Manager] All startup tasks have been completed.")