From 48aa7e54aba04dca65c39157586f1a23c51c8a55 Mon Sep 17 00:00:00 2001 From: haohaocreates Date: Wed, 22 May 2024 14:11:11 -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..4ef6cd0 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,15 @@ +[project] +name = "comfyui-allor" +description = "Allor is a plugin for ComfyUI with an emphasis on transparency and performance." +version = "1.0.0" +license = "LICENSE" +dependencies = ["rembg", "onnx", "# Optional for auto updates", "gitpython", "# If you want you can install onnxruntime with GPU support", "# onnxruntime[gpu]", "# For Nvidia (only for GPU onnxruntime)", "# tensorrt", "# cuda-python"] + +[project.urls] +Repository = "https://github.com/Nourepide/ComfyUI-Allor" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyUI-Allor" +Icon = ""