From 0408341d82a68c10398433aad43ac2c7b3ec5b58 Mon Sep 17 00:00:00 2001 From: S4MUEL Date: Mon, 30 Jun 2025 06:16:33 +0800 Subject: [PATCH] Add ComfyUI-S4Tool-Image to custom nodes list (#1957) Add ComfyUI-S4Tool-Image to custom nodes list --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 60c76451..afdb09ae 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1,5 +1,16 @@ { "custom_nodes": [ + { + "author": "S4MUEL404", + "title": "ComfyUI S4Tool Image", + "id": "comfyui-s4tool-image", + "reference": "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Image", + "files": [ + "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Image" + ], + "install_type": "git-clone", + "description": "A custom node package for image processing in ComfyUI, for automating image processing within the ComfyUI workflow." + }, { "author": "Dr.Lt.Data", "title": "ComfyUI-Manager",