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/)
This commit is contained in:
S4MUEL 2025-03-10 22:43:45 +08:00 committed by GitHub
parent b83532f96d
commit 0c08bc99f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,18 @@
{ {
"custom_nodes": [ "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", "author": "S4MUEL-404",
"title": "ComfyUI-Text-On-Image", "title": "ComfyUI-Text-On-Image",