ComfyUI Node
AIHub Expose Project Image Batch
A ComfyUI node in aihub/expose/config with 4 inputs and 4 outputs.
AIHub Expose Project Image Batch
- normalizer
- IMAGE
- MASK
- WIDTH
- HEIGHT
◄idexposed_image_batch►
◄file_nameexposed_image_batch.png►
◄indexes►
Categoryaihub/expose/config
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| id | STRING | exposed_image_batch | A unique custom ID for this workflow. |
| file_name | STRING | exposed_image_batch.png | The filename of the image batch as stored in the project files, including extension, without the number counter |
| indexes | STRING | A comma separated list of indexes to load from the image batch For example: '0,1,2' to load the first three images, or a range like '0-4' to load the first five images; negative indexes are supported as well | |
| normalizeropt | AIHUB_NORMALIZER | The method to use for normalizing the images in the batch, if not specified it will use the image with the most megapixels as the target size with a nearest-exact upscaler |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| IMAGE | IMAGE | — |
| MASK | MASK | — |
| WIDTH | INT | — |
| HEIGHT | INT | — |