From 59326f53d1eeba5b9bffe6fa4ed32ea0d3e4b9a1 Mon Sep 17 00:00:00 2001 From: haohaocreates Date: Wed, 22 May 2024 20:16:07 -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..abbac4e --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,15 @@ +[project] +name = "comfyui-j" +description = "This is a completely different set of nodes than Comfy's own KSampler series. This set of nodes is based on Diffusers, which makes it easier to import models, apply prompts with weights, inpaint, reference only, controlnet, etc." +version = "1.0.0" +license = "LICENSE" +dependencies = ["compel", "diffusers", "numpy"] + +[project.urls] +Repository = "https://github.com/Jannchie/ComfyUI-J" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyUI-J" +Icon = ""