Features

Seeds & Reproducibility

Use seeds to reproduce and iterate on generation results.

Seeds give you control over the randomness in AI generation, allowing you to reproduce results and make precise iterations.

What is a Seed?

A seed is a number that initializes the random number generator used during generation. The same prompt + same seed + same model = the same (or very similar) output.

Using Seeds

Random Mode (Default)

By default, seeds are random — each generation produces a unique result.

Fixed Seed

Set a specific seed number to reproduce a result:

  1. Find an asset you like in the gallery
  2. Check its seed in the lightbox metadata
  3. Enter that seed in the settings panel
  4. Adjust your prompt while keeping the seed — the output will be similar but reflect your changes

Seed Range

You can set a seed range for batch generation. Each variation in the batch uses a different seed from the range.

Provider Seed Support

ProviderSeeds Supported
GeminiYes
FluxYes
QwenYes
SeedDreamYes
WANYes
VEOYes
ImagenNo
RecraftNo
ReveNo

Tips

  • Seeds are great for iterating — keep the seed, tweak the prompt
  • Batch generation with different seeds is the fastest way to explore variations
  • Even with the same seed, results can vary slightly between model versions or quality settings
  • When sharing a prompt with someone, include the seed for reproducibility

On this page