Visit ComfyUI Online for ready-to-use ComfyUI environment
Generate diverse color values in multiple lines based on type and seed for AI artists, ensuring reproducibility and consistency.
The CR Random Multiline Colors node is designed to generate multiple lines of color values based on a specified type and seed. This node is particularly useful for AI artists who need a variety of color values for their projects, whether in hexadecimal, RGB, or named colors from the XKCD color list. By providing a seed, you can ensure reproducibility of the generated colors, making it easier to maintain consistency across different runs. The node's primary function is to create a multiline string where each line represents a color value, formatted according to the chosen type. This can be especially beneficial for tasks that require a diverse palette or for generating random color schemes for creative projects.
The seed
parameter is an integer that initializes the random number generator, ensuring that the same set of colors can be reproduced if the same seed is used again. This is particularly useful for maintaining consistency across different runs. The minimum value is 0, the maximum value is 0xffffffffffffffff, and the default value is 0.
The rows
parameter specifies the number of lines of color values to generate. Each line will contain a single color value formatted according to the chosen type. The minimum value is 1, the maximum value is 2048, and the default value is 5.
The value_type
parameter determines the format of the color values to be generated. It can take one of three options: "hex color", "rgb", or "matplotlib xkcd". "hex color" generates colors in hexadecimal format, "rgb" generates colors in RGB format, and "matplotlib xkcd" generates named colors from the XKCD color list. This parameter allows you to choose the most suitable color format for your specific needs.
The multiline_text
output parameter is a string containing multiple lines of color values, each formatted according to the specified value_type
. This output can be used directly in your projects to apply the generated colors.
The show_help
output parameter provides a URL to the documentation for this node. This can be useful if you need more detailed information or examples on how to use the node effectively. The URL is "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/wiki/Other-Nodes#cr-random-multiline-colors".
seed
parameter to generate reproducible sets of colors, which is useful for maintaining consistency across different runs.value_type
options to find the most suitable color format for your project.rows
parameter to generate the exact number of color values you need, whether it's a small palette or a large set of colors.© Copyright 2024 RunComfy. All Rights Reserved.