mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-22 13:42:12 -03:00
- Updated LoraScanner to first attempt to create metadata from .civitai.info files, improving metadata extraction from existing files. - Added error handling for reading .civitai.info files and fallback to generating metadata using get_file_info if necessary. - Refactored file_utils to expose find_preview_file function and added logic to utilize SHA256 from existing .json files to avoid recalculation. - Improved overall robustness of metadata loading and preview file retrieval processes.