From c149af5144d73484ee75b7468619e72fdf60e3b7 Mon Sep 17 00:00:00 2001 From: snomiao Date: Thu, 5 Sep 2024 16:00:28 +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..7b3d7ee --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,15 @@ +[project] +name = "comfyui_birefnet_ll" +description = "NODES:AutoDownloadBiRefNetModel, LoadRembgByBiRefNetModel, RembgByBiRefNet." +version = "1.0.0" +license = {file = "LICENSE"} +dependencies = ["numpy<2", "opencv-python", "scipy", "timm"] + +[project.urls] +Repository = "https://github.com/lldacing/ComfyUI_BiRefNet_ll" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyUI_BiRefNet_ll" +Icon = "" From f2c3770da6b28ddcc11f96972fd7672360ce10da Mon Sep 17 00:00:00 2001 From: lldacing <43737696+lldacing@users.noreply.github.com> Date: Fri, 6 Sep 2024 11:52:46 +0800 Subject: [PATCH 2/2] Update pyproject.toml PublisherId and DeScription --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7b3d7ee..f0277f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "comfyui_birefnet_ll" -description = "NODES:AutoDownloadBiRefNetModel, LoadRembgByBiRefNetModel, RembgByBiRefNet." +description = "Sync with version of BiRefNet. NODES:AutoDownloadBiRefNetModel, LoadRembgByBiRefNetModel, RembgByBiRefNet." version = "1.0.0" license = {file = "LICENSE"} dependencies = ["numpy<2", "opencv-python", "scipy", "timm"] @@ -10,6 +10,6 @@ Repository = "https://github.com/lldacing/ComfyUI_BiRefNet_ll" # Used by Comfy Registry https://comfyregistry.org [tool.comfy] -PublisherId = "" +PublisherId = "lldacing" DisplayName = "ComfyUI_BiRefNet_ll" Icon = ""