From 574c9279d3d39698e8282d3c0f851d70c251b990 Mon Sep 17 00:00:00 2001 From: haohaocreates Date: Wed, 22 May 2024 16:06:58 -0400 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..048df9d --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,14 @@ +[project] +name = "comfyui_ipadapter_plus" +description = "ComfyUI reference implementation for IPAdapter models. The code is mostly taken from the original IPAdapter repository and laksjdjf's implementation, all credit goes to them. I just made the extension closer to ComfyUI philosophy." +version = "1.0.0" +license = "LICENSE" + +[project.urls] +Repository = "https://github.com/cubiq/ComfyUI_IPAdapter_plus" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyUI_IPAdapter_plus" +Icon = "" From 6b11779d7b57dd54e5e3dd19710481676d3ecf34 Mon Sep 17 00:00:00 2001 From: Matteo Spinelli Date: Wed, 5 Jun 2024 08:35:57 +0200 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 048df9d..bf900be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,14 +1,14 @@ [project] name = "comfyui_ipadapter_plus" -description = "ComfyUI reference implementation for IPAdapter models. The code is mostly taken from the original IPAdapter repository and laksjdjf's implementation, all credit goes to them. I just made the extension closer to ComfyUI philosophy." -version = "1.0.0" -license = "LICENSE" +description = "ComfyUI reference implementation for the IPAdapter models. The IPAdapter are very powerful models for image conditioning. The style and composition of a reference can be easily transferred to the generation. Think of it as a 1-image lora." +version = "2.0.0" +license = "GPL-3.0 license" [project.urls] Repository = "https://github.com/cubiq/ComfyUI_IPAdapter_plus" # Used by Comfy Registry https://comfyregistry.org [tool.comfy] -PublisherId = "" +PublisherId = "matteo" DisplayName = "ComfyUI_IPAdapter_plus" Icon = ""