Open
Description
When I set the seed's value to -1, I expect one of the following:
- the entire grid has a single randomly-generated seed
- every image in the entire grid has its own unique randomly-generated seed
I instead observe:
- the infinity grid gui shows every image's seed as -1, which is nonsense
- hunting down the text files generated alongside the images does not show seed information, which is strange (it shows it for when I set seed to a fixed value such as 12345).
I would like for the seed to be explicitly stored in the generated text file.
I would also like to have the option to make the seed either random per-grid or per-image-per-grid.
(The seed is also not in the pnginfo. I don't know the seed of my images set to generate with seed=-1.)