diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..83c78df --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,14 @@ +[project] +name = "comfyui-akatz-nodes" +description = "Simple custom node pack for nodes I use in my workflows. Includes Dilate Mask Linear for animating masks." +version = "1.0.0" +license = {file = "LICENSE"} + +[project.urls] +Repository = "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "akatz" +DisplayName = "ComfyUI-AKatz-Nodes" +Icon = "https://i.imgur.com/aiqQI7U.png"