From 84670adb7277ad2156d6aa980386480aa11eb093 Mon Sep 17 00:00:00 2001 From: snomiao Date: Tue, 8 Apr 2025 16:59: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..a15d904 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,15 @@ +[project] +name = "raykostudio" +description = "A node for ComfyUI that allows you to overlay text on an image in an area defined by a mask, with support for text rotation, custom fonts, line breaks and transparency." +version = "1.0.0" +license = {file = "LICENSE"} +dependencies = ["torch>=2.0.0", "Pillow>=8.0.0", "numpy>=1.19.0", "opencv-python-headless>=4.2.0"] + +[project.urls] +Repository = "https://github.com/Raykosan/ComfyUI_RaykoStudio" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyUI_RaykoStudio" +Icon = ""