From 553cba12f311236bd9d59e06af3486dffee52d41 Mon Sep 17 00:00:00 2001 From: dehypnotic <86615943+Dehypnotic@users.noreply.github.com> Date: Fri, 22 Aug 2025 13:54:35 +0200 Subject: [PATCH] Update custom-node-list.json (#2096) * Update custom-node-list.json * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index e075facd..366aeb32 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -31750,6 +31750,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Dehypnotic", + "title": "NumberedText", + "reference": "https://github.com/Dehypnotic/comfyui-numbered-text", + "files": [ + "https://github.com/Dehypnotic/comfyui-numbered-text" + ], + "install_type": "git-clone", + "description": "Lightweight node to number text divisions (one per newline) and select single/multiple divisions by index with an optional separator" } ] }