ComfyUI Node
Compositor V4
Interactive compositor canvas for positioning, scaling, rotating, and arranging multiple images with real-time preview and mask support. Provides a visual editor with layers panel, alignment tools, and snap-to-grid functionality.
Compositor V4
- config
- image
- fabricData_output
- imageName_output
◄fabricData►
◄imageName►
◄seed0►
Categoryimage
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| fabricData | STRING | JSON string containing the compositor state (transforms, positions, visibility). Auto-managed by the compositor interface | |
| imageName | STRING | Name of the snapshot image file. Auto-generated based on graph and node ID | |
| seed | STRING | 0 | Random seed value that changes on each save to trigger node re-execution. Auto-updated by the compositor interface |
| config | COMPOSITOR_CONFIG | Configuration from CompositorConfig4 containing canvas size, images, masks, raw tensors, and settings |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | Final composed image rendered from the compositor canvas |
| fabricData_output | STRING | Compositor state data (transforms, positions, etc.) |
| imageName_output | STRING | Filename of the saved composition snapshot |