From c835c5413f5723d202ec91d702b2693f54dae41b Mon Sep 17 00:00:00 2001 From: justumen Date: Mon, 12 Aug 2024 21:55:40 +0200 Subject: [PATCH] ... --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 00babf8..db31bf9 100644 --- a/README.md +++ b/README.md @@ -199,14 +199,15 @@ Iterate over all lines from an input text. (Good for testing multiple lines of t **Description:** -❗ This node is used to generate a random seed, along with text. +❗ This node is used to force to generate a random seed, along with text. But what does that mean ??? When you use a loop, the loop will use the same seed for each iteration. (That is the point, it will keep the same seed to compare results.) Simple example without using random seed node : ![Text with random Seed 1](screenshots/random_seed_1.png) -But, if you want to force using another seed for each iteration, you can use this node in the middle. +But even with `randomize`, it is still keep the same seed for every loop, it will change it only when the workflow to be done. +So if you want to force using another seed for each iteration, you can use this node in the middle. For example, if you want to generate a different image every time. (aka : You use loop nodes not to compare or test results but to generate multiple images.) Use it like that for example :