Inputs
Outputs
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The RebatchImages node is designed to reorganize a batch of images into a new batch configuration, adjusting the batch size as specified.
| Field | Description | Data Type |
|---|---|---|
images | A list of images to be rebatched. This parameter is crucial for determining the input data that will undergo the rebatching process. | IMAGE |
batch_size | Specifies the desired size of the output batches. This parameter directly influences how the input images are grouped and processed, impacting the structure of the output. | INT |
| Field | Description | Data Type |
|---|---|---|
image | The output consists of a list of image batches, reorganized according to the specified batch size. This allows for flexible and efficient processing of image data in batch operations. | IMAGE |
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
Was this page helpful?