From 48acce370adc22b0f440405f8201aebb72c6e61b Mon Sep 17 00:00:00 2001 From: Vaishnav V Nair <47637361+vaishnav-vn@users.noreply.github.com> Date: Tue, 17 Feb 2026 07:01:19 +0530 Subject: [PATCH] Update va1: add ImageMaskComparer node (#2603) - Add ImageMaskComparer to extension-node-map.json - Update description in custom-node-list.json to cover both nodes Co-authored-by: Cursor --- custom-node-list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 8d034ea5..9aaafec3 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -31777,13 +31777,13 @@ { "author": "vaishnav-vn", "title": "va1", - "name": "Pad Image by Aspect", + "name": "va1", "reference": "https://github.com/vaishnav-vn/va1", "files": [ "https://github.com/vaishnav-vn/va1" ], "install_type": "git-clone", - "description": "repo has Custon node designed to expand, pad, and mask images to fixed or randomized aspect ratios with precise spatial and scale control — engineered for outpainting, compositional layout, and creative canvas expansion. " + "description": "ComfyUI custom nodes: (1) Pad Image by Aspect for Outpaint — expand, pad, and mask images to fixed or randomized aspect ratios with precise spatial and scale control for outpainting and canvas expansion. (2) Image Mask Comparer — compare masked regions of two images with similarity scoring and automatic retry/re-queue on mismatch." }, { "author": "wawahuy",