From cc87ed3899e11fc7cdd3e61c6cc2bb2bfa12c0ab Mon Sep 17 00:00:00 2001 From: dehypnotic <86615943+Dehypnotic@users.noreply.github.com> Date: Sun, 24 Aug 2025 23:28:06 +0200 Subject: [PATCH] Update custom-node-list.json (#2097) * 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 d1a474d0..2df89ce5 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -31821,6 +31821,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Dehypnotic", + "title": "RangeToString", + "reference": "https://github.com/Dehypnotic/comfyui-range-to-string", + "files": [ + "https://github.com/Dehypnotic/comfyui-range-to-string" + ], + "install_type": "git-clone", + "description": "Lightweight node that generates a string of numbers between a start and end value. Supports positive and negative steps, configurable separators, and inclusive/exclusive end values." } ] }