Skip to content

Commit 40dbab1

Browse files
authored
Create pyproject.toml
1 parent 43729f2 commit 40dbab1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pyproject.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[project]
2+
name = "ComfyUI-RMBG"
3+
description = "A ComfyUI custom node designed for advanced image background removal utilizing multiple models, including RMBG-2.0, INSPYRENET, and BEN."
4+
version = "1.5.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
11+
12+
[tool.comfy]
13+
PublisherId = "AILab"
14+
DisplayName = "ComfyUI-RMBG"
15+
Icon = ""

0 commit comments

Comments
 (0)