Skip to content

Commit b9227b1

Browse files
committed
modified: hide migration button temporarily
1 parent e058140 commit b9227b1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

glob/manager_server.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1425,10 +1425,11 @@ async def get_cache(filename):
14251425

14261426
await asyncio.gather(a, b, c, d, e)
14271427

1428-
if not core.get_config()['skip_migration_check']:
1429-
await core.check_need_to_migrate()
1430-
else:
1431-
logging.info("[ComfyUI-Manager] Migration check is skipped...")
1428+
# NOTE: hide migration button temporarily.
1429+
# if not core.get_config()['skip_migration_check']:
1430+
# await core.check_need_to_migrate()
1431+
# else:
1432+
# logging.info("[ComfyUI-Manager] Migration check is skipped...")
14321433

14331434

14341435
threading.Thread(target=lambda: asyncio.run(default_cache_update())).start()

0 commit comments

Comments
 (0)