Skip to content

Commit b392563

Browse files
committed
feat: add description and dependencies
1 parent dd835d9 commit b392563

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
[project]
22
name = "comfyui-birefnet-lite"
3-
description = ""
3+
description = "This repository packages the latest BiRefNet model as a ComfyUI node for use, supporting chunked loading on both CPU and GPU, as well as model caching features."
44
version = "1.0.0"
55
license = {file = "LICENSE"}
66

77
[project.urls]
88
Repository = "https://github.com/rubi-du/ComfyUI-BiRefNet-lite"
99
# Used by Comfy Registry https://comfyregistry.org
1010

11+
dependencies = ["numpy", "timm", "pymatting", "scikit-image","scipy"]
12+
1113
[tool.comfy]
12-
PublisherId = ""
14+
PublisherId = "duhaifeng"
1315
DisplayName = "ComfyUI-BiRefNet-lite"
1416
Icon = ""

0 commit comments

Comments
 (0)