Add ComfyUI Batch Blend custom node (#2783)

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Matt Hanrahan 2026-04-13 08:26:34 -07:00 committed by GitHub
parent 2f1d02b688
commit 9b37dcfe42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46221,6 +46221,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."
}
]
}