ComfyUI Node
ImageOps PadOut
A ComfyUI node in image/imageops with 9 inputs and 4 outputs.
ImageOps PadOut
- image
- image
- mask
- width
- height
◄bypassfalse►
◄pad_left128►
◄pad_top128►
◄pad_right128►
◄pad_bottom128►
◄aspect_ratiocustom►
◄snap_to_multiple1►
◄invert_maskfalse►
Categoryimage/imageops
Inputs (9)
| Name | Type | Default | Description |
|---|---|---|---|
| bypass | BOOLEAN | false | — |
| pad_left | INT | 1280–4096 | — |
| pad_top | INT | 1280–4096 | — |
| pad_right | INT | 1280–4096 | — |
| pad_bottom | INT | 1280–4096 | — |
| aspect_ratio | COMBO | custom | Interactive preview ratio preset. The UI turns this into explicit padding; backend output uses the pad values as-is. |
| snap_to_multiple | INT | 11–256 | Quantize padding to this multiple. Use 16 for Wan/VACE-friendly output sizes. |
| invert_mask | BOOLEAN | false | By default the output mask marks the *padded* area as 1 and the original source as 0. Toggle to invert (source=1, padding=0). |
| imageopt | IMAGE,VIDEO | Images/Video input. Accepts IMAGE batches and VIDEO frame sources. |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | — |
| mask | MASK | — |
| width | INT | — |
| height | INT | — |