Update README for version 0.5.7: Highlight performance improvements, new search feature, and bug fixes

This commit is contained in:
Will Miao
2025-02-04 23:59:40 +08:00
parent 0c11fbcb1e
commit 6c94f12757
2 changed files with 33 additions and 8 deletions

View File

@@ -6,6 +6,18 @@ A web-based management interface designed to help you organize and manage your l
--- ---
## [Update 0.5.7] Performance Boost & Search Feature
- 🚀 **Major Performance Improvements**:
- Implemented multi-layer caching and cache preloading
- Added file system monitoring with incremental updates
- Introduced pagination API with infinite scroll support
- 🔍 **Search Functionality**: New search feature to quickly find LoRA models
- 🐛 **Bug Fixes**: Various stability and performance improvements
---
## [Update 0.5.6] New Features and Optimizations ## [Update 0.5.6] New Features and Optimizations
- 🛠️ **Code Refactor**: The codebase has been restructured to improve readability and maintainability, making it easier to manage and extend in future updates. - 🛠️ **Code Refactor**: The codebase has been restructured to improve readability and maintainability, making it easier to manage and extend in future updates.
@@ -36,13 +48,26 @@ A web-based management interface designed to help you organize and manage your l
## Key Features ## Key Features
- **🔍 Automatic scanning & listing** of local LoRA models - 🚀 **High Performance**
- **📂 Folder-based categorization** with support for nested directories - Fast model loading and browsing
- **🌐 Metadata retrieval** from CivitAI, including preview images - Smooth scrolling through large collections
- **🖼️ Manual preview replacement** with support for JPG, PNG, MP4, and WEBM formats - Real-time updates when files change
- **📋 One-click filename copying** for easy workflow integration
- **↕️ Sorting** by name or modification date - 📂 **Easy Organization**
- **🌓 Light/dark theme toggle** for user preference - Quick search to find models
- Folder-based categorization
- Sort by name or date
- 🌐 **Rich Model Details**
- Preview images and videos
- Model descriptions from CivitAI
- Trigger words at a glance
- 💻 **User Friendly**
- One-click access from ComfyUI menu
- Copy model names with single click
- Customizable light/dark theme
- Multi-folder support
--- ---

View File

@@ -1,7 +1,7 @@
[project] [project]
name = "comfyui-lora-manager" 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." description = "LoRA Manager for ComfyUI - Access it at http://localhost:8188/loras for managing LoRA models with previews and metadata integration."
version = "0.5.6" version = "0.5.7"
license = {file = "LICENSE"} license = {file = "LICENSE"}
dependencies = ["aiohttp", "jinja2", "safetensors"] dependencies = ["aiohttp", "jinja2", "safetensors"]