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:
Will Miao
2025-03-28 04:15:54 +08:00
parent 1420ab31a2
commit 85c3e33343
2 changed files with 8 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
[project]
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."
version = "0.8.0"
version = "0.8.1"
license = {file = "LICENSE"}
dependencies = [
"aiohttp",