ComfyUI  >  Nodes  >  comfyUI_FrequencySeparation_RGB-HSV >  Frequency Combination Node

ComfyUI Node: Frequency Combination Node

Class Name

FrequencyCombination

Category
image/filters
Author
risunobushi (Account age: 677 days)
Extension
comfyUI_FrequencySeparation_RGB-HSV
Latest Updated
6/14/2024
Github Stars
0.0K

How to Install comfyUI_FrequencySeparation_RGB-HSV

Install this extension via the ComfyUI Manager by searching for  comfyUI_FrequencySeparation_RGB-HSV
  • 1. Click the Manager button in the main menu
  • 2. Select Custom Nodes Manager button
  • 3. Enter comfyUI_FrequencySeparation_RGB-HSV in the search bar
After installation, click the  Restart button to restart ComfyUI. Then, manually refresh your browser to clear the cache and access the updated list of nodes.

Visit ComfyUI Online for ready-to-use ComfyUI environment

  • Free trial available
  • High-speed GPU machines
  • 200+ preloaded models/nodes
  • Freedom to upload custom models/nodes
  • 50+ ready-to-run workflows
  • 100% private workspace with up to 200GB storage
  • Dedicated Support

Run ComfyUI Online

Frequency Combination Node Description

Merge high and low-frequency image components for enhanced visual output in image processing tasks.

Frequency Combination Node:

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.

Frequency Combination Node Input Parameters:

high_freq

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.

low_freq

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.

Frequency Combination Node Output Parameters:

IMAGE

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.

Frequency Combination Node Usage Tips:

  • Ensure that both the high-frequency and low-frequency input images have the same dimensions to avoid any shape mismatch errors during the combination process.
  • Use this node in conjunction with frequency separation nodes to first decompose an image into its high and low-frequency components before recombining them with the FrequencyCombination node.
  • Experiment with different high and low-frequency inputs to achieve various artistic effects or to enhance specific details in your images.

Frequency Combination Node Common Errors and Solutions:

Low frequency image at index {i} does not have 3 channels

  • Explanation: This error occurs when the low-frequency image does not have the expected three channels (typically RGB).
  • Solution: Ensure that the low-frequency input image has three channels. If your image is in a different format, convert it to RGB before using it as an input.

Shape mismatch between high_freq and low_freq inputs

  • Explanation: This error happens when the dimensions of the high-frequency and low-frequency input images do not match.
  • Solution: Verify that both input images have the same dimensions (batch size, height, width, and number of channels) before feeding them into the node. Resize or crop the images if necessary to ensure they match.

Frequency Combination Node Related Nodes

Go back to the extension to check out more related nodes.
comfyUI_FrequencySeparation_RGB-HSV
RunComfy

© Copyright 2024 RunComfy. All Rights Reserved.

RunComfy is the premier ComfyUI platform, offering ComfyUI online environment and services, along with ComfyUI workflows featuring stunning visuals.