Skip to content

Commit 64aa377

Browse files
Add pyproject.toml for Custom Node Registry (#23)
* chore(pyproject): Add pyproject.toml for Custom Node Registry * Update pyproject.toml license Co-authored-by: John Richard Chipps-Harding <[email protected]> * Update pyproject.toml pid Co-authored-by: John Richard Chipps-Harding <[email protected]> --------- Co-authored-by: John Richard Chipps-Harding <[email protected]>
1 parent e81291a commit 64aa377

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-propost"
3+
description = "A set of custom ComfyUI nodes for performing basic post-processing effects including Film Grain and Vignette. These effects can help to take the edge off AI imagery and make them feel more natural."
4+
version = "1.0.0"
5+
license = "MIT"
6+
dependencies = ["numpy", "Pillow", "opencv-python", "colour-science"]
7+
8+
[project.urls]
9+
Repository = "https://github.com/digitaljohn/comfyui-propost"
10+
# Used by Comfy Registry https://comfyregistry.org
11+
12+
[tool.comfy]
13+
PublisherId = "digital"
14+
DisplayName = "comfyui-propost"
15+
Icon = ""

0 commit comments

Comments
 (0)