Visit ComfyUI Online for ready-to-use ComfyUI environment
Apply parabolic image transformation for creative visual effects with adjustable brightness and contrast using pixel manipulation based on a parabolic equation for AI artists.
The Parabolize node is designed to apply a parabolic transformation to an image, which can be used to create unique visual effects by adjusting the brightness and contrast in a non-linear manner. This transformation is achieved by manipulating the pixel values of the image based on a parabolic equation, allowing for creative control over the image's appearance. The node is particularly useful for AI artists looking to add a distinctive touch to their images, as it provides a way to emphasize or de-emphasize certain areas of the image through the use of a parabolic curve. By adjusting the parameters, you can control the shape and position of the parabola, thus influencing how the image is transformed.
This parameter represents the input image that you want to apply the parabolic transformation to. The image should be in the form of a tensor, which is a multi-dimensional array used to store the pixel values.
The coeff
parameter controls the coefficient of the parabolic equation. It determines the curvature of the parabola applied to the image. A higher absolute value of coeff
will result in a steeper curve, while a lower absolute value will produce a gentler curve. The default value is 1.0, with a minimum of -10.0 and a maximum of 10.0, and it can be adjusted in steps of 0.1.
The vertex_x
parameter specifies the x-coordinate of the vertex of the parabola. This determines the horizontal position of the parabola's peak or trough on the image. The default value is 0.5, with a minimum of 0.0 and a maximum of 1.0, and it can be adjusted in steps of 0.1.
The vertex_y
parameter specifies the y-coordinate of the vertex of the parabola. This determines the vertical position of the parabola's peak or trough on the image. The default value is 0.5, with a minimum of 0.0 and a maximum of 1.0, and it can be adjusted in steps of 0.1.
The output is the transformed image, which has undergone the parabolic transformation based on the specified parameters. The resulting image will have pixel values adjusted according to the parabolic equation, creating a unique visual effect that can enhance the artistic quality of the image.
coeff
values to see how the curvature of the parabola affects the image. A positive coeff
will create a convex parabola, while a negative coeff
will create a concave parabola.vertex_x
and vertex_y
parameters to position the parabola's peak or trough in different areas of the image. This can help you emphasize or de-emphasize specific parts of the image.coeff
, vertex_x
, vertex_y
) are outside their allowed ranges.© Copyright 2024 RunComfy. All Rights Reserved.