From 3470f2c476a8dc4a9d4e90418767a4e9764586d4 Mon Sep 17 00:00:00 2001 From: snomiao Date: Fri, 14 Jun 2024 06:43:38 +0000 Subject: [PATCH 1/2] chore(pyproject): Add pyproject.toml for Custom Node Registry --- pyproject.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..ca1e299 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,15 @@ +[project] +name = "comfyui_instantid" +description = "Native [a/InstantID](https://github.com/InstantID/InstantID) support for ComfyUI.\nThis extension differs from the many already available as it doesn't use diffusers but instead implements InstantID natively and it fully integrates with ComfyUI.\nPlease note this still could be considered beta stage, looking forward to your feedback." +version = "1.0.0" +license = "LICENSE" +dependencies = ["insightface", "onnxruntime", "onnxruntime-gpu"] + +[project.urls] +Repository = "https://github.com/cubiq/ComfyUI_InstantID" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyUI_InstantID" +Icon = "" From b77a7a346668113472eab46e3c3c6560f34638db Mon Sep 17 00:00:00 2001 From: Matteo Spinelli Date: Thu, 11 Jul 2024 19:25:34 +0200 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ca1e299..d52c924 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "comfyui_instantid" -description = "Native [a/InstantID](https://github.com/InstantID/InstantID) support for ComfyUI.\nThis extension differs from the many already available as it doesn't use diffusers but instead implements InstantID natively and it fully integrates with ComfyUI.\nPlease note this still could be considered beta stage, looking forward to your feedback." +description = "Native InstantID support for ComfyUI. This extension differs from the many already available as it doesn't use diffusers but instead implements InstantID natively and it fully integrates with ComfyUI." version = "1.0.0" license = "LICENSE" dependencies = ["insightface", "onnxruntime", "onnxruntime-gpu"] @@ -10,6 +10,6 @@ Repository = "https://github.com/cubiq/ComfyUI_InstantID" # Used by Comfy Registry https://comfyregistry.org [tool.comfy] -PublisherId = "" +PublisherId = "matteo" DisplayName = "ComfyUI_InstantID" Icon = ""