From 5114fc53c333e7ed87e3a47a631ab61e3aac2818 Mon Sep 17 00:00:00 2001 From: snomiao Date: Fri, 14 Jun 2024 06:41:34 +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..558f654 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,14 @@ +[project] +name = "comfyui-comfycouple" +description = " If you want to draw two different characters together without blending their features, so you could try to check out this custom node." +version = "1.0.0" +license = "LICENSE" + +[project.urls] +Repository = "https://github.com/Danand/ComfyUI-ComfyCouple" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyUI-ComfyCouple" +Icon = "" From 4537af563b770cccdbf81066d834bce96e8d78b2 Mon Sep 17 00:00:00 2001 From: Andrey Danilov Date: Wed, 17 Jul 2024 00:37:22 +0300 Subject: [PATCH 2/2] Set up publishing to Comfy Registry at `pyproject.toml` --- pyproject.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 558f654..e3a7f72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,14 +1,13 @@ [project] name = "comfyui-comfycouple" -description = " If you want to draw two different characters together without blending their features, so you could try to check out this custom node." -version = "1.0.0" -license = "LICENSE" +description = "If you want to draw two different characters together without blending their features, so you could try to check out this custom node." +version = "0.1.2" +license = "GPL-3.0" [project.urls] Repository = "https://github.com/Danand/ComfyUI-ComfyCouple" -# Used by Comfy Registry https://comfyregistry.org [tool.comfy] -PublisherId = "" +PublisherId = "rei---" DisplayName = "ComfyUI-ComfyCouple" Icon = ""