ComfyUI/app/assets
Simon Pinfold 09086138db fix(assets): only extension-matching buckets contribute a loader_path
The model-base match in get_asset_category_and_relative_path ignored
each bucket's extension set, so a file inside a registered base whose
extension the bucket cannot load (e.g. a .txt uploaded into
model_type:checkpoints) advertised a loader_path that no loader list
would ever resolve, while the tag side of the same stack already
excluded it. Apply the extension check used for backend tags (empty set
accepts any extension), keeping loader_path null exactly when no loader
can resolve the file.
2026-07-07 08:55:53 +12:00
..
api feat(assets): replace response file_path with persisted loader_path 2026-07-07 08:33:47 +12:00
database feat(assets): replace response file_path with persisted loader_path 2026-07-07 08:33:47 +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