mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-07-03 21:20:49 +08:00
Rename the in-root loader path response field from `file_path` to `loader_path` (matching compute_loader_path), and persist it on asset_references so the API reads it directly instead of re-resolving against every registered model-folder base per request. - add loader_path column (migration 0006) populated at scan/ingest from the already-computed loader path - response prefers the stored value, falling back to compute for rows written before the column existed |
||
|---|---|---|
| .. | ||
| 0001_assets.py | ||
| 0002_merge_to_asset_references.py | ||
| 0003_add_metadata_job_id.py | ||
| 0004_drop_tag_type.py | ||
| 0005_allow_case_sensitive_tags.py | ||
| 0006_add_loader_path.py | ||