From 9a4c027de86d2b8c8498db6bf1177018d7825fe0 Mon Sep 17 00:00:00 2001 From: snomiao Date: Sat, 22 Feb 2025 12:39:15 +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..65b5aa5 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,15 @@ +[project] +name = "shadowr" +description = "ComfyUI [a/movingforward100/Shadow_R](https://github.com/movingforward100/Shadow_R) Wrapper" +version = "1.0.0" +license = {file = "LICENSE"} +dependencies = ["numpy", "matplotlib", "scikit-learn", "scikit-image", "opencv-python", "timm", "kornia", "einops", "pytorch_lightning"] + +[project.urls] +Repository = "https://github.com/Easymode-ai/ComfyUI-ShadowR" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyUI-ShadowR" +Icon = ""