From b206427d50dbe372188f95cecedf65f6c1898e12 Mon Sep 17 00:00:00 2001 From: Will Miao <13051207myq@gmail.com> Date: Mon, 14 Apr 2025 08:40:42 +0800 Subject: [PATCH] feat: Update README to include enhanced checkpoint management features and improved initial loading details --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff375314..0580081b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Release](https://img.shields.io/github/v/release/willmiao/ComfyUI-Lora-Manager?include_prereleases&color=blue&logo=github)](https://github.com/willmiao/ComfyUI-Lora-Manager/releases) [![Release Date](https://img.shields.io/github/release-date/willmiao/ComfyUI-Lora-Manager?color=green&logo=github)](https://github.com/willmiao/ComfyUI-Lora-Manager/releases) -A comprehensive toolset that streamlines organizing, downloading, and applying LoRA models in ComfyUI. With powerful features like recipe management and one-click workflow integration, working with LoRAs becomes faster, smoother, and significantly easier. Access the interface at: `http://localhost:8188/loras` +A comprehensive toolset that streamlines organizing, downloading, and applying LoRA models in ComfyUI. With powerful features like recipe management, checkpoint organization, and one-click workflow integration, working with models becomes faster, smoother, and significantly easier. Access the interface at: `http://localhost:8188/loras` ![Interface Preview](https://github.com/willmiao/ComfyUI-Lora-Manager/blob/main/static/images/screenshot.png) @@ -20,6 +20,11 @@ Watch this quick tutorial to learn how to use the new one-click LoRA integration ## Release Notes +### v0.8.6 Major Update +* **Checkpoint Management** - Added comprehensive management for model checkpoints including scanning, searching, filtering, and deletion +* **Enhanced Metadata Support** - New capabilities for retrieving and managing checkpoint metadata with improved operations +* **Improved Initial Loading** - Optimized cache initialization with visual progress indicators for better user experience + ### v0.8.5 * **Enhanced LoRA & Recipe Connectivity** - Added Recipes tab in LoRA details to see all recipes using a specific LoRA * **Improved Navigation** - New shortcuts to jump between related LoRAs and Recipes with one-click navigation @@ -92,6 +97,12 @@ Watch this quick tutorial to learn how to use the new one-click LoRA integration - Trigger words at a glance - One-click workflow integration with preset values +- 🔄 **Checkpoint Management** + - Scan and organize checkpoint models + - Filter and search your collection + - View and edit metadata + - Clean up and manage disk space + - 🧩 **LoRA Recipes** - Save and share favorite LoRA combinations - Preserve generation parameters for future reference @@ -103,6 +114,7 @@ Watch this quick tutorial to learn how to use the new one-click LoRA integration - Context menu for quick actions - Custom notes and usage tips - Multi-folder support + - Visual progress indicators during initialization ---