improved: move cache dir to user directory

This commit is contained in:
Dr.Lt.Data
2025-01-05 12:35:38 +09:00
parent bdad599f36
commit 3075764402
4 changed files with 17 additions and 4 deletions

View File

@@ -1401,7 +1401,6 @@ async def default_cache_update():
# else:
# logging.info("[ComfyUI-Manager] Migration check is skipped...")
threading.Thread(target=lambda: asyncio.run(default_cache_update())).start()
if not os.path.exists(core.manager_config_path):