ComfyUI Node
Roll Image (Wrap)
Roll an image along width/height (wraparound). Useful for moving the seam to the center before inpainting.
Roll Image (Wrap)
- image
- rolled_image
◄roll_x0►
◄roll_y0►
◄roll_x_by_50_percentfalse►
CategoryLatLong/Utils
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | Image batch (B,H,W,C) to roll. | |
| roll_xopt | INT | 0-8192–8192 | Horizontal roll (pixels). |
| roll_yopt | INT | 0-8192–8192 | Vertical roll (pixels). |
| roll_x_by_50_percentopt | BOOLEAN | false | Set roll_x to half the image width (180° equirectangular shift). Overrides roll_x/roll_y. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| rolled_image | IMAGE | — |