From 76ffec3680e137670d94bbb4b7a5e59fb0f26ce4 Mon Sep 17 00:00:00 2001 From: Will Miao <13051207myq@gmail.com> Date: Sat, 8 Feb 2025 18:41:57 +0800 Subject: [PATCH] Update README.md --- README.md | 51 ++++++-------------------------------------------- update_logs.md | 49 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+), 45 deletions(-) create mode 100644 update_logs.md diff --git a/README.md b/README.md index 013fa143..5416c6ba 100644 --- a/README.md +++ b/README.md @@ -6,53 +6,14 @@ A web-based management interface designed to help you organize and manage your l --- -## [Update 0.5.8] UI Enhancements & Navigation Improvements +## [Update 0.5.9] Enhanced Search Capabilities -- ✨ **Enhanced Navigation**: - - Added collapsible folder tags with persistent state - - Implemented "Back to Top" button for easier browsing - -- 🎨 **UI Refinements**: Various visual improvements and interface optimizations +- 🔍 **Advanced Search Features**: + - Implemented fuzzy search for more flexible model finding + - Added recursive search toggle functionality + - Support for searching in current folder only or all subfolders ---- - -## [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 - -- 🛠️ **Code Refactor**: The codebase has been restructured to improve readability and maintainability, making it easier to manage and extend in future updates. - -- 🚀 **Frontend Enhancements**: Significant performance improvements and refined user experience, including a more intuitive process for selecting and copying trigger words. - -- 🔘 **New Menu Button**: A button has been added to the ComfyUI menu. Clicking it will open the LoRA Manager interface in a new window for quicker access. - ---- - -## [Update 0.5.4] Support for Extra LoRA Paths via `extra_model_paths.yaml` - -- 🛠️ **Extra LoRA Paths**: Additional flexibility has been introduced by supporting extra LoRA paths through the `extra_model_paths.yaml` file, allowing you to manage LoRAs from directories outside the default folder. - ---- - -## [Update 0.5.3] Improved Preview Handling & Trigger Words Support - -- ✅ **Smarter Preview Image Handling**: The manager now automatically scans for and uses existing local preview images. If a local preview is found, it will not re-download one from CivitAI when fetching model details, saving both time and bandwidth. - -- 📝 **Trigger Words in LoRA Details**: Trigger words are now directly visible in the LoRA details window, making it easier to copy and integrate them into your workflows. - -- ⚠️ **Note**: For automatic detection, ensure your local preview images are named using one of the following formats: - - `.[png|jpg|jpeg|mp4]` - - `.preview.[png|jpg|jpeg|mp4]` +[View Update History](./update_logs.md) --- diff --git a/update_logs.md b/update_logs.md new file mode 100644 index 00000000..c0bffe23 --- /dev/null +++ b/update_logs.md @@ -0,0 +1,49 @@ +# Update History + +## [Update 0.5.8] UI Enhancements & Navigation Improvements + +- ✨ **Enhanced Navigation**: + - Added collapsible folder tags with persistent state + - Implemented "Back to Top" button for easier browsing + +- 🎨 **UI Refinements**: Various visual improvements and interface optimizations + +--- + +## [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 + +- 🛠️ **Code Refactor**: The codebase has been restructured to improve readability and maintainability, making it easier to manage and extend in future updates. + +- 🚀 **Frontend Enhancements**: Significant performance improvements and refined user experience, including a more intuitive process for selecting and copying trigger words. + +- 🔘 **New Menu Button**: A button has been added to the ComfyUI menu. Clicking it will open the LoRA Manager interface in a new window for quicker access. + +--- + +## [Update 0.5.4] Support for Extra LoRA Paths via `extra_model_paths.yaml` + +- 🛠️ **Extra LoRA Paths**: Additional flexibility has been introduced by supporting extra LoRA paths through the `extra_model_paths.yaml` file, allowing you to manage LoRAs from directories outside the default folder. + +--- + +## [Update 0.5.3] Improved Preview Handling & Trigger Words Support + +- ✅ **Smarter Preview Image Handling**: The manager now automatically scans for and uses existing local preview images. If a local preview is found, it will not re-download one from CivitAI when fetching model details, saving both time and bandwidth. + +- 📝 **Trigger Words in LoRA Details**: Trigger words are now directly visible in the LoRA details window, making it easier to copy and integrate them into your workflows. + +- ⚠️ **Note**: For automatic detection, ensure your local preview images are named using one of the following formats: + - `.[png|jpg|jpeg|mp4]` + - `.preview.[png|jpg|jpeg|mp4]` \ No newline at end of file