Skip to content

Commit a27b000

Browse files
authored
Merge pull request #2 from ComfyNodePRs/pyproject
Add pyproject.toml for Custom Node Registry
2 parents 3029518 + af091f5 commit a27b000

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+
[project]
2+
name = "uniworld-jd17"
3+
description = "Unofficial ComfyUI implementation of [a/UniWorld-V1](https://github.com/PKU-YuanGroup/UniWorld-V1)."
4+
version = "1.0.0"
5+
license = {file = "LICENSE"}
6+
dependencies = ["transformers==4.50.0", "#qwen-vl-utils", "bitsandbytes", "numpy"]
7+
8+
[project.urls]
9+
Repository = "https://github.com/judian17/ComfyUI-UniWorld-jd17"
10+
# Used by Comfy Registry https://registry.comfy.org
11+
12+
[tool.comfy]
13+
PublisherId = ""
14+
DisplayName = "ComfyUI-UniWorld-jd17"
15+
Icon = ""
16+
includes = []

0 commit comments

Comments
 (0)