Skip to content

Commit 83d444f

Browse files
authored
Merge pull request #57 from haohaocreates/pyproject
Add pyproject.toml for Custom Node Registry
2 parents 349af52 + cbc90bd commit 83d444f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pyproject.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[project]
2+
name = "comfyui-crystools"
3+
description = "With this suit, you can see the resources monitor, progress bar & time elapsed, metadata and compare between two images, compare between two JSONs, show any value to console/display, pipes, and more!\nThis provides better nodes to load/save images, previews, etc, and see \"hidden\" data without loading a new workflow."
4+
version = "1.0.0"
5+
license = "LICENSE"
6+
dependencies = ["deepdiff", "torch", "numpy", "Pillow>=9.5.0", "pynvml", "py-cpuinfo"]
7+
8+
[project.urls]
9+
Repository = "https://github.com/crystian/ComfyUI-Crystools"
10+
11+
[tool.comfy]
12+
PublisherId = ""
13+
DisplayName = "ComfyUI-Crystools"
14+
Icon = ""

0 commit comments

Comments
 (0)