Skip to content

Commit 569c243

Browse files
authored
Merge pull request #2 from ComfyNodePRs/pyproject
Add pyproject.toml for Custom Node Registry
2 parents 638cb16 + 915c596 commit 569c243

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_hallo"
3+
description = "Unofficial implementation of [a/hallo](https://github.com/fudan-generative-vision/hallo) for ComfyUI"
4+
version = "1.0.0"
5+
license = "LICENSE"
6+
dependencies = ["diffusers", "omegaconf", "librosa", "audio-separator", "onnxruntime-gpu", "opencv-python", "onnx2torch", "onnx", "moviepy", "accelerate", "av", "bitsandbytes", "decord", "einops", "insightface", "mediapipe[vision]==0.10.14", "mlflow", "tqdm", "isort", "pylint", "pre-commit", "accelerate", "xformers", "torch", "numpy", "opencv-python"]
7+
8+
[project.urls]
9+
Repository = "https://github.com/hay86/ComfyUI_Hallo"
10+
# Used by Comfy Registry https://comfyregistry.org
11+
12+
[tool.comfy]
13+
PublisherId = "hay86"
14+
DisplayName = "ComfyUI_Hallo"
15+
Icon = ""

0 commit comments

Comments
 (0)