mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
- Simplify error handling logic by checking for "not found" message directly - Extract model data fetching into separate _fetch_model_data method - Extract version enrichment into separate _enrich_version_with_model_data method - Improve logging consistency using %s formatting - Rename variables for better clarity (result -> version, e -> exc)