mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-10 00:07:33 +08:00
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. |
||
|---|---|---|
| .. | ||
| api | ||
| database | ||
| services | ||
| helpers.py | ||
| scanner.py | ||
| seeder.py | ||