You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recipes Masonry Layout -- New layout option for the Recipes page that preserves image aspect ratios. Switch between masonry and grid in Settings.
Recipe Rematch -- Match recipe models deleted on Civitai against your local library via AutoV3 hashes and re-link them. Available from the right-click context menu for individual recipes, selections, or the whole library.
LoRA autocomplete within active filters -- New /activefilters command, with a matching setting in ComfyUI settings, makes LoRA autocomplete in ComfyUI LoRA nodes only suggest LoRAs matching the filters active in the LoRA Manager UI, such as folder, base model, and tags.
Drag & Drop Preview -- Set or replace a model card preview by dragging an image or video onto the card. (#1034)
Delete Undo -- An Undo toast with a 20 second countdown restores deleted models and recipes.
Random sort -- New Random option in the sort dropdowns on model pages and the Recipes page. (#1049)
Recipes Recently Opened sort -- Sort recipes by the last time they were opened; never-opened recipes are hidden.
Missing model flags in workflow -- LoRA nodes (e.g. Loader, Stacker) now flag LoRAs missing from the local library and block queueing until they're resolved. (#1057)
Recipes prompt-aware duplicate detection -- The recipe Duplicates panel now has an Include prompt in matching toggle, so duplicate groups can also require matching prompts.
Download failure summary -- Single and batch downloads now show a summary modal with per-item failure reasons, clickable links, Copy Report, and Retry Failed.
Metadata Overwrite wired inputs -- The model and sampler fields now accept both manual text entry and wired MODEL/SAMPLER connections, with names extracted automatically when wired.
Paid updates detection -- CivitAI versions with paid access are now detected and shown with a Paid badge, plus a new Hide Paid Updates setting and a warning before downloading gated versions. (#1060)
Bug Fixes
Fixed Send to Workflow targeting nodes whose text comes from wired inputs, where the send silently did nothing.
Fixed updating a model to a version with a different base model saving the file to the old base model's folder. (#1059)
Fixed downloads failing with "No suitable file found" for models whose only files use newer CivitAI types (e.g. Enhancement LoRA).
Fixed aria2 downloads failing after the download backend restarts mid-transfer - transfers now resume instead of failing.
Fixed download URLs without a version ID requiring manual version selection - the latest version is now selected automatically.
Fixed autocomplete text widget clear not being undoable - Ctrl+Z now restores cleared text. (#1056)
Fixed bulk Set Content Rating not working for selected recipes.
Fixed changing the recipes storage path to a different drive failing on Windows.
Filter panel improvements - wider panel with height clamped to the viewport, and the 10 preset limit removed.
Fixed import modal action buttons scrolling out of view on long lists - they now stay pinned.
Example image downloads - Download Missing now skips already-processed models and existing files; Re-process All retries previously failed models.