Changes
- Bulk Repair Metadata for Recipes -- select multiple recipes in the recipes page and repair their metadata in one batch operation.
Bug Fixes
- Fixed recipe checkpoint corruption when importing CivitAI images -- a LoRA could be incorrectly saved as the recipe's checkpoint. The import now correctly identifies the checkpoint by resource type, and existing corrupted recipes are detected and fixed during repair.
- Fixed example images auto-download entering an infinite retry loop for models with no available CivitAI images.
- Fixed rate-limit errors from fallback providers (CivArchive) cascading after a model is confirmed deleted on CivitAI, causing repeated re-processing cycles and wasted API quota.
- Fixed local LoRA matching by AutoV2 short hash when the CivitAI model has been deleted and the API cannot resolve the full SHA256 (#946).
- Fixed newly published CivitAI models with an empty modelVersions array failing to resolve -- the system now falls back to direct version fetch.
- Fixed HTML entities in markdown content (release notes, descriptions) causing angle brackets to be swallowed.
- Fixed skip-metadata-refresh options appearing in the recipe page's bulk context menu where they are not applicable.