ComfyUI/app/assets/services
Luke Mino-Altherr 0f75def5b5 refactor: move scanner.py out of services to top-level assets module
Scanner is used externally by main.py and server.py for startup/maintenance,
not as part of the regular service layer. Moving it to app/assets/scanner.py
makes the public API clearer.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 19:56:29 -08:00
..
__init__.py
asset_management.py chore: remove unused get_utc_now import 2026-02-03 18:47:11 -08:00
hashing.py fix: handle missing blake3 module gracefully to prevent server crash 2026-02-03 14:46:33 -08:00
ingest.py refactor: use explicit dataclasses instead of ORM objects in service layer 2026-02-03 18:39:07 -08:00
path_utils.py refactor: improve function naming for clarity and consistency 2026-02-03 14:20:36 -08:00
schemas.py refactor: use explicit dataclasses instead of ORM objects in service layer 2026-02-03 18:39:07 -08:00
tagging.py refactor: move in-function imports to top-level and remove keyword-only argument pattern 2026-02-03 13:08:04 -08:00