From cda0ea43e0b391f7a9e045b7c437b3fb30780770 Mon Sep 17 00:00:00 2001 From: S4MUEL Date: Tue, 12 Aug 2025 23:31:06 +0800 Subject: [PATCH] Add ComfyUI-S4Tool-Text to custom node list Text rendering and styling nodes for ComfyUI. This extension provides a basic text renderer, multiple font loaders, and a style node that adds stroke, shadow, gradient fill, and opacity control. --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 36b939dd..4141241b 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1,5 +1,16 @@ { "custom_nodes": [ + { + "author": "S4MUEL404", + "title": "ComfyUI S4Tool Text", + "id": "comfyui-s4tool-text", + "reference": "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Text", + "files": [ + "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Text" + ], + "install_type": "git-clone", + "description": "Text rendering and styling nodes for ComfyUI. This extension provides a basic text renderer, multiple font loaders, and a style node that adds stroke, shadow, gradient fill, and opacity control." + }, { "author": "S4MUEL404", "title": "ComfyUI S4Motion",