ComfyUI Node
Empty Latent
This node generates an empty latent image with specified dimensions. It offers options for predefined aspect ratios, random dimension swapping, and batching, making it a flexible starting point for your image generation workflows.
Empty Latent
- latent
- width
- height
- seed
◄width720►
◄height720►
◄aspect_ratio▾►
◄modefixed►
◄swap_dimensionsNo►
◄batch_size1►
◄seed0►
CategoryAUN Nodes/Image
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| width | INT | 72064–8192 | The width of the latent image. |
| height | INT | 72064–8192 | The height of the latent image. |
| aspect_ratio | COMBO | Choose a predefined aspect ratio, or 'custom' to use the width and height inputs. | |
| mode | COMBO | fixed | In 'random' mode, there's a 50% chance of swapping width and height. In 'fixed' mode, the dimensions are used as specified. |
| swap_dimensions | COMBO | No | Explicitly swap the width and height dimensions. |
| batch_size | INT | 11–64 | The number of latent images to generate in a batch. |
| seed | INT | 00–18446744073709550000 | The seed for the random number generator. |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| latent | LATENT | — |
| width | INT | — |
| height | INT | — |
| seed | INT | — |