mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-05-04 09:17:50 +08:00
* FIXED: cm-cli.py - mode doesn't work
* FIXED: get_cnr_data - use timeout fallback
This commit is contained in:
@ -118,7 +118,7 @@ class Ctx:
|
||||
if channel is not None:
|
||||
self.channel = channel
|
||||
|
||||
asyncio.run(unified_manager.reload(cache_mode=self.mode == 'cache', dont_wait=False))
|
||||
asyncio.run(unified_manager.reload(cache_mode=self.mode, dont_wait=False))
|
||||
asyncio.run(unified_manager.load_nightly(self.channel, self.mode))
|
||||
|
||||
def set_no_deps(self, no_deps):
|
||||
|
||||
Reference in New Issue
Block a user