* pref: migrate fetch model info to end back * fix(download): can't select model type * feat: add scan model info * feat: add trigger button in setting * feat: add printing logs * chore: add explanation of scan model info
16 lines
391 B
TOML
16 lines
391 B
TOML
[project]
|
|
name = "comfyui-model-manager"
|
|
description = "Manage models: browsing, download and delete."
|
|
version = "2.0.3"
|
|
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 = ""
|