From 350da24c92f3a7f7bc00c334a661da28e42a1ea0 Mon Sep 17 00:00:00 2001 From: haohaocreates Date: Wed, 22 May 2024 17:23:19 -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..bee0dee --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,15 @@ +[project] +name = "ostris_nodes_comfyui" +description = "This is a collection of custom nodes for ComfyUI that I made for some QOL. I will be adding much more advanced ones in the future once I get more familiar with the API." +version = "1.0.0" +license = "LICENSE" +dependencies = ["transformers>=4.34.1", "bitsandbytes"] + +[project.urls] +Repository = "https://github.com/ostris/ostris_nodes_comfyui" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "ostris_nodes_comfyui" +Icon = ""