Spaces:
Running
on
Zero
Running
on
Zero
File size: 570 Bytes
1b80e0f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
[project]
name = "comfyui-n-nodes"
description = "A suite of custom nodes for ConfyUI that includes GPT text-prompt generation, LoadVideo,SaveVideo,LoadFramesFromFolder and FrameInterpolator"
version = "1.1.1"
license = { file = "LICENSE" }
dependencies = ["py-cpuinfo", "gitpython", "moviepy", "opencv-python", "scikit-build", "typing", "diskcache"]
[project.urls]
Repository = "https://github.com/Nuked88/ComfyUI-N-Nodes"
# Used by Comfy Registry https://comfyregistry.org
[tool.comfy]
PublisherId = "nuked"
DisplayName = "ComfyUI-N-Nodes"
Icon = ""
|