mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
28 lines
683 B
TOML
28 lines
683 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.8.13"
|
|
license = {file = "LICENSE"}
|
|
dependencies = [
|
|
"aiohttp",
|
|
"jinja2",
|
|
"safetensors",
|
|
"watchdog",
|
|
"beautifulsoup4",
|
|
"piexif",
|
|
"Pillow",
|
|
"olefile", # for getting rid of warning message
|
|
"requests",
|
|
"toml",
|
|
"natsort"
|
|
]
|
|
|
|
[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 = ""
|