From 59b1abb7190e2f9873717d46340a113c2fbe8075 Mon Sep 17 00:00:00 2001 From: Will Miao <13051207myq@gmail.com> Date: Mon, 7 Apr 2025 14:49:34 +0800 Subject: [PATCH] Update version to 0.8.4 and add release notes for node layout improvements and bug fixes --- README.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 05046753..c049ab66 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,11 @@ Watch this quick tutorial to learn how to use the new one-click LoRA integration ## Release Notes +### v0.8.4 +* **Node Layout Improvements** - Fixed layout issues with LoRA Loader and Trigger Words Toggle nodes in newer ComfyUI frontend versions +* **Recipe LoRA Reconnection** - Added ability to reconnect deleted LoRAs in recipes by clicking the "deleted" badge in recipe details +* **Bug Fixes & Stability** - Resolved various issues for improved reliability + ### v0.8.3 * **Enhanced Workflow Parser** - Rebuilt workflow analysis engine with improved support for ComfyUI core nodes and easier extensibility * **Improved Recipe System** - Refined the experimental Save Recipe functionality with better workflow integration diff --git a/pyproject.toml b/pyproject.toml index 9d7b7171..8b4c769c 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.8.3" +version = "0.8.4" license = {file = "LICENSE"} dependencies = [ "aiohttp",