midjourney_get_seed
Retrieve the seed from a generated Midjourney image to replicate results or fine-tune prompts with the --seed parameter.
Instructions
Get the seed value of a previously generated Midjourney image.
The seed is a numeric value that controls the randomness of generation.
Using the same seed with the same prompt will produce similar results,
which is useful for reproducible generation or fine-tuning prompts.
Use this when:
- You want to reproduce a specific generation result
- You need the seed to use with --seed parameter in prompts
- You want to create variations with consistent base randomness
Returns:
The seed value for the specified image.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_id | Yes | The ID of the generated image to get the seed for. This is the 'image_id' field from a previous imagine result. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |