Upscale / Process Batch
sdnext_process_batchProcess multiple base64 images in one batch via SD.Next's image processing API, applying the same upscaling and enhancement options to every image.
Instructions
Process multiple images at once (SD.Next /sdapi/v1/process-batch). Same options as sdnext_process_image plus an images array.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| images | Yes | Base64 input images. | |
| save_dir | No | ||
| upscaler_1 | No | ||
| upscaler_2 | No | ||
| resize_mode | No | ||
| script_args | No | ||
| upscaling_crop | No | ||
| upscaling_resize | No | ||
| upscaling_resize_h | No | ||
| upscaling_resize_w | No | ||
| show_extras_results | No | ||
| extras_upscaler_2_visibility | No |