mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-25 07:05:43 -03:00
Update README and version to 0.7.33 with new LoRA features and bug fixes
This commit is contained in:
17
README.md
17
README.md
@@ -11,7 +11,22 @@ Watch this quick tutorial to learn how to use the new one-click LoRA integration
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## [Update 0.7.3] New Features
|
## [Update 0.7.33] Latest Enhancements
|
||||||
|
- 🎛️ **Enhanced LoRA Loader Node**:
|
||||||
|
- New visual widgets for easier LoRA strength adjustment
|
||||||
|
- Toggle switches for quick LoRA enable/disable
|
||||||
|
- Image tooltips for quick LoRA preview identification
|
||||||
|
- Improved UI for managing multiple LoRAs
|
||||||
|
|
||||||
|
- 🏷️ **New TriggerWord Toggle Node**:
|
||||||
|
- Visual display of applicable trigger words
|
||||||
|
- Click-to-toggle individual trigger words
|
||||||
|
- Easy exclusion of unwanted trigger words
|
||||||
|
- Connects directly after LoRA Loader node
|
||||||
|
|
||||||
|
- 🐛 **Bug Fixes and Stability Improvements**
|
||||||
|
|
||||||
|
## [Update 0.7.3] Previous Features
|
||||||
- ✨ **One-Click LoRA Integration**:
|
- ✨ **One-Click LoRA Integration**:
|
||||||
- Use "Lora Loader (LoraManager)" custom node in workflows
|
- Use "Lora Loader (LoraManager)" custom node in workflows
|
||||||
- Copy LoRA syntax directly from manager interface
|
- Copy LoRA syntax directly from manager interface
|
||||||
|
|||||||
@@ -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.7.32"
|
version = "0.7.33"
|
||||||
license = {file = "LICENSE"}
|
license = {file = "LICENSE"}
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aiohttp",
|
"aiohttp",
|
||||||
|
|||||||
Reference in New Issue
Block a user