batch_generate
Generate up to 10 images in a single batch by submitting multiple prompts and model checkpoints with a chosen pipeline, enabling efficient bulk image creation.
Instructions
Submit a batch of image generation requests (up to 10).
Args:
pipeline: Pipeline to use — "sd15", "sdxl", or "illustrious"
requests: List of generation request objects, each with at least "positive_prompt" and "model_checkpoint"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pipeline | Yes | ||
| requests | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |