mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
- Add validation to check if Civitai API metadata contains recipe fields - Fall back to EXIF extraction when API returns empty metadata (meta.meta=null) - Improve error messages to distinguish between missing metadata and unsupported format - Add _has_recipe_fields() helper method to validate metadata content This fixes import failures for Civitai images where the API returns metadata wrapper but no actual generation parameters (e.g., images edited in Photoshop that lost their original generation metadata)