image
Empty Image

Empty Image

comfyUI节点-EmptyImage|空图像

Documentation

  • Class name: EmptyImage
  • Category: image
  • Output node: False

The EmptyImage node is designed to generate blank images of specified dimensions and color. It allows for the creation of uniform color images that can serve as backgrounds or placeholders in various image processing tasks.

Input types

ParameterComfy dtypeDescription
widthINTSpecifies the width of the generated image. It determines how wide the image will be.
heightINTDetermines the height of the generated image. It affects the vertical size of the image.
batch_sizeINTIndicates the number of images to generate in a single batch. This allows for the creation of multiple images at once.
colorINTDefines the color of the generated image using a hexadecimal value, allowing for customization of the image's appearance. This parameter enables the selection of a wide range of colors.

Output types

ParameterComfy dtypeDescription
imageIMAGEThe output is a tensor representing the generated image or images, with the specified dimensions and color.