From 9fb85e69318559762fa5dea5b5ee0bd06756f902 Mon Sep 17 00:00:00 2001 From: snomiao Date: Fri, 14 Jun 2024 11:02:16 +0000 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..4f0b158 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,15 @@ +[project] +name = "comfyui-isniceparts" +description = "This custom node detects body parts (currently only hands) from the received image and outputs the image if the skeleton can be estimated." +version = "1.0.0" +license = "LICENSE" +dependencies = ["ultralytics", "mediapipe", "opencv-python", "onnxruntime-gpu"] + +[project.urls] +Repository = "https://github.com/aburahamu/ComfyUI-IsNiceParts" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyUI-IsNiceParts" +Icon = ""