From 716ae86bc2123c6853fd7c92a1c3235f79d73ead Mon Sep 17 00:00:00 2001 From: Matt Hanrahan <38597143+starfieldscreensaver@users.noreply.github.com> Date: Fri, 10 Apr 2026 21:09:33 -0700 Subject: [PATCH] Add ComfyUI Batch Blend custom node Co-Authored-By: Claude Sonnet 4.6 --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 88f1b482..4ddca841 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -45882,6 +45882,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "starfieldscreensaver", + "title": "ComfyUI Batch Blend", + "id": "comfyui-batch-blend", + "reference": "https://github.com/starfieldscreensaver/comfyui-batch-blend", + "files": [ + "https://github.com/starfieldscreensaver/comfyui-batch-blend" + ], + "install_type": "git-clone", + "description": "Blends two image batches frame-by-frame using vectorised tensor ops. Supports 15 blend modes (normal, add, multiply, screen, overlay, soft light, and more). No loops or workarounds needed — works natively with batches." } ] -} \ No newline at end of file +}