Hacker News new | ask | show | jobs
by _lvbh 906 days ago
From what I understand, Stable Diffusion starts out with random noise that is then step by step made into the final image. Randomness is there at the beginning.

Current LLMs first find the n most likely next token and only then gets randomness on the choice among the top-n. This injects randomness to the initial search for the top-n.

So I think, from my ignorance, that Stable Diffusion is already doing this in some sense