queue_batch
Queue a workflow with multiple override variants, run them concurrently, and collect all images in one response. Supports up to eight variants per call.
Instructions
Queue a workflow with N override variants (different seeds, prompts, LoRAs, etc.), wait for all to complete in parallel, and return all images in a single response. Max 8 variants per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Workflow filename, e.g. flux_krea_realism.json | |
| variants | Yes | Array of override objects, one per variant. Each variant takes the same fields accepted by queue_workflow's overrides. | |
| timeout_sec_per | No | Max wait per variant in seconds (default 180) |