From 85c3e33343af98193506a2069407b35a7456389e Mon Sep 17 00:00:00 2001 From: Will Miao <13051207myq@gmail.com> Date: Fri, 28 Mar 2025 04:15:54 +0800 Subject: [PATCH] Update version to 0.8.1 and add release notes for new features and improvements - Bump version from 0.8.0 to 0.8.1 in pyproject.toml. - Document new features in README.md, including base model correction, LoRA loader flexibility, expanded recipe support, enhanced showcase images, and various UI improvements and bug fixes. --- README.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bfc70f53..b89f6926 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,13 @@ Watch this quick tutorial to learn how to use the new one-click LoRA integration ## Release Notes +### v0.8.1 +* **Base Model Correction** - Added support for modifying base model associations to fix incorrect metadata for non-CivitAI LoRAs +* **LoRA Loader Flexibility** - Made CLIP input optional for model-only workflows like Hunyuan video generation +* **Expanded Recipe Support** - Added compatibility with 3 additional recipe metadata formats +* **Enhanced Showcase Images** - Generation parameters now displayed alongside LoRA preview images +* **UI Improvements & Bug Fixes** - Various interface refinements and stability enhancements + ### v0.8.0 * **Introduced LoRA Recipes** - Create, import, save, and share your favorite LoRA combinations * **Recipe Management System** - Easily browse, search, and organize your LoRA recipes diff --git a/pyproject.toml b/pyproject.toml index 2e4d7660..e64df3a8 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.0" +version = "0.8.1" license = {file = "LICENSE"} dependencies = [ "aiohttp",