-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(pyproject): Add pyproject.toml for Custom Node Registry
- Loading branch information
1 parent
1833f0a
commit 07174a8
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[project] | ||
name = "comfyui-liveportrait" | ||
description = "The ComfyUI version of [a/LivePortrait](https://github.com/KwaiVGI/LivePortrait)." | ||
version = "1.0.0" | ||
license = "LICENSE" | ||
dependencies = ["numpy>=1.26.4", "opencv-python-headless", "imageio>=2.34.2", "lmdb>=1.4.1", "timm>=1.0.7", "rich>=13.7.1", "ffmpeg>=1.4", "onnxruntime-gpu>=1.18.0", "onnx>=1.16.1", "scikit-image>=0.24.0", "albumentations>=1.4.10", "matplotlib>=3.9.0", "imageio-ffmpeg>=0.5.1"] | ||
|
||
[project.urls] | ||
Repository = "https://github.com/shadowcz007/comfyui-liveportrait" | ||
# Used by Comfy Registry https://comfyregistry.org | ||
|
||
[tool.comfy] | ||
PublisherId = "" | ||
DisplayName = "comfyui-liveportrait" | ||
Icon = "" |