Visit ComfyUI Online for ready-to-use ComfyUI environment
Generate solid color images with specified dimensions and color for backgrounds, overlays, and graphical elements.
The LayerUtility: ColorImage node is designed to generate a solid color image of specified dimensions and color. This node is particularly useful for creating backgrounds, overlays, or any other graphical elements that require a uniform color. By allowing you to specify the width, height, and color of the image, this node provides a flexible and straightforward way to produce images that can be used in various artistic and design projects. Whether you need a simple background for a digital artwork or a solid color layer to blend with other images, the LayerUtility: ColorImage node offers a quick and efficient solution.
The width
parameter specifies the width of the generated image in pixels. It accepts integer values with a minimum of 4 and a maximum of 99999, allowing you to create images of various sizes. The default value is set to 512 pixels. Adjusting this parameter will change the horizontal dimension of the output image.
The height
parameter defines the height of the generated image in pixels. Similar to the width
parameter, it accepts integer values ranging from 4 to 99999, providing flexibility in the vertical dimension of the image. The default value is 512 pixels. Modifying this parameter will alter the vertical size of the output image.
The color
parameter determines the color of the generated image. It accepts a string value representing a hexadecimal color code, with the default value set to #000000
(black). By changing this parameter, you can specify any color for the image, using standard hex color codes.
The image
output parameter is the generated image based on the specified width, height, and color. This output is an image tensor that can be used in subsequent nodes or processes within your workflow. The generated image will have a uniform color as defined by the input parameters.
width
and height
parameters to match the dimensions of your canvas and choose a suitable color
.color
parameter must be a valid hexadecimal color code.#
followed by six hexadecimal digits (e.g., #FF5733
).width
and height
parameters must be within the specified range (4 to 99999).width
and height
are within the allowed range and adjust them if necessary.width
and height
, string for color
).© Copyright 2024 RunComfy. All Rights Reserved.