From caed389aa09496ac434481e20cbffa3460b09562 Mon Sep 17 00:00:00 2001 From: haohaocreates Date: Wed, 22 May 2024 19:21:44 -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..7760b72 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,15 @@ +[project] +name = "comfyui-anime-seg" +description = "A Anime Character Segmentation node for comfyui, based on [this hf space](https://huggingface.co/spaces/skytnt/anime-remove-background)." +version = "1.0.0" +license = "LICENSE" +dependencies = ["opencv-python", "onnxruntime", "onnx", "numpy", "Pillow"] + +[project.urls] +Repository = "https://github.com/LyazS/comfyui-anime-seg" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "comfyui-anime-seg" +Icon = ""