mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-25 07:05:43 -03:00
feat: propagate version info to model update record creation. Fixes #756
- Pass `version_info` parameter through download manager to model update service - Enhance `_create_record` to use version info when creating records for missing versions - Add `_extract_single_version` helper method for consistent version extraction - Improve handling of version metadata during library synchronization
This commit is contained in:
@@ -487,6 +487,7 @@ class DownloadManager:
|
||||
model_type,
|
||||
resolved_model_id,
|
||||
sorted(version_ids),
|
||||
version_info=version_info,
|
||||
)
|
||||
except Exception as exc:
|
||||
logger.debug(
|
||||
|
||||
Reference in New Issue
Block a user