ComfyUI/app/assets/api
Simon Pinfold e807d60e45 feat(assets): add in-root loader file_path, rename storage locator to logical_path
Split the Asset response path fields so model-loader consumers get a
category-relative path. The namespaced storage locator moves to
`logical_path`; the new `file_path` is the in-root loader path (model
category dropped), e.g. models/checkpoints/foo/bar.safetensors -> foo/bar.safetensors.
2026-07-03 08:50:27 +12:00
..
routes.py feat(assets): add in-root loader file_path, rename storage locator to logical_path 2026-07-03 08:50:27 +12:00
schemas_in.py feat(assets): add namespaced model type tags 2026-06-27 15:14:20 +12:00
schemas_out.py feat(assets): add in-root loader file_path, rename storage locator to logical_path 2026-07-03 08:50:27 +12:00
upload.py feat(assets): add namespaced model type tags 2026-06-27 15:14:20 +12:00