From a2b5b920702fc105aaac0d150290bc2b4b2a3f3d Mon Sep 17 00:00:00 2001 From: eses <13034046+quasiblob@users.noreply.github.com> Date: Mon, 14 Jul 2025 00:21:19 +0300 Subject: [PATCH] Add EsesImageCompare node to node list --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index c141f5bf..71958335 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -28270,6 +28270,16 @@ "install_type": "git-clone", "description": "Apply 2D transformations to images and masks within ComfyUI. Zoom, position, scale, flip, rotate, squash and stretch the input content. Tile images to create patterns (supports alpha channels). Fill options for managing canvas areas exposed by transformations. Apply masks to RGB images and invert mask inputs or outputs. No extra dependencies." }, + { + "author": "quasiblob", + "title": "ComfyUI-EsesImageCompare", + "reference": "https://github.com/quasiblob/ComfyUI-EsesImageCompare", + "files": [ + "https://github.com/quasiblob/ComfyUI-EsesImageCompare" + ], + "install_type": "git-clone", + "description": "Interactive A/B image comparison node with a draggable slider to reveal one image over another. Includes difference and other blend modes for more detailed analysis, allowing one to spot changes in similar images. Node also outputs a passthrough image of input A, and a grayscale difference mask." + }, { "author": "TheLustriVA", "title": "ComfyUI Image Size Tool",