Visit ComfyUI Online for ready-to-use ComfyUI environment
Generate customizable solid color images for backgrounds and overlays with specified dimensions and colors.
The LayerUtility: ColorImage V2 node is designed to generate a solid color image with 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 define the width, height, and color of the image, this node provides a flexible and straightforward way to produce consistent and customizable color images. Whether you are looking to create a simple colored canvas or need a specific color background for your artwork, this node simplifies the process and ensures that you get the exact color and size you need.
The width
parameter specifies the width of the generated image in pixels. It allows you to define how wide the image should be, with a minimum value of 4 pixels and a maximum value of 99999 pixels. The default value is set to 512 pixels. Adjusting this parameter will change the horizontal dimension of the image, making it wider or narrower as needed.
The height
parameter determines the height of the generated image in pixels. Similar to the width parameter, it has a minimum value of 4 pixels and a maximum value of 99999 pixels, with a default value of 512 pixels. This parameter controls the vertical dimension of the image, allowing you to create taller or shorter images based on your requirements.
The color
parameter allows you to specify the color of the generated image using a hexadecimal color code. The default value is set to #000000
, which represents black. You can change this value to any valid hexadecimal color code to generate an image of the desired color. This parameter is essential for defining the visual appearance of the image, ensuring that it matches your design needs.
The image
output parameter returns the generated color image. This image is created based on the specified width, height, and color parameters. The output is an image tensor that can be used in further processing or directly in your artwork. The generated image will have a uniform color and the exact dimensions you specified, making it a versatile and useful element in your design workflow.
width
and height
parameters to match the dimensions of your canvas and choose a color
that complements your design.#
and is followed by six hexadecimal digits (e.g., #FF5733
).© Copyright 2024 RunComfy. All Rights Reserved.