Visit ComfyUI Online for ready-to-use ComfyUI environment
Generate unique random shape patterns for AI art projects with customizable dimensions, colors, and randomness for creativity.
The CR Random Shape Pattern node is designed to generate a pattern composed of random shapes, providing a unique and dynamic visual element for your AI art projects. This node allows you to create intricate and varied patterns by specifying the number of rows and columns, the dimensions of the shapes, and the colors to be used. By leveraging randomness, it ensures that each generated pattern is distinct, adding an element of unpredictability and creativity to your designs. This node is particularly useful for creating backgrounds, textures, or abstract art pieces where variability and uniqueness are desired.
This parameter specifies the number of rows in the pattern grid. Increasing the number of rows will result in a denser pattern with more shapes. The minimum value is 1, and there is no explicit maximum value, but it should be set considering the overall dimensions of the pattern to avoid overcrowding.
This parameter defines the number of columns in the pattern grid. Similar to num_rows
, increasing the number of columns will add more shapes to the pattern, making it more complex. The minimum value is 1, and there is no explicit maximum value, but it should be balanced with the number of rows and the dimensions of the shapes.
This parameter sets the width of the entire pattern. It determines the horizontal space available for the shapes. Adjusting the width will affect the size and spacing of the shapes within the pattern. There is no explicit minimum or maximum value, but it should be set according to the desired output size.
This parameter sets the height of the entire pattern. It determines the vertical space available for the shapes. Adjusting the height will affect the size and spacing of the shapes within the pattern. There is no explicit minimum or maximum value, but it should be set according to the desired output size.
This parameter specifies the first color to be used in the pattern. It can be set using a color name or a hexadecimal color code. This color will be applied to some of the shapes in the pattern, adding visual variety.
This parameter specifies the second color to be used in the pattern. Similar to color1
, it can be set using a color name or a hexadecimal color code. This color will be applied to some of the shapes in the pattern, complementing the first color and enhancing the visual appeal.
This parameter allows you to specify the first color using a hexadecimal color code. It provides an alternative way to set color1
and ensures precise color selection. The default value is "#000000" (black).
This parameter allows you to specify the second color using a hexadecimal color code. It provides an alternative way to set color2
and ensures precise color selection. The default value is "#000000" (black).
This output parameter provides the generated pattern as an image. The image will contain the random shapes arranged according to the specified rows, columns, dimensions, and colors. This output can be used directly in your AI art projects or further processed for additional effects.
num_rows
and num_cols
to achieve various levels of pattern density and complexity.color1
and color2
to create visually striking patterns.width
and height
parameters to fit the pattern within your desired canvas size.color1_hex
and color2_hex
to ensure precise color matching with other elements in your design.color1_hex
and color2_hex
are in the correct hexadecimal format (e.g., "#FFFFFF" for white).width
and height
are too large for the available memory or processing power.width
and height
values to fit within the capabilities of your system.num_rows
or num_cols
values are excessively high, leading to an overcrowded pattern.num_rows
and num_cols
values to create a more balanced and visually appealing pattern.© Copyright 2024 RunComfy. All Rights Reserved.