๐ Compositor Config (V3)
CompositorConfig3
The compositor node - pass up to 8 images - optionally pass their masks (invert them) - masks are automatically applied and internally the compositor is passed an rgba - use the sizing controls to configure the compositor, it will be resized on run - set the flag to pause to allow yourself time to build your composition (pause acts on compositor, not the config node)
Pack: ComfyUI-enricos-nodes
custom_nodes.ComfyUI-enricos-nodes
Inputs (23)
| Name | Type | Required |
|---|---|---|
| width | INT | required |
| height | INT | required |
| padding | INT | required |
| normalizeHeight | BOOLEAN | required |
| onConfigChanged | BOOLEAN | required |
| invertMask | BOOLEAN | required |
| initialized | STRING | 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 (2)
| Name | Type |
|---|---|
| config | COMPOSITOR_CONFIG |
| extendedConfig | COMPOSITOR_CONFIG |