From 8b649ae0d9fb95f8b82648af306b92365e41949b Mon Sep 17 00:00:00 2001 From: Trott Albert Date: Sun, 4 Aug 2024 03:46:28 +0200 Subject: [PATCH] feat: add new custom node (#925) --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 2ef26956..855a6905 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -12719,6 +12719,16 @@ "install_type": "unzip", "description": "Various image processing nodes." }, + { + "author": "vault-developer", + "title": "ImageBlender", + "reference": "https://github.com/vault-developer/comfyui-image-blender", + "files": [ + "https://github.com/vault-developer/comfyui-image-blender" + ], + "install_type": "git-clone", + "description": "ComfyuiImageBlender is a custom node for ComfyUI. It may be used to blend two images together using a specified blending mode." + }, { "author": "aimingfail", "title": "Image2Halftone Node for ComfyUI",