Skip to content

Commit e40b470

Browse files
authored
Merge pull request #2 from ComfyNodePRs/pyproject
Add pyproject.toml for Custom Node Registry
2 parents 301b264 + d423b36 commit e40b470

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-img2paintingassistant"
3+
description = "These are ComfyUI nodes to assist in converting images to paintings and to assist the Inspyrenet Rembg node to totally remove, or replace with a color, the original background from images so that the background does not reappear in videos or in nodes that do not retain the alpha channel in rgba images."
4+
version = "1.0.0"
5+
license = {file = "LICENSE"}
6+
dependencies = ["torch", "numpy", "opencv-python"]
7+
8+
[project.urls]
9+
Repository = "https://github.com/Isi-dev/ComfyUI-Img2PaintingAssistant"
10+
# Used by Comfy Registry https://comfyregistry.org
11+
12+
[tool.comfy]
13+
PublisherId = ""
14+
DisplayName = "ComfyUI-Img2PaintingAssistant"
15+
Icon = ""

0 commit comments

Comments
 (0)