ComfyUI Node
Outpaint Setup (Canvas + Flat Image)
Place a flat image onto a transparent equirectangular canvas for outpainting.
Outpaint Setup (Canvas + Flat Image)
- flat_image
- composite_image
- outpaint_mask
- stitch_context
◄canvas_width2048►
◄canvas_height1024►
◄force_2by1_aspecttrue►
◄placement_mode2d_composite►
◄scale1.00►
◄translate_x0►
◄translate_y0►
◄yaw0►
◄pitch0►
◄fov90►
◄feather_size50►
CategoryLatLong/Outpaint
Inputs (12)
| Name | Type | Default | Description |
|---|---|---|---|
| flat_image | IMAGE | Source rectilinear image to place. | |
| canvas_width | INT | 2048512–8192 | Width of the equirectangular canvas. |
| canvas_height | INT | 1024256–4096 | Height of the equirectangular canvas (ignored if force 2:1 is enabled). |
| force_2by1_aspect | BOOLEAN | true | Force 2:1 aspect ratio (height = width/2). Required for equirectangular format. |
| placement_mode | COMBO | 2d_composite | 2 options: 2d_composite, perspective |
| scale | FLOAT | 1.000.01–100 | Image size multiplier. 1.0 = original size relative to canvas. |
| translate_x | INT | 0-4096–4096 | 2D only: Horizontal pixel offset. |
| translate_y | INT | 0-4096–4096 | 2D only: Vertical pixel offset. |
| yaw | FLOAT | 0-180–180 | Perspective only: Horizontal view angle. |
| pitch | FLOAT | 0-90–90 | Perspective only: Vertical view angle. |
| fov | FLOAT | 9010–170 | Perspective only: Field of View at scale=1.0. |
| feather_size | INT | 500–500 | Inner feathering in pixels. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| composite_image | IMAGE | — |
| outpaint_mask | MASK | — |
| stitch_context | STITCH_CONTEXT | — |