ComfyUI/app/assets/services
Luke Mino-Altherr 0ad8a907d6 fix: handle missing blake3 module gracefully to prevent server crash
Make blake3 an optional import that fails gracefully at import time,
with a clear error message when hashing functions are actually called.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-24 11:34:44 -08:00
..
__init__.py Refactor asset database: separate business logic from queries 2026-02-24 11:34:43 -08:00
asset_management.py refactor: flatten nested try blocks and if statements in assets package 2026-02-24 11:34:44 -08:00
hashing.py fix: handle missing blake3 module gracefully to prevent server crash 2026-02-24 11:34:44 -08:00
ingest.py refactor: improve function naming for clarity and consistency 2026-02-24 11:34:44 -08:00
path_utils.py refactor: improve function naming for clarity and consistency 2026-02-24 11:34:44 -08:00
scanner.py refactor: remove try-finally wrapper in seed_assets by extracting helpers 2026-02-24 11:34:44 -08:00
tagging.py refactor: move in-function imports to top-level and remove keyword-only argument pattern 2026-02-24 11:34:43 -08:00