Visit ComfyUI Online for ready-to-use ComfyUI environment
Apply radial blur effect to images, focusing on central subject with smooth transition and adjustable parameters for visual enhancement.
The ProPostRadialBlur node is designed to apply a radial blur effect to images, creating a visually appealing focus that radiates from a specified center point. This effect is particularly useful for drawing attention to a central subject while gradually blurring the surrounding areas, mimicking the natural blur seen in photography. The node leverages advanced algorithms to generate a smooth transition from sharp to blurred regions, ensuring a high-quality and realistic output. By adjusting various parameters, you can control the intensity, spread, and precision of the blur effect, making it a versatile tool for enhancing the visual impact of your images.
This parameter represents the input image to which the radial blur effect will be applied. It should be a tensor of shape (batch_size, height, width, channels), where each pixel value is normalized between 0 and 1.
Represents the blur strength. This parameter controls the overall intensity of the blur effect; the higher the value, the more blurred the image becomes. Typical values range from 0.0 (no blur) to 1.0 (maximum blur).
This parameter specifies the x-coordinate of the center point from which the radial blur effect will radiate. It is a float value between 0.0 and 1.0, representing the relative position within the image width.
This parameter specifies the y-coordinate of the center point from which the radial blur effect will radiate. It is a float value between 0.0 and 1.0, representing the relative position within the image height.
Represents the focus spread range. This parameter controls the size of the blur transition area near the focal point; the larger the value, the wider the transition area, and the smoother the blur effect spreads around the focus. Typical values range from 0.0 to 1.0.
Represents the number of steps in the blur process. This parameter determines the calculation precision of the blur effect; the more steps, the finer the blur effect, but this also increases the computational load. Typical values range from 1 to 100.
This parameter is the output image tensor with the applied radial blur effect. It retains the same shape as the input image (batch_size, height, width, channels) and contains the processed image data.
blur_strength
value (e.g., 0.1) and gradually increase it until the desired effect is achieved.center_x
and center_y
parameters to position the focal point precisely on the subject you want to highlight.focus_spread
value to create a smoother transition between the sharp and blurred areas, which can enhance the natural look of the effect.steps
parameter for a more refined blur effect, especially when working with high-resolution images, but be mindful of the increased computational load.blur_strength
parameter is outside the acceptable range.blur_strength
parameter to a value between 0.0 and 1.0.center_x
or center_y
parameter is outside the range of 0.0 to 1.0.center_x
and center_y
are set to values within the range of 0.0 to 1.0.steps
parameter is set too high, causing performance issues.steps
parameter to a more manageable value, balancing between effect precision and computational efficiency.© Copyright 2024 RunComfy. All Rights Reserved.