mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
- Added `populate_lora_from_civitai` and `populate_checkpoint_from_civitai` methods to enhance the extraction of model information from Civitai API responses. - These methods populate LoRA and checkpoint entries with relevant data such as model name, version, thumbnail URL, base model, download URL, and file details. - Improved error handling and logging for scenarios where models are not found or data retrieval fails. - Refactored existing code to utilize the new methods, streamlining the process of fetching and updating LoRA and checkpoint metadata.