From ca5400a22b8f0c488e08697afed45b63948190b4 Mon Sep 17 00:00:00 2001 From: haohaocreates Date: Wed, 22 May 2024 14:05:05 -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..3e16c51 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,15 @@ +[project] +name = "comfyui_netdist" +description = "Run ComfyUI workflows on multiple local GPUs/networked machines. Nodes: Remote images, Local Remote control" +version = "1.0.0" +license = "LICENSE" +dependencies = ["requests>=2.28.2"] + +[project.urls] +Repository = "https://github.com/city96/ComfyUI_NetDist" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyUI_NetDist" +Icon = ""