Update custom-node-list.json

This commit is contained in:
dehypnotic 2025-08-23 10:34:35 +02:00 committed by GitHub
parent 35151ffdd1
commit 5e316149e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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."
}
]
}