From 36e3e62e709674331a6c40739e550620a986fa7f Mon Sep 17 00:00:00 2001 From: Will Miao Date: Wed, 4 Feb 2026 09:12:37 +0800 Subject: [PATCH] feat: add filter presets and update version to v0.9.15 - Added filter presets feature allowing users to save and quickly switch between filter combinations - Fixed various bugs to improve overall stability - Updated project version from 0.9.14 to 0.9.15 in pyproject.toml --- README.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7571b26a..ba7a9f1a 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,10 @@ Enhance your Civitai browsing experience with our companion browser extension! S ## Release Notes +### v0.9.15 +* **Filter Presets** - Save filter combinations as presets for quick switching and reapplication. +* **Bug Fixes** - Fixed various bugs for improved stability. + ### 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. diff --git a/pyproject.toml b/pyproject.toml index 4e708b3c..4cc5d3a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "comfyui-lora-manager" description = "Revolutionize your workflow with the ultimate LoRA companion for ComfyUI!" -version = "0.9.14" +version = "0.9.15" license = {file = "LICENSE"} dependencies = [ "aiohttp",