mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
Update release notes and version to v0.7.35-beta
This commit is contained in:
61
README.md
61
README.md
@@ -11,43 +11,38 @@ Watch this quick tutorial to learn how to use the new one-click LoRA integration
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## [Update 0.7.33] Enhanced UI Controls & Trigger Word Management
|
## Release Notes
|
||||||
- 🎛️ **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**:
|
### v0.7.35-beta
|
||||||
- Visual display of applicable trigger words
|
* Added base model filtering
|
||||||
- Click-to-toggle individual trigger words
|
* Implemented bulk operations (copy syntax, move multiple LoRAs)
|
||||||
- Easy exclusion of unwanted trigger words
|
* Added ability to edit LoRA model names in details view
|
||||||
- Connects directly after LoRA Loader node
|
* Added update checker with notification system
|
||||||
|
* Added support modal for user feedback and community links
|
||||||
|
|
||||||
- 🐛 **Bug Fixes and Stability Improvements**
|
### v0.7.33
|
||||||
|
* Enhanced LoRA Loader node with visual strength adjustment widgets
|
||||||
|
* Added toggle switches for LoRA enable/disable
|
||||||
|
* Implemented image tooltips for LoRA preview
|
||||||
|
* Added TriggerWord Toggle node with visual word selection
|
||||||
|
* Fixed various bugs and improved stability
|
||||||
|
|
||||||
## [Update 0.7.3] One-Click Integration & Workflow Automation
|
### v0.7.3
|
||||||
- ✨ **One-Click LoRA Integration**:
|
* Added "Lora Loader (LoraManager)" custom node for workflows
|
||||||
- Use "Lora Loader (LoraManager)" custom node in workflows
|
* Implemented one-click LoRA integration
|
||||||
- Copy LoRA syntax directly from manager interface
|
* Added direct copying of LoRA syntax from manager interface
|
||||||
- Auto-applies preset strength values
|
* Added automatic preset strength value application
|
||||||
- Auto-loads trigger words when available
|
* Added automatic trigger word loading
|
||||||
- Example workflow included
|
|
||||||
|
|
||||||
## [Update 0.7.0] Major Features Enhancement
|
### v0.7.0
|
||||||
|
* Added direct CivitAI integration for downloading LoRAs
|
||||||
- 🚀 **Direct CivitAI Integration**:
|
* Implemented version selection for model downloads
|
||||||
- Download LoRAs directly from CivitAI URLs
|
* Added target folder selection for downloads
|
||||||
- Version selection support for model downloads
|
* Added context menu with quick actions
|
||||||
- Choose target folder for downloads
|
* Added force refresh for CivitAI data
|
||||||
- 📋 **New Context Menu Features**:
|
* Implemented LoRA movement between folders
|
||||||
- Right-click menu for quick actions
|
* Added personal usage tips and notes for LoRAs
|
||||||
- Force refresh CivitAI data
|
* Improved performance for details window
|
||||||
- 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)
|
[View Update History](./update_logs.md)
|
||||||
|
|
||||||
|
|||||||
@@ -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.34"
|
version = "0.7.35-beta"
|
||||||
license = {file = "LICENSE"}
|
license = {file = "LICENSE"}
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aiohttp",
|
"aiohttp",
|
||||||
|
|||||||
Reference in New Issue
Block a user