-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
24 lines (22 loc) · 792 Bytes
/
Copy pathpyproject.toml
File metadata and controls
24 lines (22 loc) · 792 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
[project]
name = "ComfyUI-WanAnimalPreprocess"
description = "ComfyUI nodes for animal pose estimation and preprocessing using AP10k/APT36k ViTPose models"
version = "1.3.4"
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",
]
[project.urls]
Repository = "https://github.com/Code2Collapse/ComfyUI-WanAnimalPreprocess"
Issues = "https://github.com/Code2Collapse/ComfyUI-WanAnimalPreprocess/issues"
# Used by Comfy Registry https://comfyregistry.org
[tool.comfy]
PublisherId = "code2collapse"
DisplayName = "ComfyUI-WanAnimalPreprocess"
Icon = "https://i.pinimg.com/736x/5d/52/19/5d5219ef27c1530bea027ff95d352e05.jpg"