Seed — Generative AI glossary — LiliDi

A fixed integer that makes a generation reproducible across runs of the same model + prompt.

By LiliDi Editorial

A fixed integer that makes a generation reproducible across runs of the same model + prompt. A seed is the initial random value used to sample noise. Reusing the same seed with the same model, prompt and settings reproduces the same output bit for bit. Seeds are essential for iterative refinement: lock a good composition with a seed, then tweak the prompt around it.

Open this page on LiliDi