Update custom-node-list.json (#2534)

ADD ComfyUI custom node that converts images into Pixel Art using ONNX models.
This commit is contained in:
wangyff-code 2026-01-24 17:12:57 +08:00 committed by GitHub
parent d13837ac5c
commit 787457bf23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42249,6 +42249,14 @@
],
"install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image."
}
},
{
"author": "laowang",
"title": "ComfyUI PixelArt Converter",
"reference": "https://github.com/wangyff-code/ComfyUI-PixelArt-Converter",
"files": ["https://github.com/wangyff-code/ComfyUI-PixelArt-Converter"],
"install_type": "git-clone",
"description": "Convert images to pixel art using ONNX models."
},
]
}