From caae1d2fbef7866c88688cc4613ca01b7b58ed00 Mon Sep 17 00:00:00 2001 From: Will Miao <13051207myq@gmail.com> Date: Mon, 3 Mar 2025 18:51:50 +0800 Subject: [PATCH] Update README and version to 0.7.33 with new LoRA features and bug fixes --- README.md | 17 ++++++++++++++++- pyproject.toml | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3011de8f..c8c5559c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,22 @@ Watch this quick tutorial to learn how to use the new one-click LoRA integration --- -## [Update 0.7.3] New Features +## [Update 0.7.33] Latest Enhancements +- 🎛️ **Enhanced LoRA Loader Node**: + - New visual widgets for easier LoRA strength adjustment + - Toggle switches for quick LoRA enable/disable + - Image tooltips for quick LoRA preview identification + - Improved UI for managing multiple LoRAs + +- 🏷️ **New TriggerWord Toggle Node**: + - Visual display of applicable trigger words + - Click-to-toggle individual trigger words + - Easy exclusion of unwanted trigger words + - Connects directly after LoRA Loader node + +- 🐛 **Bug Fixes and Stability Improvements** + +## [Update 0.7.3] Previous Features - ✨ **One-Click LoRA Integration**: - Use "Lora Loader (LoraManager)" custom node in workflows - Copy LoRA syntax directly from manager interface diff --git a/pyproject.toml b/pyproject.toml index 9b87630b..3243f73d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "comfyui-lora-manager" description = "LoRA Manager for ComfyUI - Access it at http://localhost:8188/loras for managing LoRA models with previews and metadata integration." -version = "0.7.32" +version = "0.7.33" license = {file = "LICENSE"} dependencies = [ "aiohttp",