Changes
- LoRA Syntax Format -- new setting to switch between legacy A1111 format (
<lora:filename:strength>) and full path format (<lora:relative/path/filename:strength>). Full paths resolve filename conflicts when the same-named LoRAs exist in different subfolders (#917). - Doctor improvements -- duplicate filename detection now skips checkpoints and embeddings, since only LoRAs use basename-only syntax where conflicts cause resolution issues. When the full path format is active, duplicate filename warnings are suppressed entirely (#934).
- Auto-tag badge merging -- user-added tags like
high,low,i2v,t2vthat match auto-tag categories are now merged into the auto-tag display, showing as color-coded badges on model cards (#918). - Right-click copy for trigger word tags -- in the Trigger Word Toggle node, right-click any trigger word tag to copy its content to clipboard.
- Version name editing -- version names can now be edited directly in the model modal (#931).
Bug Fixes
- Fixed ComfyUI crash on Windows when scrolling through gallery pages with video previews.
- Fixed "Allow Selling" license filter -- the label now correctly refers to "Allow selling generated images" (not the model itself), with a hover tooltip added for clarification. Same treatment for "No Credit Required" (#941).
- Fixed autocomplete suggestions sometimes dismissing without applying when clicked (#939).
- Fixed model updates and recipe imports being blocked by transient server errors (5xx/524) (#935).
- Fixed redundant API requests during imports by caching version info locally.
- Fixed missing SHA256 hash when Civitai API returns empty hash fields (#933).