Files
ComfyUI-Model-Manager/pyproject.toml
Hayden 5c017137b0 Fixed the loading could not be closed correctly (#77)
* Fix hide loading before show it

* Release hotfix
2024-12-06 22:23:11 +08:00

19 lines
423 B
TOML

[project]
name = "comfyui-model-manager"
description = "Manage models: browsing, download and delete."
version = "2.1.5"
license = "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