From e4bf3d4bcf99044cab739a82f62dc62e205cdf5e Mon Sep 17 00:00:00 2001 From: S4MUEL Date: Fri, 7 Mar 2025 00:07:12 +0800 Subject: [PATCH] Add ComfyUI-Text-On-Image to custom node list You can display custom text on an image and set the text size, font, position, and shadow. --- custom-node-list.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 5da763fa..12b14eaa 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1,6 +1,19 @@ { "custom_nodes": [ + { + "author": "S4MUEL404", + "title": "Text On Image", + "id": "ComfyUI-Text-On-Image", + "version": "1.0", + "reference": "https://github.com/S4MUEL-404/ComfyUI-Text-On-Image", + "files": [ + "https://github.com/S4MUEL-404/ComfyUI-Text-On-Image" + ], + "install_type": "git-clone", + "description": "You can display custom text on an image and set the text size, font, position, and shadow." + }, + { "author": "S4MUEL404", "title": "Image Position Blend",