Files
ComfyUI-Lora-Manager/pyproject.toml
Will Miao 5d4917c8d9 feat: add v0.9.10 release notes with new features and improvements
- Implement smarter update matching with base model grouping options
- Add flexible tag filtering with include/exclude functionality
- Display license icons and add license filtering controls
- Improve recipes with zero-LoRA imports and checkpoint references
- Enhance ZIP downloads with automatic model extraction
- Update template workflow with improved guidance
- Include various bug fixes and stability improvements
2025-11-24 11:15:05 +08:00

28 lines
732 B
TOML

[project]
name = "comfyui-lora-manager"
description = "Revolutionize your workflow with the ultimate LoRA companion for ComfyUI!"
version = "0.9.10"
license = {file = "LICENSE"}
dependencies = [
"aiohttp",
"jinja2",
"safetensors",
"piexif",
"Pillow",
"olefile", # for getting rid of warning message
"toml",
"natsort",
"GitPython",
"aiosqlite",
"platformdirs"
]
[project.urls]
Repository = "https://github.com/willmiao/ComfyUI-Lora-Manager"
# Used by Comfy Registry https://comfyregistry.org
[tool.comfy]
PublisherId = "willmiao"
DisplayName = "ComfyUI-Lora-Manager"
Icon = "https://github.com/willmiao/ComfyUI-Lora-Manager/blob/main/static/images/android-chrome-512x512.png?raw=true"