From c45c47f935c797d03f772c2b9952138facd79f5d Mon Sep 17 00:00:00 2001 From: aiartvn Date: Sun, 2 Feb 2025 12:29:27 +0700 Subject: [PATCH] Add A2V Multi Image Composite node (#1507) * Update custom-node-list.json * Update custom-node-list.json * Update custom-node-list.json * Update custom-node-list.json * Update custom-node-list.json * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 1f53342f..a50aa3a9 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -20416,6 +20416,18 @@ "install_type": "git-clone", "description": "This my implemenation of a `pipe` in ComfyUI. Is it better or worse than others? No idea." }, + { + "title": "A2V Multi Image Composite", + "author": "AiartvnTeam", + "id": "Aiartvn", + "description": "Node for compositing multiple images with interactive preview and layer management", + "repository": "https://github.com/aiartvn/A2V_Multi_Image_Composite", + "install_type": "git-clone", + "files": [ + "https://github.com/aiartvn/A2V_Multi_Image_Composite", + ], + "tags": ["image", "composite", "layer", "blend", "transform"] + },