Visit ComfyUI Online for ready-to-use ComfyUI environment
Generate blank images with specified dimensions and color for AI art projects.
The Image Blank node is designed to generate a blank image of specified dimensions and color. This node is particularly useful when you need a solid color background or a placeholder image for further processing or compositing in your AI art projects. By allowing you to define the width, height, and RGB color values, it provides flexibility in creating images that meet your specific requirements. The main goal of this node is to offer a simple yet powerful way to create blank canvases that can be used as a starting point for various artistic endeavors.
The width parameter specifies the width of the blank image in pixels. It accepts integer values with a default of 512, a minimum of 8, and a maximum of 4096. Adjusting this parameter will change the horizontal size of the generated image.
The height parameter specifies the height of the blank image in pixels. It accepts integer values with a default of 512, a minimum of 8, and a maximum of 4096. Adjusting this parameter will change the vertical size of the generated image.
The red parameter defines the red component of the RGB color for the blank image. It accepts integer values ranging from 0 to 255, with a default value of 255. This parameter controls the intensity of the red color in the image.
The green parameter defines the green component of the RGB color for the blank image. It accepts integer values ranging from 0 to 255, with a default value of 255. This parameter controls the intensity of the green color in the image.
The blue parameter defines the blue component of the RGB color for the blank image. It accepts integer values ranging from 0 to 255, with a default value of 255. This parameter controls the intensity of the blue color in the image.
The output parameter is an image tensor representing the blank image generated based on the specified width, height, and RGB color values. This image can be used as a base layer for further image processing or as a background in your AI art projects.
© Copyright 2024 RunComfy. All Rights Reserved.