Visit ComfyUI Online for ready-to-use ComfyUI environment
Generate diverse RGB color palettes with seed control for AI artists.
The CR Random RGB node is designed to generate four random RGB color values based on a given seed. This node is particularly useful for AI artists who need to create diverse and unique color palettes for their projects. By providing a seed value, you can ensure that the same set of random colors is generated consistently, which is beneficial for reproducibility in your creative workflows. The node leverages a random number generator to produce the RGB values, ensuring a wide range of possible colors. Additionally, it provides a helpful link to further documentation, making it easier for you to understand and utilize the node effectively.
The seed
parameter is an integer value that initializes the random number generator. By setting a specific seed, you can 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. This parameter allows you to control the randomness and consistency of the generated colors.
The rgb_1
output parameter is a string representing the first randomly generated RGB color value. This color is determined based on the provided seed and can be used in various artistic applications.
The rgb_2
output parameter is a string representing the second randomly generated RGB color value. Like rgb_1
, this color is generated based on the seed and adds diversity to your color palette.
The rgb_3
output parameter is a string representing the third randomly generated RGB color value. This color further expands the range of colors available for your creative projects.
The rgb_4
output parameter is a string representing the fourth randomly generated RGB color value. This final color completes the set of four unique colors generated by the node.
The show_help
output parameter is a string containing a URL to the documentation page for the CR Random RGB node. This link provides additional information and guidance on how to use the node effectively.
show_help
output.© Copyright 2024 RunComfy. All Rights Reserved.