Visit ComfyUI Online for ready-to-use ComfyUI environment
Merge high and low-frequency image components for enhanced visual output in image processing tasks.
The FrequencyCombination node is designed to merge high-frequency and low-frequency components of images, creating a combined image that retains the sharp details from the high-frequency input while preserving the smooth gradients and overall structure from the low-frequency input. This node is particularly useful in image processing tasks where you want to enhance or manipulate specific frequency components of an image, such as in texture synthesis, image restoration, or artistic effects. By leveraging linear light blending, the node ensures a seamless integration of the two frequency components, resulting in a visually appealing and coherent output.
The high_freq
parameter represents the high-frequency component of the image, which typically contains the fine details and sharp edges. This input is crucial for preserving the intricate details in the final combined image. The high-frequency image should be provided as a tensor with dimensions corresponding to (batch, channels, height, width). There are no specific minimum, maximum, or default values for this parameter, but it is essential that the input is a valid image tensor.
The low_freq
parameter represents the low-frequency component of the image, which generally includes the smooth gradients and overall structure. This input is essential for maintaining the broader visual context and color information in the final combined image. Similar to the high-frequency input, the low-frequency image should be provided as a tensor with dimensions corresponding to (batch, channels, height, width). There are no specific minimum, maximum, or default values for this parameter, but it is important that the input is a valid image tensor.
The output parameter IMAGE
is the combined image resulting from the merging of the high-frequency and low-frequency components. This output is a tensor with dimensions corresponding to (batch, channels, height, width), and it retains the sharp details from the high-frequency input while preserving the smooth gradients and overall structure from the low-frequency input. The combined image is suitable for further processing or direct use in various image-based applications.
{i}
does not have 3 channels© Copyright 2024 RunComfy. All Rights Reserved.