ComfyUI Node
Create Empty Image
Create a solid-color image. If the optional image is provides uses its shape.
Create Empty Image
- reference
- image
◄width1024►
◄height1024►
◄batch_size1►
◄color#000000►
Categoryimage/generation
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| width | INT | 10241–8192 | The width of the new image in pixels. This value is ignored if a `reference` is provided. |
| height | INT | 10241–8192 | The height of the new image in pixels. This value is ignored if a `reference` is provided. |
| batch_size | INT | 11–64 | The number of images to create in the batch. This value is ignored if a `reference` is provided. |
| color | STRING | #000000 | Color for fill. Can be an hexadecimal (#RRGGBB). Can comma separated RGB values in [0-255] or [0-1.0] range. |
| referenceopt | IMAGE | If an image is connected here, its dimensions (batch size, height, and width) will be used for the new image, overriding the manual width, height, and batch_size inputs. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | — |