ComfyUI/app/assets
Matt Miller 0e6d281157 fix(assets): normalize file_path separators to forward slashes on Windows
get_asset_category_and_relative_path returned os.path.relpath output
directly, which uses backslashes on Windows, producing logical paths like
'LLM\model.safetensors'. Normalize to '/' so the logical file_path is
platform-independent, matching _compute_relative. Fixes test_path_utils
failures on windows-2022.
2026-06-08 19:04:33 -07:00
..
api Merge remote-tracking branch 'comfy-org/master' into pr-14005-work 2026-06-08 18:56:19 -07:00
database feat(assets): register output files as assets after prompt execution (#12812) 2026-03-24 20:48:55 -07:00
services fix(assets): normalize file_path separators to forward slashes on Windows 2026-06-08 19:04:33 -07:00
helpers.py refactor(assets): modular architecture + async two-phase scanner & background seeder (#12621) 2026-03-07 20:37:25 -05:00
scanner.py feat(assets): extract image dimensions at ingest and emit on asset responses (#13991) 2026-06-08 14:27:50 -07:00
seeder.py feat(assets): register output files as assets after prompt execution (#12812) 2026-03-24 20:48:55 -07:00