ComfyUI Node
AIMZ Auto Multiple Pad
A ComfyUI node in AIMZ/Image with 5 inputs and 10 outputs.
AIMZ Auto Multiple Pad
- image
- mask
- image
- mask
- width
- height
- count
- left
- right
- top
- bottom
- pad_info
◄multiple32►
◄pad_modeconstant►
◄pad_colorwhite►
CategoryAIMZ/Image
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| multiple | INT | 321–512 | Resolution multiple (e.g., 32 for MiniMax-H3) |
| pad_mode | COMBO | constant | 4 options: constant, reflect, replicate, circular |
| pad_color | STRING | white | Used when pad_mode is constant (e.g. 'white', 'black', '1,1,1', '0,0,0', '#ffffff') |
| imageopt | IMAGE | Optional image/video frame batch input. If None, returns None without error. | |
| maskopt | MASK | Optional mask input. If provided, padded with same padding. |
Outputs (10)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | — |
| mask | MASK | — |
| width | INT | — |
| height | INT | — |
| count | INT | — |
| left | INT | — |
| right | INT | — |
| top | INT | — |
| bottom | INT | — |
| pad_info | PAD_INFO | — |