From dabac0b508ac7650477d14d19946908ca82432ee Mon Sep 17 00:00:00 2001 From: wangyff-code <57735287+wangyff-code@users.noreply.github.com> Date: Thu, 22 Jan 2026 22:27:24 +0800 Subject: [PATCH] Update custom-node-list.json 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 191a4c06..f1595528 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -42228,6 +42228,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." + }, ] }