-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpyproject.toml
More file actions
25 lines (23 loc) · 919 Bytes
/
Copy pathpyproject.toml
File metadata and controls
25 lines (23 loc) · 919 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[project]
name = "ComfyUI-WanAnimatePreprocessV2"
description = "Improved Pose & Face Detection for Wan Video 2.2 Animate based on GitHub Issue #1410 (WanVideoPreProcessor) and #10 (WanAnimatePreProcessor). (Special thanks: @kijai and @steven850)"
version = "1.10.2"
license = {file = "LICENSE"}
requires-python = ">=3.10"
authors = [{ name = "Code2Collapse" }]
dependencies = [
"opencv-python>=4.8",
"onnxruntime-gpu>=1.16",
"onnx>=1.15",
"numpy>=1.24",
"pillow>=10.0",
"mediapipe>=0.10.18",
]
[project.urls]
Repository = "https://github.com/Code2Collapse/ComfyUI-WanAnimatePreprocessV2"
Issues = "https://github.com/Code2Collapse/ComfyUI-WanAnimatePreprocessV2/issues"
# Used by Comfy Registry https://comfyregistry.org
[tool.comfy]
PublisherId = "code2collapse"
DisplayName = "ComfyUI-WanAnimatePreprocessV2"
Icon = "https://i.pinimg.com/736x/5d/52/19/5d5219ef27c1530bea027ff95d352e05.jpg"