From 8b214f718efc519ad16f9ca49a6bb00b5549ed72 Mon Sep 17 00:00:00 2001 From: haohaocreates <162922985+haohaocreates@users.noreply.github.com> Date: Sun, 30 Jun 2024 10:17:25 -0400 Subject: [PATCH] chore(pyproject): Add pyproject.toml for Custom Node Registry (#2) --- 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..b6778eb --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,15 @@ +[project] +name = "comfyui-fal-connector" +description = "The ComfyUI-fal-Connector is a tool designed to provide an integration between ComfyUI and fal. This extension allows users to execute their ComfyUI workflows directly on [a/fal.ai](https://fal.ai/). This enables users to leverage the computational power and resources provided by fal.ai for running their ComfyUI workflows." +version = "1.0.0" +license = "LICENSE" +dependencies = ["fal-client>=0.3.0", "httpx", "httpx-sse"] + +[project.urls] +Repository = "https://github.com/badayvedat/ComfyUI-fal-Connector" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyUI-fal-Connector" +Icon = ""