Compositor Config V4
CompositorConfig4
Configuration node for the compositor system V4. Accepts up to 8 images with optional masks, applies masking to create RGBA composites, and provides canvas sizing controls. Masks are serialized to disk with fixed naming (cfg{node_id}-mask{index}.png). The 'onConfigChangedContinue' pause option allows time to build compositions before continuing execution. Outputs configuration objects used by compositor V4 nodes.
Pack: ComfyUI-enricos-nodes
custom_nodes.ComfyUI-enricos-nodes
Inputs (24)
| Name | Type | Required |
|---|---|---|
| width | INT | required |
| height | INT | required |
| padding | INT | required |
| normalizeHeight | BOOLEAN | required |
| onConfigChangedContinue | BOOLEAN | required |
| invertMask | BOOLEAN | required |
| saveFormat | COMBO | required |
| saveFolder | COMBO | required |
| image1 | IMAGE | optional |
| mask1 | MASK | optional |
| image2 | IMAGE | optional |
| mask2 | MASK | optional |
| image3 | IMAGE | optional |
| mask3 | MASK | optional |
| image4 | IMAGE | optional |
| mask4 | MASK | optional |
| image5 | IMAGE | optional |
| mask5 | MASK | optional |
| image6 | IMAGE | optional |
| mask6 | MASK | optional |
| image7 | IMAGE | optional |
| mask7 | MASK | optional |
| image8 | IMAGE | optional |
| mask8 | MASK | optional |
Outputs (1)
| Name | Type |
|---|---|
| config | COMPOSITOR_CONFIG |