From 6932b816f72ce787f741a71ed02cdd5987c43c12 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" <128333288+ltdrdata@users.noreply.github.com> Date: Mon, 25 Aug 2025 06:23:22 +0900 Subject: [PATCH] Update custom-node-list.json --- custom-node-list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index e5464854..faeacae0 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -31816,9 +31816,9 @@ "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" + "https://github.com/Dehypnotic/comfyui-range-to-string" ], - "install_type": "copy", + "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." } ]