Hacker News new | ask | show | jobs
by Kim_Bruning 1207 days ago
This is YC, so I get to be pedantic ;-)

For stable diffusion, you can actually just set the seed to a fixed number.

After that you can always get the exact same image for the exact same prompt.[1]

In general, there are some interesting philosophical debates to be had about pseudo-random number generators.

[1] YMMV: in some configurations you may still have other sources of noise.