File size: 414 Bytes
1e3b872 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
[project]
name = "comfyui-videohelpersuite"
description = "Nodes related to video workflows"
version = "1.2.0"
license = "LICENSE"
dependencies = ["opencv-python", "imageio-ffmpeg"]
[project.urls]
Repository = "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite"
# Used by Comfy Registry https://comfyregistry.org
[tool.comfy]
PublisherId = "kosinkadink"
DisplayName = "ComfyUI-VideoHelperSuite"
Icon = ""
|