From 318de9d270977f468cb31614a427642cf8f76cc2 Mon Sep 17 00:00:00 2001 From: haohaocreates Date: Wed, 22 May 2024 10:56:58 -0400 Subject: [PATCH] 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..fc798ce --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,14 @@ +[project] +name = "comfyui_seecoder" +description = "It provides the capability to generate CLIP from an image input, unlike unCLIP, which works in all models. (To use this extension, you need to download the required model file from **Install Models**)" +version = "1.0.0" +license = "LICENSE" + +[project.urls] +Repository = "https://github.com/BlenderNeko/ComfyUI_SeeCoder" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyUI_SeeCoder" +Icon = ""