From 6fc552cc3eb4a846ef9f7aaf48abc5508614bec9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E9=9B=AA=E5=B3=B0?= Date: Mon, 18 Nov 2024 11:08:01 +0800 Subject: [PATCH] name must be lowercase --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bef9e39..fe83421 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "ComfyUI_BEN_ll" +name = "comfyui_ben_ll" description = "Background removal based on BEN。. NODES:LoadRembgByBenModel, RembgByBen." version = "1.0.0" license = {file = "LICENSE"}