From 22fdaddbf4d0c9e1e2279aea12e619d82eb3d4b2 Mon Sep 17 00:00:00 2001 From: mr-september <45350177+mr-september@users.noreply.github.com> Date: Thu, 19 Feb 2026 13:57:02 +1100 Subject: [PATCH] Update custom-node-list.json --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index ee05c49c..b36733d6 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -43507,6 +43507,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "mr-september", + "title": "ComfyUI Pad to Multiple", + "id": "pad-to-multiple", + "reference": "https://github.com/mr-september/comfyui-pad-to-multiple", + "files": [ + "https://github.com/mr-september/comfyui-pad-to-multiple" + ], + "install_type": "git-clone", + "description": "Pads images to multiples of N (right/bottom only) with solid color fill. Useful for VAE/model dimension requirements." } ] }