Update custom-node-list.json (#962)

I've retired my old noise nodes, because Comfy now has noise as a data type. These new nodes do the same and more, and are far less flaky!
This commit is contained in:
chrisgoringe 2024-08-15 13:28:07 +10:00 committed by GitHub
parent 2d2df3fc2c
commit 8c6ebc665d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2750,14 +2750,14 @@
},
{
"author": "chrisgoringe",
"title": "Variation seeds",
"id": "variation-seed",
"reference": "https://github.com/chrisgoringe/cg-noise",
"title": "Noise variation and batch noise tools",
"id": "cg-noisetools",
"reference": "https://github.com/chrisgoringe/cg-noisetools",
"files": [
"https://github.com/chrisgoringe/cg-noise"
"https://github.com/chrisgoringe/cg-noisetools"
],
"install_type": "git-clone",
"description": "Adds KSampler custom nodes with variation seed and variation strength."
"description": "Nodes to create small variations on noise, to shape noise, and to control noise in batches. Replaces the old 'variation-seed' nodes."
},
{
"author": "chrisgoringe",