From 0c08bc99f6af0e79b29d05d747e20879c64b7859 Mon Sep 17 00:00:00 2001 From: S4MUEL Date: Mon, 10 Mar 2025 22:43:45 +0800 Subject: [PATCH] Add ComfyUI-S4Tool-Image-Overlay to custom node list Quickly set up image overlay effects. Create images by color or gradient Overlay two images and set the position, scale, and rotation of the images Merge images through the Alpha channel Image selector to select preset images (Put your images into /ComfyUI-S4Tool-Image-Overlay/images/) --- custom-node-list.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index f0d1bf7c..c5f1c16c 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1,6 +1,18 @@ { "custom_nodes": [ - + + { + "author": "S4MUEL-404", + "title": "ComfyUI-S4Tool-Image-Overlay", + "id": "ComfyUI-S4Tool-Image-Overlay", + "reference": "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Image-Overlay", + "files": [ + "https://github.com/S4MUEL-404/ComfyUI-Text-On-Image" + ], + "install_type": "git-clone", + "description": "Quickly set up image overlay effects." + }, + { "author": "S4MUEL-404", "title": "ComfyUI-Text-On-Image",