Make variations of one image
vary_imageSelect one image from a finished grid and create four variations in subtle or strong mode to iterate on your results.
Instructions
Take one image from a finished grid and generate four variations of it. This is the Vary button in the web app, and it is how you iterate: pick the result closest to what you wanted and push it further rather than rolling a fresh set.
Subtle keeps the composition and changes the details. Strong keeps the subject and rethinks everything else.
Index is zero-based, matching the order from list_jobs and download_job: 0 is top-left, 1 top-right, 2 bottom-left, 3 bottom-right.
Costs GPU time, so it needs confirm: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | Block until the variations finish and return them. Defaults to true. | |
| index | Yes | Which image, zero-based. 0 top-left, 1 top-right, 2 bottom-left, 3 bottom-right. | |
| speed | No | Generation speed. 'fast' burns fast-hours and takes under a minute. 'relax' is unlimited on Standard and above but queues, often for several minutes. 'turbo' is quickest and costs double. Defaults to MIDJOURNEY_DEFAULT_SPEED, itself 'fast'. | |
| job_id | Yes | The finished job holding the image to vary. | |
| strong | No | Strong variation. Defaults to subtle, which stays closer to the original. | |
| confirm | No | Must be true for this to run. This call spends GPU time from the Midjourney plan, or cannot be undone, so it is refused without an explicit confirmation. | |
| private | No | Keep the result off the public feed. |