You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like set_seed is being called out of order. When the seed is set to randomize, the node will use the previous seed (before randomization) and then will update the displayed seed in the node on the UI.
The issue with this is that it makes it very difficult to find a seed that you would like to keep using as it will have been replaced after it is used.
To reproduce:
run generation with randomized seed
set seed to "fixed"
run generation again
You will see that the generation is running again, rather than bypassing the node.
I hope this makes sense. It is very early in the morning and I am just waking up.
The text was updated successfully, but these errors were encountered:
It looks like
set_seed
is being called out of order. When the seed is set to randomize, the node will use the previous seed (before randomization) and then will update the displayed seed in the node on the UI.The issue with this is that it makes it very difficult to find a seed that you would like to keep using as it will have been replaced after it is used.
To reproduce:
You will see that the generation is running again, rather than bypassing the node.
I hope this makes sense. It is very early in the morning and I am just waking up.
The text was updated successfully, but these errors were encountered: