Skip to content

Commit 5b6b2c0

Browse files
authored
Merge pull request #3 from ComfyNodePRs/pyproject
Add pyproject.toml for Custom Node Registry
2 parents b4c231f + ce0e736 commit 5b6b2c0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pyproject.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[project]
2+
name = "ComfyUI-KEEP"
3+
description = "Kalman-Inspired Feature Propagation for Video Face Super-Resolution"
4+
version = "1.0.0"
5+
license = {file = "LICENSE"}
6+
dependencies = ["addict", "future", "lmdb", "numpy", "opencv-python", "Pillow", "pyyaml", "scikit-image", "scipy", "torch", "torchvision", "tqdm", "yapf", "ffmpeg-python"]
7+
8+
[project.urls]
9+
Repository = "https://github.com/wildminder/ComfyUI-KEEP"
10+
# Used by Comfy Registry https://comfyregistry.org
11+
12+
[tool.comfy]
13+
PublisherId = "wildai"
14+
DisplayName = "ComfyUI-KEEP"
15+
Icon = ""

0 commit comments

Comments
 (0)