From 75ca49dbb146321563bd675ab8e536ad585a8e92 Mon Sep 17 00:00:00 2001 From: snomiao Date: Wed, 14 Aug 2024 04:01:13 +0000 Subject: [PATCH 1/2] 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..393db6a --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,14 @@ +[project] +name = "comfyui-segattention" +description = "Nodes to use [a/Smoothed Energy Guidance](https://github.com/SusungHong/SEG-SDXL) for ComfyUI." +version = "1.0.0" +license = {file = "LICENSE"} + +[project.urls] +Repository = "https://github.com/logtd/ComfyUI-SEGAttention" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyUI-SEGAttention" +Icon = "" From 7e61316472b606d8326d5d045a71f2a026e853bd Mon Sep 17 00:00:00 2001 From: "log(td)" <160989552+logtd@users.noreply.github.com> Date: Wed, 11 Sep 2024 14:54:44 -0600 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 393db6a..4846e1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,6 @@ Repository = "https://github.com/logtd/ComfyUI-SEGAttention" # Used by Comfy Registry https://comfyregistry.org [tool.comfy] -PublisherId = "" +PublisherId = "logtd" DisplayName = "ComfyUI-SEGAttention" Icon = ""