From 7e3e6726e0a8b403423f76aaa67adb5dd8f01de9 Mon Sep 17 00:00:00 2001 From: S4MUEL Date: Tue, 2 Sep 2025 23:15:49 +0800 Subject: [PATCH] Add ComfyUI-Prepack to custom nodes list (#2121) * Add ComfyUI-S4Tool-Image to custom nodes list Add ComfyUI-S4Tool-Image to custom nodes list * Update custom-node-list.json Add custom-node : ComfyUI-S4Motion * 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. * Add ComfyUI-Prepack to custom node list A small, practical bundle of ComfyUI nodes that streamlines common workflows. * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 1ebaebc9..89b3b7ff 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -32572,6 +32572,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "S4MUEL404", + "title": "ComfyUI Prepack", + "id": "comfyui-prepack", + "reference": "https://github.com/S4MUEL-404/ComfyUI-Prepack", + "files": [ + "https://github.com/S4MUEL-404/ComfyUI-Prepack" + ], + "install_type": "git-clone", + "description": "A small, practical bundle of ComfyUI nodes that streamlines common workflows." } ] }