Files
ComfyUI-Lora-Manager/pyproject.toml
2025-03-23 05:42:00 +08:00

22 lines
560 B
TOML

[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.7.39"
license = {file = "LICENSE"}
dependencies = [
"aiohttp",
"jinja2",
"safetensors",
"watchdog",
"beautifulsoup4"
]
[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 = ""