From 9bab7fbebaf76d7d66960309d23c3c9dec2d2663 Mon Sep 17 00:00:00 2001 From: snomiao Date: Sat, 15 Mar 2025 19:57:46 +0000 Subject: [PATCH] chore(pyproject): Add pyproject.toml for Custom Node Registry --- pyproject.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..15909cb --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,14 @@ +[project] +name = "flextools" +description = "Some tools to help with [a/Flex.1-alpha](https://huggingface.co/ostris/Flex.1-alpha) inference on Comfy UI." +version = "1.0.0" +license = {file = "LICENSE"} + +[project.urls] +Repository = "https://github.com/ostris/ComfyUI-FlexTools" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyUI-FlexTools" +Icon = ""