Skip to content

Commit ef08ad0

Browse files
authored
Update pyproject.toml
1 parent 5c99368 commit ef08ad0

File tree

1 file changed

+7
-29
lines changed

1 file changed

+7
-29
lines changed

pyproject.toml

Lines changed: 7 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,15 @@
11
[project]
22
name = "ComfyUI-RMBG"
3+
description = ""
34
version = "1.5.0"
4-
description = "A ComfyUI custom node designed for advanced image background removal utilizing multiple models, including RMBG-2.0, INSPYRENET, and BEN."
5-
authors = [
6-
{name = "AILab", email = "[email protected]"}
7-
]
8-
dependencies = [
9-
"torch>=2.0.0",
10-
"torchvision>=0.15.0",
11-
"Pillow>=9.0.0",
12-
"numpy>=1.22.0",
13-
"huggingface-hub>=0.19.0",
14-
"tqdm>=4.65.0",
15-
"transformers>=4.35.0",
16-
"transparent-background>=1.2.4",
17-
"segment-anything>=1.0.0",
18-
"groundingdino>=1.0.0",
19-
]
20-
requires-python = ">=3.8"
21-
readme = "README.md"
22-
license = {text = "GPL-3.0"}
5+
license = {file = "LICENSE"}
6+
dependencies = ["torch>=2.0.0", "torchvision>=0.15.0", "Pillow>=9.0.0", "numpy>=1.22.0", "huggingface-hub>=0.19.0", "tqdm>=4.65.0", "transformers>=4.35.0", "transparent-background>=1.2.4", "groundingdino-py>=0.4.0", "segment-anything>=1.0", "opencv-python>=4.7.0"]
7+
8+
[project.urls]
9+
Repository = "https://github.com/1038lab/ComfyUI-RMBG"
10+
# Used by Comfy Registry https://comfyregistry.org
2311

2412
[tool.comfy]
2513
PublisherId = "AILab"
2614
DisplayName = "ComfyUI-RMBG"
2715
Icon = ""
28-
29-
[build-system]
30-
requires = ["setuptools>=61.0", "wheel"]
31-
build-backend = "setuptools.build_meta"
32-
33-
[tool.setuptools]
34-
packages = ["comfyui-rmbg"]
35-
36-
[project.urls]
37-
Repository = "https://github.com/1038lab/ComfyUI-RMBG"

0 commit comments

Comments
 (0)