From 4c95b5c516a888bf34dc4989a8ad4f1cb6a5bb00 Mon Sep 17 00:00:00 2001 From: Will Miao <13051207myq@gmail.com> Date: Wed, 5 Mar 2025 00:09:46 +0800 Subject: [PATCH] Update README and bump to version 0.7.34 --- README.md | 9 +++++++-- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c8c5559c..2c8b1e9d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Watch this quick tutorial to learn how to use the new one-click LoRA integration --- -## [Update 0.7.33] Latest Enhancements +## [Update 0.7.33] Enhanced UI Controls & Trigger Word Management - πŸŽ›οΈ **Enhanced LoRA Loader Node**: - New visual widgets for easier LoRA strength adjustment - Toggle switches for quick LoRA enable/disable @@ -26,7 +26,7 @@ Watch this quick tutorial to learn how to use the new one-click LoRA integration - πŸ› **Bug Fixes and Stability Improvements** -## [Update 0.7.3] Previous Features +## [Update 0.7.3] One-Click Integration & Workflow Automation - ✨ **One-Click LoRA Integration**: - Use "Lora Loader (LoraManager)" custom node in workflows - Copy LoRA syntax directly from manager interface @@ -138,6 +138,11 @@ If you find this project helpful, consider supporting its development: [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/pixelpawsai) +## πŸ’¬ Community + +Join our Discord community for support, discussions, and updates: +[Discord Server](https://discord.gg/vcqNrWVFvM) + --- ## πŸ—ΊοΈ Roadmap diff --git a/pyproject.toml b/pyproject.toml index 3243f73d..b4cdbcf1 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.33" +version = "0.7.34" license = {file = "LICENSE"} dependencies = [ "aiohttp",