removed default scanning of "input" and "output" folders; added separate endpoint for test suite.

This commit is contained in:
bigcat88
2025-09-16 11:28:29 +03:00
parent 0be513b213
commit 24a95f5ca4
4 changed files with 23 additions and 3 deletions

View File

@@ -283,7 +283,7 @@ async def setup_database():
await init_db_engine()
if not args.disable_assets_autoscan:
await sync_seed_assets(["models", "input", "output"])
await sync_seed_assets(["models"])
def start_comfyui(asyncio_loop=None):