Visit ComfyUI Online for ready-to-use ComfyUI environment
Decomposes image into high and low frequencies for targeted adjustments in image processing and editing.
The FrequencySeparation node is designed to decompose an image into its high-frequency and low-frequency components. This technique is particularly useful in image processing and editing, allowing you to isolate fine details (high-frequency) from the broader color and tonal variations (low-frequency). By separating these components, you can perform targeted adjustments, such as enhancing textures or smoothing out areas without affecting the overall structure of the image. This node leverages Gaussian blurring to create the low-frequency image and subtracts this from the original to obtain the high-frequency image, ensuring that both components are in a consistent format for further processing.
This parameter represents the input image that you want to process. The image should be in a tensor format with dimensions corresponding to batch size, channels, height, and width. The quality and resolution of the input image will directly impact the results of the frequency separation.
The blur_radius parameter determines the radius of the Gaussian blur applied to the image to create the low-frequency component. A larger blur radius will result in a smoother low-frequency image, while a smaller radius will retain more details. The value should be an odd integer to ensure proper Gaussian blur application. Typical values range from 3 to 21, with a default value often set around 5 for balanced results.
This output parameter provides the high-frequency component of the input image. It contains the fine details and textures that were isolated by subtracting the blurred (low-frequency) image from the original. This component is useful for tasks that require detail enhancement or texture manipulation.
This output parameter provides the low-frequency component of the input image. It represents the broader color and tonal variations, achieved by applying a Gaussian blur to the original image. This component is useful for tasks that involve smoothing or color correction without affecting fine details.
{i + 1}
/{batch}
: {e}
© Copyright 2024 RunComfy. All Rights Reserved.