Random Seed
Across Segmind platform, you can set the seed value to -1 to randomize the value for seed. This would instructs the system to automatically generate and use a random seed each time it runs. The random seed is also returned in the response header for reproducibility. This ensures that the output remains predictably different each time, providing fresh results and avoiding repetitive patterns that may arise from using a fixed seed.
This approach is particularly useful in situations where you need to vary seed parameter for model API, model playground (UI), pixelflow UI and pixelflow APIs.
Last updated