Visit ComfyUI Online for ready-to-use ComfyUI environment
Generate random reproducible hex color codes for AI artists with seed value input, creating palettes of four distinct colors efficiently.
The CR Random Hex Color node is designed to generate random hexadecimal color codes based on a given seed value. This node is particularly useful for AI artists who need a variety of random colors for their projects, ensuring that the colors are reproducible by using the same seed. By leveraging this node, you can easily create a palette of random colors that can be used in various artistic applications, such as digital art, graphic design, and more. The node generates four distinct hex color codes, providing a quick and efficient way to obtain multiple random colors at once.
The seed
parameter is an integer value that initializes the random number generator. By setting a specific seed, you ensure that the same sequence of random colors is generated each time, which is useful for reproducibility. The seed value can range from 0 to 0xffffffffffffffff, with a default value of 0. Adjusting the seed will result in different sets of random colors, allowing for a wide variety of color palettes.
The hex_color1
output parameter provides the first randomly generated hexadecimal color code. This color code is in the format #RRGGBB
, where RR
, GG
, and BB
are two-digit hexadecimal values representing the red, green, and blue components of the color, respectively.
The hex_color2
output parameter provides the second randomly generated hexadecimal color code. Similar to hex_color1
, this color code is in the format #RRGGBB
.
The hex_color3
output parameter provides the third randomly generated hexadecimal color code. This color code follows the same format as the previous ones, #RRGGBB
.
The hex_color4
output parameter provides the fourth randomly generated hexadecimal color code. This color code is also in the format #RRGGBB
.
The show_help
output parameter provides a URL link to the documentation page for the CR Random Hex Color node. This link directs you to a detailed guide and additional information about the node, which can be found at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/wiki/Other-Nodes#cr-random-hex-color
.
© Copyright 2024 RunComfy. All Rights Reserved.