mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 22:24:23 +08:00
16 lines
478 B
TOML
16 lines
478 B
TOML
[project]
|
|
name = "comfyui-manager"
|
|
description = "ComfyUI-Manager itself is also a custom node."
|
|
version = "1.0.0"
|
|
license = "LICENSE"
|
|
dependencies = ["GitPython", "PyGithub", "matrix-client==0.4.0", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions"]
|
|
|
|
[project.urls]
|
|
Repository = "https://github.com/ltdrdata/ComfyUI-Manager"
|
|
# Used by Comfy Registry https://comfyregistry.org
|
|
|
|
[tool.comfy]
|
|
PublisherId = ""
|
|
DisplayName = "ComfyUI-Manager"
|
|
Icon = ""
|