From 83f63001e041931d4b067ae63d56e6f15ec676cc Mon Sep 17 00:00:00 2001 From: room3dev Date: Tue, 20 Jan 2026 20:14:03 +0700 Subject: [PATCH] Add ComfyUI-PixelForge node to custom-node-list (#2525) Adding the new PixelForge custom nodes: Resolution Selector and Resize Image. --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 62b80fd3..caca9447 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -42182,6 +42182,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "room3dev", + "title": "ComfyUI-PixelForge", + "id": "comfyui-pixelforge", + "reference": "https://github.com/room3dev/ComfyUI-PixelForge", + "files": [ + "https://github.com/room3dev/ComfyUI-PixelForge" + ], + "install_type": "git-clone", + "description": "Dynamic resolution selector and advanced resize nodes with real-time feedback." + } ] }