Livebook Text to Image - What is seed?

What is the seed field used in the Text to Image smart cell?

It is used to initialise the random number generator. If you set it to any specific value, you should get the same result every time.

So I’m not seeing any change given I change the seed.

results are the same regardless of if a value is provided or different.


I had made sure to re eval the cell too.

Should I not get different results if I supply a different seed?

Ohh, turns out we don’t actually pass the seed through to the generation. I’ve just fixed this in :kino_bumblebee. If you want to try, use {:kino_bumblebee, github: "livebook-dev/kino_bumblebee"} : )

4 Likes

thank you!

1 Like