ComfyUI/app/assets/database/queries
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
..
__init__.py feat(assets): register output files as assets after prompt execution (#12812) 2026-03-24 20:48:55 -07:00
asset_reference.py fix(assets): refresh loader_path when re-ingesting an existing reference 2026-07-07 08:59:46 +12:00
asset.py feat(assets): register output files as assets after prompt execution (#12812) 2026-03-24 20:48:55 -07:00
common.py feat(assets): align local API with cloud spec (#12863) 2026-03-16 12:34:04 -07:00
tags.py feat(assets): add namespaced model type tags 2026-06-27 15:14:20 +12:00