File size: 445 Bytes
edd3cd4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | [project]
name = "ComfyUI-WanAnimatePreprocess"
description = "ComfyUI nodes for WanAnimate input processing"
version = "1.0.2"
license = {file = "LICENSE"}
dependencies = ["opencv-python", "onnxruntime-gpu", "onnx"]
[project.urls]
Repository = "https://github.com/kijai/ComfyUI-WanAnimatePreprocess"
# Used by Comfy Registry https://comfyregistry.org
[tool.comfy]
PublisherId = "kijai"
DisplayName = "ComfyUI-WanAnimatePreprocess"
Icon = ""
|