# ComfyUI LoRA Manager A web-based management interface designed to help you organize and manage your local LoRA models in ComfyUI. Access the interface at: `http://localhost:8188/loras` ![Interface Preview](https://github.com/willmiao/ComfyUI-Lora-Manager/blob/main/static/images/Screenshot%202025-01-27%20172349.png) --- ## [Update 0.7.0] Major Features Enhancement - πŸš€ **Direct CivitAI Integration**: - Download LoRAs directly from CivitAI URLs - Version selection support for model downloads - Choose target folder for downloads - πŸ“‹ **New Context Menu Features**: - Right-click menu for quick actions - Force refresh CivitAI data - Move LoRAs between folders - πŸ“ **Enhanced Model Details**: - Save personal usage tips - Add custom notes for each LoRA - Improved performance for details window [View Update History](./update_logs.md) --- ## Key Features - πŸš€ **High Performance** - Fast model loading and browsing - Smooth scrolling through large collections - Real-time updates when files change - πŸ“‚ **Advanced Organization** - Quick search with fuzzy matching - Folder-based categorization - Move LoRAs between folders - Sort by name or date - 🌐 **Rich Model Integration** - Direct download from CivitAI - Preview images and videos - Model descriptions and version selection - Trigger words at a glance - πŸ’» **User Friendly** - One-click access from ComfyUI menu - Context menu for quick actions - Custom notes and usage tips - Multi-folder support --- ## Installation ### Option 1: **ComfyUI Manager** (Recommended) 1. Open **ComfyUI**. 2. Go to **Manager > Custom Node Manager**. 3. Search for `lora-manager`. 4. Click **Install**. ### Option 2: **Manual Installation** ```bash git clone https://github.com/willmiao/ComfyUI-Lora-Manager.git cd ComfyUI-Lora-Manager pip install requirements.txt ``` ## Usage 1. There are two ways to access the LoRA manager: - Click the "Launch LoRA Manager" button in the ComfyUI menu - Visit http://localhost:8188/loras directly 2. From the interface, you can: - Browse and organize your LoRA models - Download models directly from CivitAI - Automatically fetch or manually set preview images - View and copy trigger words associated with each LoRA - Add personal notes and usage tips --- ## 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! --- ## β˜• Support If you find this project helpful, consider supporting its development: [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/pixelpawsai) --- ## πŸ—ΊοΈ Roadmap - πŸ”„ One-click integration of LoRAs into ComfyUI workflows with preset strength values - 🀝 Improved usage tips retrieval from CivitAI model pages - πŸ”Œ Integration with Power LoRA Loader and other management tools - πŸ›‘οΈ Configurable NSFW level settings for content filtering ---