From dadd013aa7df7fdd4ee6688eba25e8d9464e06df Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 14 Sep 2023 14:05:39 +1000 Subject: [PATCH] Add variation seed and weight --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index ff52866..ecfbc62 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2033,6 +2033,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "chrisgoringe", + "title": "Variation seeds", + "reference": "https://github.com/chrisgoringe/cg-noise", + "files": [ + "https://github.com/chrisgoringe/cg-noise" + ], + "install_type": "git-clone", + "description": "Adds KSampler custom nodes with variation seed and variation strength." } ] }