From 192659ecbd863bce6c7d57e8ef45670b9a2e5f47 Mon Sep 17 00:00:00 2001 From: SBCODE Date: Fri, 10 Oct 2025 00:21:56 +0100 Subject: [PATCH] Update custom-node-list.json (#2205) Added an option for ComfyUI Image Compare. A no frills image comparing tool. Compare two images using ComfyUI. Connect images to both image_a and image_b inputs. Press RUN. Then use the slider to compare. --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 3aecb780..29199740 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -33170,6 +33170,16 @@ ], "install_type": "git-clone", "description": "A Virtual Camera Output For ComfyUI. On Windows, it will use the OBS Virtual Camera driver. So make sure you have OBS installed. Then in your other webcam capable applications, such as Google Meet, Teams, Zoom and even OBS itself, you can connect to the OBS Virtual Camera option and see what you are outputting from ComfyUI." + }, + { + "author": "Sean-Bradley", + "title": "ComfyUI Image Compare", + "reference": "https://github.com/Sean-Bradley/ComfyUI-Image-Compare", + "files": [ + "https://github.com/Sean-Bradley/ComfyUI-Image-Compare" + ], + "install_type": "git-clone", + "description": "Compare two images using ComfyUI. Connect images to both image_a and image_b inputs. Press RUN. Then use the slider to compare. Best used when two images are very similar and you want to see the differences very closely. Search for the manager for image compare, or imagecompare." }, { "author": "Sean-Bradley",