ComfyUI/app/assets
Simon Pinfold 72f239a0e3 fix(assets): persist subfolder-qualified loader_path for ingested outputs
ingest_existing_file built its seed spec with the file's basename, so
outputs saved into a subfolder persisted loader_path (and the
user_metadata filename that preview URLs split for their subfolder
param) as just the basename: the served locator pointed at a file that
does not exist at that path. Scanner and seeder specs already derive
fname via compute_loader_path; use the same derivation here.
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): persist subfolder-qualified loader_path for ingested outputs 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