Files
ComfyUI-Model-Manager/pyproject.toml
Hayden 4472357537 176 bug the version selection panel didnt show up (#177)
* Remove custom z-index

* Prepare release 2.6.1
2025-04-21 10:54:00 +08:00

19 lines
434 B
TOML

[project]
name = "comfyui-model-manager"
description = "Manage models: browsing, download and delete."
version = "2.6.1"
license = { file = "LICENSE" }
dependencies = ["markdownify"]
[project.urls]
Repository = "https://github.com/hayden-fr/ComfyUI-Model-Manager"
# Used by Comfy Registry https://comfyregistry.org
[tool.comfy]
PublisherId = "hayden"
DisplayName = "ComfyUI-Model-Manager"
Icon = ""
[tool.black]
line-length = 160