ComfyUI Node
Empty Latent Image Passthrough
Passes through an empty latent image.
Empty Latent Image Passthrough
- latent
- width
- height
◄width1024►
◄height1024►
◄batch_size1►
◄type4_channel►
CategorySage Utils/image
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| width | INT | 1024 | The width of the empty latent image. |
| height | INT | 1024 | The height of the empty latent image. |
| batch_size | INT | 1 | The number of latent images in the batch. |
| type | COMBO | 4_channel | The type of latent to create. 4_channel is for standard latent diffusion models, 16_channel is for SD3 models, and radiance is for Chroma Radiance models. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| latent | LATENT | The generated empty latent image tensor. |
| width | INT | The width of the output latent image. |
| height | INT | The height of the output latent image. |