ComfyUI/app/assets/services
Luke Mino-Altherr ccfc5dedd4 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-03 14:46:33 -08:00
..
__init__.py Refactor asset database: separate business logic from queries 2026-02-03 13:08:04 -08:00
asset_management.py refactor: flatten nested try blocks and if statements in assets package 2026-02-03 14:28:16 -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: improve function naming for clarity and consistency 2026-02-03 14:20:36 -08:00
path_utils.py refactor: improve function naming for clarity and consistency 2026-02-03 14:20:36 -08:00
scanner.py refactor: remove try-finally wrapper in seed_assets by extracting helpers 2026-02-03 14:33:54 -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