From 30791313376bacaf68e6541ce8279468b37776ea Mon Sep 17 00:00:00 2001 From: Will Miao <13051207myq@gmail.com> Date: Sun, 24 Aug 2025 19:22:42 +0800 Subject: [PATCH] feat: Update version to 0.8.30 and add release notes for automatic model path correction and UI enhancements --- README.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 406bcc06..ffa06b07 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,11 @@ Enhance your Civitai browsing experience with our companion browser extension! S ## Release Notes +### v0.8.30 +* **Automatic Model Path Correction** - Added auto-correction for model paths in built-in nodes such as Load Checkpoint, Load Diffusion Model, Load LoRA, and other custom nodes with similar functionality. Workflows containing outdated or incorrect model paths will now be automatically updated to reflect the current location of your models. +* **Node UI Enhancements** - Improved node interface for a smoother and more intuitive user experience. +* **Bug Fixes** - Addressed various bugs to enhance stability and reliability. + ### v0.8.29 * **Enhanced Recipe Imports** - Improved recipe importing with new target folder selection, featuring path input autocomplete and interactive folder tree navigation. Added a "Use Default Path" option when downloading missing LoRAs. * **WanVideo Lora Select Node Update** - Updated the WanVideo Lora Select node with a 'merge_loras' option to match the counterpart node in the WanVideoWrapper node package. diff --git a/pyproject.toml b/pyproject.toml index 7d5d0080..40bc3ad2 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.8.29" +version = "0.8.30" license = {file = "LICENSE"} dependencies = [ "aiohttp",