From 8bff6fb127a699a3e48ff27bf512c385d1bf4615 Mon Sep 17 00:00:00 2001 From: snomiao Date: Sat, 27 Jul 2024 03:00:27 +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..3a9ea97 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,15 @@ +[project] +name = "comfyui_segment_anything_plus" +description = "This project is a ComfyUI version of [a/sd-webui-segment-anything](https://github.com/continue-revolution/sd-webui-segment-anything). At present, only the most core functionalities have been implemented. I would like to express my gratitude to [a/continue-revolution](https://github.com/continue-revolution) for their preceding work on which this is based." +version = "1.0.0" +license = {file = "LICENSE"} +dependencies = ["segment_anything", "timm", "addict", "yapf"] + +[project.urls] +Repository = "https://github.com/un-seen/comfyui_segment_anything_plus" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "comfyui_segment_anything_plus" +Icon = ""