Skip to content

Commit 54d2807

Browse files
authored
Merge pull request #63 from haohaocreates/pyproject
Add pyproject.toml for Custom Node Registry
2 parents 1c4c4b4 + ff8be31 commit 54d2807

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pyproject.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[project]
2+
name = "comfyui-frame-interpolation"
3+
description = "A custom node suite for Video Frame Interpolation in ComfyUI"
4+
version = "1.0.0"
5+
license = "LICENSE"
6+
7+
[project.urls]
8+
Repository = "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation"
9+
10+
[tool.comfy]
11+
PublisherId = "fannovel16"
12+
DisplayName = "ComfyUI-Frame-Interpolation"
13+
Icon = ""

0 commit comments

Comments
 (0)