mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-25 15:15:44 -03:00
Update README.md for version 0.5.3: Enhance preview handling and trigger words visibility
This commit is contained in:
67
README.md
67
README.md
@@ -1,27 +1,66 @@
|
|||||||
# ComfyUI LoRA Manager
|
# ComfyUI LoRA Manager
|
||||||
|
|
||||||
Web-based management interface for local LoRA models in ComfyUI. Access at: `http://localhost:8188/loras`
|
A web-based management interface for organizing and managing your local LoRA models in ComfyUI. Access it via: `http://localhost:8188/loras`
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## [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 time and bandwidth.
|
||||||
|
|
||||||
|
- 📝 **Trigger Words in LoRA Details**: Trigger words are now visible in the LoRA details window, making it easier to copy and use them for your workflows.
|
||||||
|
|
||||||
|
- ⚠️ **Note**: For automatic detection, ensure your existing local preview images are named in the following formats:
|
||||||
|
- `<lora-file-name>.[png|jpg|jpeg|mp4]`
|
||||||
|
- `<lora-file-name>.preview.[png|jpg|jpeg|mp4]`
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## Key Features
|
## Key Features
|
||||||
|
|
||||||
- **🔍 Automatic scanning and listing** of local LoRA models
|
- **🔍 Automatic scanning & listing** of local LoRA models
|
||||||
- **📂 Folder-based categorization** with nested directory support
|
- **📂 Folder-based categorization** with support for nested directories
|
||||||
- **🌐 Metadata retrieval** from CivitAI (including previews)
|
- **🌐 Metadata retrieval** from CivitAI, including preview images
|
||||||
- **🖼️ Manual preview replacement** (supports JPG/PNG/MP4/WEBM)
|
- **🖼️ Manual preview replacement** with support for JPG, PNG, MP4, and WEBM formats
|
||||||
- **📋 One-click filename copying**
|
- **📋 One-click filename copying** for easy workflow integration
|
||||||
- **↕️ Sorting** by name/modification date
|
- **↕️ Sorting** by name or modification date
|
||||||
- **🌓 Light/dark theme** toggle
|
- **🌓 Light/dark theme toggle** for user preference
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### Option 1: ComfyUI Manager (Recommended)
|
### Option 1: **ComfyUI Manager** (Recommended)
|
||||||
1. Open ComfyUI
|
|
||||||
2. Navigate to **Manager > Custom Node Manager**
|
1. Open **ComfyUI**.
|
||||||
3. Search for `lora-manager`
|
2. Navigate to **Manager > Custom Node Manager**.
|
||||||
4. Click `Install`
|
3. Search for `lora-manager`.
|
||||||
|
4. Click **Install**.
|
||||||
|
|
||||||
|
### Option 2: **Manual Installation**
|
||||||
|
|
||||||
|
1. Clone the repository:
|
||||||
|
|
||||||
### Option 2: Manual Installation
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/willmiao/ComfyUI-Lora-Manager.git
|
git clone https://github.com/willmiao/ComfyUI-Lora-Manager.git
|
||||||
|
```
|
||||||
|
|
||||||
|
2. Follow the setup instructions in the repository for manual installation.
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
1. Once installed, access the LoRA manager at [http://localhost:8188/loras](http://localhost:8188/loras).
|
||||||
|
2. From the interface, you can:
|
||||||
|
- Browse and organize your LoRA models.
|
||||||
|
- Automatically fetch or manually set preview images.
|
||||||
|
- View and copy trigger words associated with each LoRA.
|
||||||
|
- Toggle between light and dark themes.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Contributing
|
||||||
|
|
||||||
|
If you have suggestions, bug reports, or improvements, feel free to open an issue or contribute directly to the codebase. Pull requests are always welcome!
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user