From b9a4e7a09bf4a2b18e663f8a779ad1121c27ce6d Mon Sep 17 00:00:00 2001 From: Will Miao Date: Mon, 2 Feb 2026 23:09:06 +0800 Subject: [PATCH] docs(release): add v0.9.14 release notes - Add LoRA Cycler node with iteration support - Enhance Prompt node with tag autocomplete (Danbooru + e621) - Add command system (/char, /artist, /ac, /noac) for tag operations - Reference Lora Cycler and Lora Manager Basic template workflows - Bug fixes and stability improvements --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2946630e..7571b26a 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,11 @@ Enhance your Civitai browsing experience with our companion browser extension! S ## Release Notes +### v0.9.14 +* **LoRA Cycler Node** - Introduced a new LoRA Cycler node that enables iteration through specified LoRAs with support for repeat count and pause iteration functionality. Refer to the new "Lora Cycler" template workflow for concrete example. +* **Enhanced Prompt Node with Tag Autocomplete** - Enhanced the Prompt node with comprehensive tag autocomplete based on merged Danbooru + e621 tags. Supports tag search and autocomplete functionality. Implemented a command system with shortcuts like `/char` or `/artist` for category-specific tag searching. Added `/ac` or `/noac` commands to quickly enable or disable autocomplete. Refer to the "Lora Manager Basic" template workflow in ComfyUI -> Templates -> ComfyUI-Lora-Manager for detailed tips. +* **Bug Fixes & Stability** - Addressed multiple bugs and improved overall stability. + ### v0.9.12 * **LoRA Randomizer System** - Introduced a comprehensive LoRA randomization system featuring LoRA Pool and LoRA Randomizer nodes for flexible and dynamic generation workflows. * **LoRA Randomizer Template** - Refer to the new "LoRA Randomizer" template workflow for detailed examples of flexible randomization modes, lock & reuse options, and other features.