mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-26 07:35:44 -03:00
Update version to 0.8.1 and add release notes for new features and improvements
- Bump version from 0.8.0 to 0.8.1 in pyproject.toml. - Document new features in README.md, including base model correction, LoRA loader flexibility, expanded recipe support, enhanced showcase images, and various UI improvements and bug fixes.
This commit is contained in:
@@ -20,6 +20,13 @@ Watch this quick tutorial to learn how to use the new one-click LoRA integration
|
|||||||
|
|
||||||
## Release Notes
|
## Release Notes
|
||||||
|
|
||||||
|
### v0.8.1
|
||||||
|
* **Base Model Correction** - Added support for modifying base model associations to fix incorrect metadata for non-CivitAI LoRAs
|
||||||
|
* **LoRA Loader Flexibility** - Made CLIP input optional for model-only workflows like Hunyuan video generation
|
||||||
|
* **Expanded Recipe Support** - Added compatibility with 3 additional recipe metadata formats
|
||||||
|
* **Enhanced Showcase Images** - Generation parameters now displayed alongside LoRA preview images
|
||||||
|
* **UI Improvements & Bug Fixes** - Various interface refinements and stability enhancements
|
||||||
|
|
||||||
### v0.8.0
|
### v0.8.0
|
||||||
* **Introduced LoRA Recipes** - Create, import, save, and share your favorite LoRA combinations
|
* **Introduced LoRA Recipes** - Create, import, save, and share your favorite LoRA combinations
|
||||||
* **Recipe Management System** - Easily browse, search, and organize your LoRA recipes
|
* **Recipe Management System** - Easily browse, search, and organize your LoRA recipes
|
||||||
|
|||||||
@@ -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.8.0"
|
version = "0.8.1"
|
||||||
license = {file = "LICENSE"}
|
license = {file = "LICENSE"}
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aiohttp",
|
"aiohttp",
|
||||||
|
|||||||
Reference in New Issue
Block a user