Skip to content

Commit 2ac5378

Browse files
authored
Merge pull request #6 from ComfyNodePRs/pyproject
Add pyproject.toml for Custom Node Registry
2 parents 292ba03 + 43cc0bf commit 2ac5378

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-unianimate-w"
3+
description = "These are nodes to animate an image with a reference video using UniAnimate. [w/Name conflict with AIFSH/ComfyUI-UniAnimate. Cannot install simulatenously.]"
4+
version = "1.0.0"
5+
license = {file = "LICENSE"}
6+
dependencies = ["numpy==1.26.0", "opencv-python==4.9.0.80", "pytorch_lightning==2.3.0", "lightning_utilities==0.10.0", "lightning_fabric==2.3.0", "torchmetrics==1.3.0.post0", "xformers==0.0.27", "einops==0.7.0", "onnxruntime==1.18.0", "open-clip-torch==2.24.0", "fairscale==0.4.13", "easydict==1.11", "imageio==2.33.1", "matplotlib>=3.8.2", "args"]
7+
8+
[project.urls]
9+
Repository = "https://github.com/Isi-dev/ComfyUI-UniAnimate-W"
10+
# Used by Comfy Registry https://comfyregistry.org
11+
12+
[tool.comfy]
13+
PublisherId = ""
14+
DisplayName = "ComfyUI-UniAnimate-W"
15+
Icon = ""

0 commit comments

Comments
 (0)