From 3d2b07904827767391f6b2ef4b002084b08c5aba Mon Sep 17 00:00:00 2001 From: haohaocreates Date: Wed, 22 May 2024 16:53:49 -0400 Subject: [PATCH 1/2] chore(pyproject): Add pyproject.toml for Custom Node Registry --- pyproject.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..b0b3b02 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,14 @@ +[project] +name = "comfyui-model-manager" +description = "Manage models: browsing, download and delete." +version = "1.0.0" +license = "LICENSE" + +[project.urls] +Repository = "https://github.com/hayden-fr/ComfyUI-Model-Manager" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyUI-Model-Manager" +Icon = "" From 4463daeb413665575c61b15c8951303d5d351394 Mon Sep 17 00:00:00 2001 From: Hayden Date: Wed, 30 Oct 2024 14:05:06 +0800 Subject: [PATCH 2/2] Update pyproject.toml Add publisherId --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b0b3b02..fcb572f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,6 @@ Repository = "https://github.com/hayden-fr/ComfyUI-Model-Manager" # Used by Comfy Registry https://comfyregistry.org [tool.comfy] -PublisherId = "" +PublisherId = "hayden" DisplayName = "ComfyUI-Model-Manager" Icon = ""