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 1ce35679b1
commit 985c987603
2 changed files with 11 additions and 8 deletions

View File

@@ -1918,6 +1918,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.")