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:
- Find an asset you like in the gallery
- Check its seed in the lightbox metadata
- Enter that seed in the settings panel
- 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
| Provider | Seeds Supported |
|---|---|
| Gemini | Yes |
| Flux | Yes |
| Qwen | Yes |
| SeedDream | Yes |
| WAN | Yes |
| VEO | Yes |
| Imagen | No |
| Recraft | No |
| Reve | No |
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