From bbdcbf721cf93121355bcadbd9cbb11e6043d060 Mon Sep 17 00:00:00 2001 From: Siddarth Mehra Date: Sat, 18 Apr 2026 19:44:43 +0530 Subject: [PATCH] Add Compare Frames node by sidmehraajm --- custom-node-list.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 881a78c2..0106192c 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1,5 +1,14 @@ { "custom_nodes": [ + { + "author": "Siddhānta-Sāgara Dāsa", + "title": "Compare Frames", + "reference": "https://github.com/sidmehraajm/ssd_frame_compare", + "files": ["https://github.com/sidmehraajm/ssd_frame_compare"], + "install_type": "git-clone", + "description": "Interactive Image A/B comparison node with slider wipe, side-by-side, overlay transparency, and synced video playback for image sequences. Easily compare or just view one frame or a sequence of frames.", + "nodename_pattern": "CompareFrames" + }, { "author": "Dr.Lt.Data", "title": "ComfyUI-Manager",