update DB

This commit is contained in:
Dr.Lt.Data
2026-04-14 00:27:22 +09:00
parent 9b37dcfe42
commit 980f8f58af
5 changed files with 185 additions and 13 deletions
+2 -1
View File
@@ -342,12 +342,13 @@
{
"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": "ComfyUI custom node that blends two image batches frame-by-frame using vectorised tensor ops"
"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."
},
{
"author": "tennantje",