Skip to content

Commit cdca60f

Browse files
committed
chore(pyproject): Add pyproject.toml for Custom Node Registry
1 parent a1d651b commit cdca60f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pyproject.toml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[project]
2+
name = "comfyui-to-python-extension"
3+
description = ""
4+
version = "1.0.0"
5+
license = "LICENSE"
6+
dependencies = ["torch", "torchdiffeq", "torchsde", "einops", "transformers>=4.25.1", "safetensors>=0.3.0", "aiohttp", "accelerate", "pyyaml", "Pillow", "scipy", "tqdm", "black"]
7+
8+
[project.urls]
9+
Repository = "https://github.com/pydn/ComfyUI-to-Python-Extension"
10+
# Used by Comfy Registry https://comfyregistry.org
11+
12+
[tool.comfy]
13+
PublisherId = ""
14+
DisplayName = "ComfyUI-to-Python-Extension"
15+
Icon = ""

0 commit comments

Comments
 (0)