feat: add filter presets and update version to v0.9.15

- Added filter presets feature allowing users to save and quickly switch between filter combinations
- Fixed various bugs to improve overall stability
- Updated project version from 0.9.14 to 0.9.15 in pyproject.toml
This commit is contained in:
Will Miao
2026-02-04 09:12:37 +08:00
parent 7bcf4e4491
commit 36e3e62e70
2 changed files with 5 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
[project]
name = "comfyui-lora-manager"
description = "Revolutionize your workflow with the ultimate LoRA companion for ComfyUI!"
version = "0.9.14"
version = "0.9.15"
license = {file = "LICENSE"}
dependencies = [
"aiohttp",