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.
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"} : )
thank you!
























