ComfyUI/app
Simon Pinfold 789bcf34f7 Re-enrich a reference whose asset no longer has a hash
count_active_siblings excludes soft-deleted references, so rewriting the last
active reference to a shared asset clears that asset's hash in place while a
soft-deleted sibling still points at it. Restoring the sibling then matched the
unchanged check on its own untouched file and kept enrichment_level at HASHED,
so it was never re-hashed.

Preserving state only makes sense when there is state to preserve: require a
recorded hash before taking the unchanged path.
2026-08-11 16:44:45 -07:00
..
assets Re-enrich a reference whose asset no longer has a hash 2026-08-11 16:44:45 -07:00
database feat(assets): align local API with cloud spec (#12863) 2026-03-16 12:34:04 -07:00
__init__.py Add `FrontendManager` to manage non-default front-end impl (#3897) 2024-07-16 11:26:11 -04:00
app_settings.py Update frontend to v1.25.10 and revert navigation mode override (#9522) 2025-08-23 17:54:01 -04:00
custom_node_manager.py Remove useless annotations imports. (#14105) 2026-05-25 19:23:29 -07:00
frontend_management.py Remove useless annotations imports. (#14105) 2026-05-25 19:23:29 -07:00
logger.py rename comfy/logging.py to comfy/internal_logging.py (#15231) 2026-08-02 16:20:27 -04:00
model_manager.py feat(api): expose registered extension filters on /experiment/models (#14797) 2026-07-09 12:59:30 -07:00
node_replace_manager.py fix: make NodeReplaceManager.register() idempotent (#13596) 2026-05-07 19:21:12 -07: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 Fix user.css loading broken by #14734 (#15000) 2026-07-29 23:00:16 -07:00