feat: add ImageBlender

This commit is contained in:
Albert Trott 2024-08-03 19:57:09 +02:00
parent 61675061a0
commit 08bcf99ec9

View File

@ -12663,6 +12663,16 @@
"install_type": "copy", "install_type": "copy",
"description": "A custom depth estimation node for ComfyUI using transformer models. It integrates depth estimation with automatic gamma correction, contrast adjustment, and edge detection, based on the [a/TransformDepth](https://github.com/Limbicnation/TransformDepth) repository." "description": "A custom depth estimation node for ComfyUI using transformer models. It integrates depth estimation with automatic gamma correction, contrast adjustment, and edge detection, based on the [a/TransformDepth](https://github.com/Limbicnation/TransformDepth) repository."
}, },
{
"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": "seghier", "author": "seghier",
"title": "ComfyUI_LibreTranslate", "title": "ComfyUI_LibreTranslate",