mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-22 05:32:12 -03:00
- Added new dependencies: piexif, Pillow, and requests to enhance image processing and HTTP request capabilities. - Ensured consistency between pyproject.toml and requirements.txt by including the same set of dependencies.
25 lines
604 B
TOML
25 lines
604 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",
|
|
"piexif",
|
|
"Pillow",
|
|
"requests"
|
|
]
|
|
|
|
[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 = ""
|