From 7b0ff1afb4546f923a4a93f6b0d6ec60a9d96901 Mon Sep 17 00:00:00 2001 From: Designloves2 Date: Fri, 17 Jul 2026 15:09:06 +0900 Subject: [PATCH] Add ITDA to custom-node-list --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index c248fe68..6e4f18d1 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1,5 +1,16 @@ { "custom_nodes": [ + { + "author": "designloves2", + "title": "ITDA", + "id": "itda", + "reference": "https://github.com/designloves2/itda", + "files": [ + "https://github.com/designloves2/itda" + ], + "install_type": "git-clone", + "description": "Frame-accurate layered video editor inside ComfyUI for stitching AI-generated clips into one continuous piece. Auto Stitch recommends the best cut point between two clips using frame and motion matching; also scene/beat detection, version stacks, wipe compare, pre-render, and MP4/MOV/WebM export." + }, { "author": "Carasibana", "title": "ComfyUI-SimpleFloatSlider",