From af19a4d6f3892fb352a384900179e1ffd3c0028a Mon Sep 17 00:00:00 2001 From: Alex <33777017+GrenKain@users.noreply.github.com> Date: Thu, 5 Sep 2024 16:02:06 +0300 Subject: [PATCH] Update custom-node-list.json I just want to add my custom nodes for pixel art. --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 4e4b707c..1c0229e2 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -14521,6 +14521,17 @@ ], "install_type": "git-clone", "description": "Custom nodes for ComfyUI to automatically send generated images to Discord channels." + }, + { + "author": "GrenKain", + "title": "PixelArt Processing Nodes", + "id": "gk_pixelart", + "reference": "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI", + "files": [ + "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI" + ], + "install_type": "git-clone", + "description": "This repository provides custom nodes for ComfyUI that enable pixel art style image processing, including downscaling, upscaling, color quantization, and resolution adjustments." } ] }