From 787457bf23891bb3126027785ea9a5c7f0256a72 Mon Sep 17 00:00:00 2001 From: wangyff-code <57735287+wangyff-code@users.noreply.github.com> Date: Sat, 24 Jan 2026 17:12:57 +0800 Subject: [PATCH] Update custom-node-list.json (#2534) ADD ComfyUI custom node that converts images into Pixel Art using ONNX models. --- custom-node-list.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index cb4808fe..10d91c3d 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -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." + }, ] }