From 8c6ebc665d59c216428345b5e1d077ea5db3d91b Mon Sep 17 00:00:00 2001 From: chrisgoringe Date: Thu, 15 Aug 2024 13:28:07 +1000 Subject: [PATCH] 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! --- custom-node-list.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 66ca97f5..a9e99928 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -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",