ComfyUI/app
Luke Mino-Altherr 92e03fbc21 Fix is_missing state updates for asset cache states on startup
- Add bulk_update_is_missing() to efficiently update is_missing flag
- Update sync_cache_states_with_filesystem() to mark non-existent files as is_missing=True
- Call restore_cache_states_by_paths() in batch_insert_seed_assets() to restore
  previously-missing states when files reappear during scanning

Amp-Thread-ID: https://ampcode.com/threads/T-019c3177-e591-7666-ac6b-7e05c71c8ebf
Co-authored-by: Amp <amp@ampcode.com>
2026-02-24 11:34:44 -08:00
..
assets Fix is_missing state updates for asset cache states on startup 2026-02-24 11:34:44 -08:00
database
__init__.py
app_settings.py
custom_node_manager.py
frontend_management.py
logger.py
model_manager.py
node_replace_manager.py Node Replacement API (#12014) 2026-02-15 02:12:30 -08:00
subgraph_manager.py fix: specify UTF-8 encoding when reading subgraph files (#12563) 2026-02-21 15:05:00 -08:00
user_manager.py