ComfyUI/app/assets
Simon Pinfold 72d0f86a1d
Some checks failed
Python Linting / Run Ruff (push) Has been cancelled
Python Linting / Run Pylint (push) Has been cancelled
fix(assets): refresh loader_path when re-ingesting an existing reference
upsert_reference only wrote loader_path on the INSERT branch, so
re-ingesting an existing reference (an output overwritten in place, or a
file re-registered after its loader_path derivation changed) kept the
stale or NULL value forever. Write it on the UPDATE branch too, with a
null-safe change guard so a loader_path difference alone is enough to
trigger the update, and identical values stay a no-op.
2026-07-07 08:59:46 +12:00
..
api feat(assets): replace response file_path with persisted loader_path 2026-07-07 08:33:47 +12:00
database fix(assets): refresh loader_path when re-ingesting an existing reference 2026-07-07 08:59:46 +12:00
services fix(assets): only extension-matching buckets contribute a loader_path 2026-07-07 08:55:53 +12:00
helpers.py feat(assets): add namespaced model type tags 2026-06-27 15:14:20 +12:00
scanner.py feat(assets): replace response file_path with persisted loader_path 2026-07-07 08:33:47 +12:00
seeder.py feat(assets): register output files as assets after prompt execution (#12812) 2026-03-24 20:48:55 -07:00