From 22cfca92fc04b1ebb0d8487717445767fca9faeb Mon Sep 17 00:00:00 2001 From: haohaocreates Date: Wed, 22 May 2024 21:18:01 -0400 Subject: [PATCH] chore(pyproject): Add pyproject.toml for Custom Node Registry --- pyproject.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..d41fe28 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,14 @@ +[project] +name = "comfyui-maskbatchpermutations" +description = "Permutes a mask batch to present possible additive combinations. Passing a mask batch (e.g. out of [a/SEGS to Mask Batch](https://github.com/ltdrdata/ComfyUI-Impact-Pack)) will return a new mask batch representing all the possible combinations of the included masks. So, a mask batch with two mask sections, 'A' and 'B', will return a batch containing an empty mask, an empty mask & A, an empty mask & B, and an empty mask & A & B." +version = "1.0.0" +license = "LICENSE" + +[project.urls] +Repository = "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyUI-MaskBatchPermutations" +Icon = ""