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] 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 = ""