mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 13:12:12 -03:00
28 lines
731 B
TOML
28 lines
731 B
TOML
[project]
|
|
name = "comfyui-lora-manager"
|
|
description = "Revolutionize your workflow with the ultimate LoRA companion for ComfyUI!"
|
|
version = "1.0.0"
|
|
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"
|