From 9987c17ba8ccfb9522d932fc2c4e57e37503c49a Mon Sep 17 00:00:00 2001 From: snomiao Date: Fri, 20 Dec 2024 23:47:07 +0000 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..d076b00 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,15 @@ +[project] +name = "comfyui-instantstudio" +description = "A collection of nodes to enhance your experience with ComfyUI." +version = "1.0.0" +license = {file = "LICENSE"} +dependencies = ["numpy", "Pillow", "Requests"] + +[project.urls] +Repository = "https://github.com/InstantStudioAI/ComfyUI-InstantStudio" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyUI-InstantStudio" +Icon = ""