Seed

A seed is a way of initializing the random number generator that is used to generate the image. It lets you reproduce the same result when you want to. All other settings being equal, if you use the same seed, you will get the same image. If you use a different seed, you will get a different image.

Although it is not a very common use case, it can come in handy with comparing various settings. For example, you can use the same seed for two different models and compare the results. Or you can use the same seed for two different schedulers and compare the results.

Seed Examples

Two generations below have the exact same settings except for the seed. Left one has the seed of 415798970 and the right one has the seed of 1000097042. Notice how changing the seed results in a completely different image. These seeds can later be used to reproduce the same images.

415798970

415798970

1000097042

1000097042

1602969464

1602969464

1720804046

1720804046

© 2023 Stablecog, Inc.