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
@adieyal
This is a great extension, thank you very much.
Could you please add a small feature to the interface: “Repeat the seed a certain number of times.”
Maybe add something like this to the "helpers.py" in the "get_seeds()" function: all_seeds = [seed + i//_rep for i in range(num_seeds)]
To receive a list of seeds of this kind:
#_rep = 3, num_seeds=7 [321001, 321001, 321001, 321002, 321002, 321002, 321003]
This can be useful to see how the same seed looks with different variables in the prompt, or for more targeted experiments with [Cyclical Sampler] in batch processing.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
@adieyal
This is a great extension, thank you very much.
Could you please add a small feature to the interface: “Repeat the seed a certain number of times.”
Maybe add something like this to the "helpers.py" in the "get_seeds()" function:
all_seeds = [seed + i//_rep for i in range(num_seeds)]
To receive a list of seeds of this kind:
#_rep = 3, num_seeds=7
[321001, 321001, 321001, 321002, 321002, 321002, 321003]
This can be useful to see how the same seed looks with different variables in the prompt, or for more targeted experiments with [Cyclical Sampler] in batch processing.
Beta Was this translation helpful? Give feedback.
All reactions