Seeds
Use seeds for testing, experimenting, and recreating specific results.
Understanding Seeds
A seed is a number that initializes the random generation process. Using the same seed with the same prompt will produce similar results, allowing you to reproduce or iterate on specific outputs.
Use Cases
- Reproducing results: Save the seed to recreate an image later
- Iterating: Make small prompt changes while keeping the base composition
- Testing: Compare how different parameters affect the same base image