generate_image_batch
Queue multiple image prompts and run them concurrently. Control concurrency, wait for all to finish, or poll progress with job IDs.
Instructions
Queue many prompts, running up to max_concurrent in parallel.
With wait=False (default) this fires all jobs and returns their ids —
poll progress with queue_status / list_jobs. With wait=True it
blocks until every job finishes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | ||
| model | No | ||
| prompts | Yes | ||
| timeout | No | ||
| download | No | ||
| resolution | No | ||
| input_files | No | ||
| aspect_ratio | No | 16:9 | |
| extra_params | No | ||
| input_images | No | ||
| max_concurrent | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |