Visit ComfyUI Online for ready-to-use ComfyUI environment
Generate solid color images for AI art projects with specified dimensions and color.
The GetFilledColorImage
node is designed to generate a solid color image of specified dimensions. This node is particularly useful for creating background images or placeholders in your AI art projects. By specifying the width, height, and color, you can quickly produce a uniform image that can serve as a base layer or a simple visual element in your compositions. This node simplifies the process of generating consistent color images, ensuring that you have a reliable and straightforward method to create these assets without needing advanced image editing skills.
The width
parameter specifies the width of the generated image in pixels. This determines how wide the resulting image will be. The minimum value is 1, and there is no explicit maximum value, but it should be within the capabilities of your hardware. The default value is not specified in the context.
The height
parameter specifies the height of the generated image in pixels. This determines how tall the resulting image will be. The minimum value is 1, and there is no explicit maximum value, but it should be within the capabilities of your hardware. The default value is not specified in the context.
The color
parameter defines the color of the generated image. It is specified as an integer value representing the RGB color in hexadecimal format. For example, 0xFFFFFF
represents white, and 0x000000
represents black. The default value is not specified in the context, but it typically defaults to black if not provided.
The IMAGE
output parameter is the generated solid color image. This image is a tensor that can be used directly in your AI art projects. The image will have the specified width, height, and color, making it a versatile asset for various applications, such as backgrounds, overlays, or placeholders.
GetFilledColorImage
node to create uniform background images for your compositions, ensuring a consistent base layer.0xFFFFFF
for white or 0x000000
for black.© Copyright 2024 RunComfy. All Rights Reserved.