From 5e316149e9b67e52ecdcfd12aad9703c87b1f1a4 Mon Sep 17 00:00:00 2001 From: dehypnotic <86615943+Dehypnotic@users.noreply.github.com> Date: Sat, 23 Aug 2025 10:34:35 +0200 Subject: [PATCH] Update custom-node-list.json --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 01647ef3..13a1fc82 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -31811,6 +31811,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://raw.githubusercontent.com/Dehypnotic/comfyui-range-to-string/main/range_to_string.py" + ], + "install_type": "copy", + "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." } ] }