mirror of
https://github.com/justUmen/Bjornulf_custom_nodes.git
synced 2026-03-21 20:52:11 -03:00
...
This commit is contained in:
@@ -202,11 +202,11 @@ Iterate over all lines from an input text. (Good for testing multiple lines of t
|
||||
❗ 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.)
|
||||
Even with `randomize` for `control_after_generate`, it is still keep the same seed for every loop, it will change it only when the workflow is done.
|
||||
Simple example without using random seed node :
|
||||
|
||||

|
||||
|
||||
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 :
|
||||
|
||||
Reference in New Issue
Block a user