Skip to content

Commit adbca6a

Browse files
authored
Create pyproject.toml
1 parent 6068cfb commit adbca6a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pyproject.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# pyproject.toml
2+
[project]
3+
name = "ComfyUI-RMBG"
4+
description = "A ComfyUI custom node designed for advanced image background removal utilizing multiple models, including RMBG-2.0, INSPYRENET, and BEN."
5+
version = "1.5.0"
6+
license = {file = "LICENSE"}
7+
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"]
8+
9+
[project.urls]
10+
Repository = "https://github.com/1038lab/ComfyUI-RMBG"
11+
# Used by Comfy Registry https://comfyregistry.org
12+
13+
[tool.comfy]
14+
PublisherId = "AILab"
15+
DisplayName = "ComfyUI-RMBG"
16+
Icon = ""

0 commit comments

Comments
 (0)