Visit ComfyUI Online for ready-to-use ComfyUI environment
Merge high and low-frequency image components for artistic effects and detail manipulation in image processing.
The FrequencyCombine
node is designed to merge high-frequency and low-frequency components of images, allowing you to create unique visual effects by manipulating these frequency layers. This node is particularly useful for enhancing or altering specific details in an image, such as sharpening edges or blending textures. By combining the high-frequency and low-frequency images using either subtraction or division methods, you can achieve a variety of artistic effects that can enhance the overall aesthetic of your work. The node provides flexibility in how the frequencies are combined, making it a powerful tool for image processing and creative experimentation.
This parameter accepts an image that represents the high-frequency components, which typically include fine details and edges. The high-frequency image is crucial for adding or enhancing details in the final output.
This parameter accepts an image that represents the low-frequency components, which generally include the broader, smoother areas of the image. The low-frequency image helps to maintain the overall structure and color gradients in the final output.
This parameter determines the method used to combine the high-frequency and low-frequency images. It can be set to either "subtract" or "divide". The "subtract" mode will subtract the low-frequency image from the high-frequency image, while the "divide" mode will divide the high-frequency image by the low-frequency image, adjusted by a small epsilon value to prevent division by zero. This choice significantly impacts the resulting image's appearance.
This parameter is a small floating-point value used in the "divide" mode to prevent division by zero. It has a default value of 0.1, with a minimum of 0.01 and a maximum of 0.99, adjustable in steps of 0.01. The epsilon value ensures numerical stability during the division process and can subtly influence the final image.
The output is a single image that results from the combination of the high-frequency and low-frequency input images. This image will reflect the chosen combination method and the specific details and structures from both input images, providing a unique visual effect.
eps
parameter in small increments to fine-tune the results when using the "divide" mode, ensuring that the image does not suffer from artifacts due to division by zero.FrequencyCombine
node.eps
parameter slightly to prevent division by zero and reduce artifacts in the output image.© Copyright 2024 RunComfy. All Rights Reserved.