Merge branch 'feat/cnr' into feat/cnr-no-suffix

This commit is contained in:
Dr.Lt.Data
2024-12-21 18:28:46 +09:00
12 changed files with 3484 additions and 2910 deletions

View File

@@ -1400,10 +1400,11 @@ async def default_cache_update():
await asyncio.gather(a, b, c, d, e)
if not core.get_config()['skip_migration_check']:
await core.check_need_to_migrate()
else:
logging.info("[ComfyUI-Manager] Migration check is skipped...")
# NOTE: hide migration button temporarily.
# if not core.get_config()['skip_migration_check']:
# await core.check_need_to_migrate()
# else:
# logging.info("[ComfyUI-Manager] Migration check is skipped...")
threading.Thread(target=lambda: asyncio.run(default_cache_update())).start()