Changes
- Multi-precision file selection for CivitAI model downloads -- when a model version offers multiple file options (different formats, sizes, or precision levels), the download dialog shows a file selection step where you can pick which file to download. (#956)
- Per-folder update check via sidebar context menu -- right-click any folder in the sidebar to check for model updates scoped to just that folder. (#944)
- Create As Recipe from example images -- the Create As Recipe button is now available on example images in the showcase view. (#945)
- CivArchive downloads prefer safetensors -- when multiple file options are available, safetensors format is now prioritized.
- Restore suffixed filenames script -- a utility script to revert leftover hash suffixes from filenames. (Wiki: https://github.com/willmiao/ComfyUI-Lora-Manager/wiki/Restore-Suffixed-Filenames-Script)
Bug Fixes
- Fixed certain base model types (Flux, DiT, video models) being downloaded to the wrong model folder.
- Fixed autocomplete inserting tags with parentheses breaking ComfyUI's prompt weight syntax. (#951)
- Fixed ZIP update on Windows failing when the cache directory contains an open SQLite database. (#953)
- Fixed ZIP update deleting wildcards and backup directories during upgrade.
- Fixed recipe imports creating empty checkpoint stubs with no model data, and improved base_model resolution from CivitAI parser data.
- Fixed recipe grid going empty after certain scroll-triggered operations, and aligned refresh/reload behavior with the models page.
- Fixed recipe cards missing favorite state for the bulk menu.
- Fixed disabled showcase media buttons not showing title tooltips.