Skip to content

Commit edfe79c

Browse files
authored
Merge pull request #11 from haohaocreates/pyproject
Add pyproject.toml for Custom Node Registry
2 parents 4b109b5 + f15771b commit edfe79c

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-facechain"
3+
description = "The official ComfyUI version of facechain greatly improves the speed of reasoning and has great custom process controls."
4+
version = "1.0.0"
5+
license = "LICENSE"
6+
dependencies = ["aliyun-python-sdk-core-v3==2.13.10", "python-slugify==8.0.1", "onnxruntime-gpu", "timm", "modelscope", "controlnet_aux==0.0.6", "mmdet==2.26.0", "mediapipe", "transformers", "insightface", "sentencepiece"]
7+
8+
[project.urls]
9+
Repository = "https://github.com/THtianhao/ComfyUI-FaceChain"
10+
# Used by Comfy Registry https://comfyregistry.org
11+
12+
[tool.comfy]
13+
PublisherId = ""
14+
DisplayName = "ComfyUI-FaceChain"
15+
Icon = ""

0 commit comments

Comments
 (0)