mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-08-20 12:31:27 -03:00
6647c45731
Distinct files of the same model version queued before a backend restart were silently collapsed by deduplicate(), which grouped rows by (model_id, model_version_id) only. Extract the file id from file_params via json_extract and add it to the dedup key; rows without file identity keep the old per-version behavior (NULL matches NULL).