From fdaef4b5a4693d79ab0bdcc678199c5eadaed4f8 Mon Sep 17 00:00:00 2001 From: haohaocreates Date: Wed, 22 May 2024 19:12:42 -0400 Subject: [PATCH] chore(pyproject): Add pyproject.toml for Custom Node Registry --- pyproject.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..1a7ea34 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,15 @@ +[project] +name = "comfyui_glm4node" +description = "GLM4 Vision Integration" +version = "1.0.0" +license = "LICENSE" +dependencies = ["zhipuai"] + +[project.urls] +Repository = "https://github.com/JcandZero/ComfyUI_GLM4Node" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyUI_GLM4Node" +Icon = ""