ComfyUI/app/assets/services
Luke Mino-Altherr 788a98f294 Centralize MIME type initialization into utils/mime_types.py
Move mimetypes.init() and all custom type registrations from server.py
and metadata_extract.py into a single init_mime_types() function called
once at startup in main.py.

Amp-Thread-ID: https://ampcode.com/threads/T-019cbb2a-513a-7458-9962-b4100e4f124d
Co-authored-by: Amp <amp@ampcode.com>
2026-03-04 15:31:08 -08:00
..
__init__.py Reduce duplication across assets module 2026-03-03 17:23:32 -08:00
asset_management.py feat: soft-delete for AssetReference with scanner persistence 2026-03-03 20:15:14 -08:00
bulk_ingest.py Fix asset API security and correctness issues 2026-03-03 18:47:48 -08:00
file_utils.py fix: follow symlinks in list_files_recursively with cycle detection 2026-03-03 15:51:52 -08:00
hashing.py Add checkpoint/interrupt support to BLAKE3 hashing 2026-03-04 15:22:42 -08:00
ingest.py Add checkpoint/interrupt support to BLAKE3 hashing 2026-03-04 15:22:42 -08:00
metadata_extract.py Centralize MIME type initialization into utils/mime_types.py 2026-03-04 15:31:08 -08:00
path_utils.py Reduce duplication across assets module 2026-03-03 17:23:32 -08:00
schemas.py Reduce duplication across assets module 2026-03-03 17:23:32 -08:00
tagging.py Reduce duplication across assets module 2026-03-03 17:23:32 -08:00