Skip to content

Commit d27d3df

Browse files
authored
Merge pull request #2 from haohaocreates/pyproject
Add pyproject.toml for Custom Node Registry
2 parents 7513da4 + 4def4c8 commit d27d3df

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_acenodes"
3+
description = "Some useful custom nodes that are not included in ComfyUI core yet."
4+
version = "1.0.0"
5+
license = "LICENSE"
6+
dependencies = ["torch", "torchvision", "numpy", "pillow", "rembg", "requests", "beautifulsoup4", "huggingface_hub", "soundfile", "transformers", "boto3", "oss2", "insightface", "retina-face"]
7+
8+
[project.urls]
9+
Repository = "https://github.com/hay86/ComfyUI_AceNodes"
10+
# Used by Comfy Registry https://comfyregistry.org
11+
12+
[tool.comfy]
13+
PublisherId = "hay86"
14+
DisplayName = "ComfyUI_AceNodes"
15+
Icon = ""

0 commit comments

Comments
 (0)