Visit ComfyUI Online for ready-to-use ComfyUI environment
Generate customizable shape images on paths with effects for AI artists creating structured visual elements.
The CreateShapeImageOnPath
node is designed to generate images or batches of images with specified shapes placed at given coordinates. This node is particularly useful for creating structured visual elements within a frame, such as circles, squares, or triangles, with customizable sizes, colors, and positions. It allows you to define the dimensions of the frame and the shapes, as well as apply effects like blurring and intensity adjustments. This node is ideal for AI artists looking to create precise and repeatable patterns or designs within their artwork, providing a high degree of control over the visual output.
Specifies the type of shape to be drawn. Options include circle
, square
, and triangle
. The default value is circle
.
A string input that defines the center locations of the shapes within the frame. This parameter is required and must be provided.
Defines the width of the frame in which the shapes will be drawn. The value must be an integer between 16 and 4096, with a default value of 512.
Defines the height of the frame in which the shapes will be drawn. The value must be an integer between 16 and 4096, with a default value of 512.
Specifies the width of the shape to be drawn. The value must be an integer between 8 and 4096, with a default value of 128.
Specifies the height of the shape to be drawn. The value must be an integer between 8 and 4096, with a default value of 128.
Defines the color of the shape. The value is a string representing the color, with a default value of white
.
Defines the background color of the frame. The value is a string representing the color, with a default value of black
.
Specifies the radius of the Gaussian blur to be applied to the shape. The value must be a float between 0.0 and 100.0, with a default value of 0.0.
Defines the intensity of the shape's color. The value must be a float between 0.01 and 100.0, with a default value of 1.0.
An optional parameter that allows you to scale the size of the shapes. The value is a float, with a default value of [1.0].
The generated image or batch of images containing the specified shapes. This output is an image object that can be used in further processing or directly in your artwork.
A mask of the generated shapes, useful for further image manipulation or as a reference layer. This output is a mask object that highlights the areas where the shapes are drawn.
blur_radius
parameter to soften the edges of the shapes, creating a more blended appearance.intensity
parameter to make the shapes more or less prominent within the frame.shape_color
and bg_color
combinations to achieve the desired visual effect.shape
parameter must be one of the predefined options: circle
, square
, or triangle
.shape
parameter is set to one of the valid options.coordinates
parameter is required and must be provided as a string.coordinates
parameter.frame_width
and frame_height
parameters must be within the range of 16 to 4096. - Solution: Adjust the frame_width
and frame_height
values to be within the acceptable range.shape_width
and shape_height
parameters must be within the range of 8 to 4096. - Solution: Adjust the shape_width
and shape_height
values to be within the acceptable range.blur_radius
parameter must be a float between 0.0 and 100.0.blur_radius
value to be within the acceptable range.intensity
parameter must be a float between 0.01 and 100.0.intensity
value to be within the acceptable range.© Copyright 2024 RunComfy. All Rights Reserved.