From 774661f83f8857502744c9b569cfdeff305acd4f Mon Sep 17 00:00:00 2001 From: snomiao Date: Sun, 15 Sep 2024 18:00:44 +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..1b27181 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,15 @@ +[project] +name = "comfyui-fastsdcpu" +description = "A set of nodes for interfacing with the FastSDCPU webserver." +version = "1.0.0" +license = {file = "LICENSE"} +dependencies = ["requests", "pillow", "numpy", "torch"] + +[project.urls] +Repository = "https://github.com/BetaDoggo/ComfyUI-FastSDCPU" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyUI-FastSDCPU" +Icon = ""