ComfyUI > Nodes > ComfyUI 1hewNodes > Image HL Freq Separate

ComfyUI Node: Image HL Freq Separate

Class Name

1hew_ImageHLFreqSeparate

Category
1hewNodes/image/hlfreq
Author
1hew (Account age: 1113days)
Extension
ComfyUI 1hewNodes
Latest Updated
2026-04-17
Github Stars
0.03K

How to Install ComfyUI 1hewNodes

Install this extension via the ComfyUI Manager by searching for ComfyUI 1hewNodes
  • 1. Click the Manager button in the main menu
  • 2. Select Custom Nodes Manager button
  • 3. Enter ComfyUI 1hewNodes 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
  • 16GB VRAM to 80GB VRAM GPU machines
  • 400+ preloaded models/nodes
  • Freedom to upload custom models/nodes
  • 200+ ready-to-run workflows
  • 100% private workspace with up to 200GB storage
  • Dedicated Support

Run ComfyUI Online

Image HL Freq Separate Description

Separates images into high/low-frequency components for detailed control using RGB, HSV, or IGBI.

Image HL Freq Separate:

The 1hew_ImageHLFreqSeparate node is designed to facilitate the separation of an image into its high-frequency and low-frequency components. This process is crucial for various image processing tasks, such as enhancing details or smoothing textures. By separating an image into these components, you can independently manipulate the fine details and the broader color gradients, allowing for more precise control over the image's appearance. This node supports multiple separation methods, including RGB, HSV, and IGBI, each offering unique advantages depending on the desired outcome. The primary goal of this node is to provide a flexible and efficient way to decompose images, enabling artists to achieve specific visual effects or prepare images for further processing.

Image HL Freq Separate Input Parameters:

image

The image parameter is the input image that you wish to separate into high and low-frequency components. This image should be provided as a NumPy array, representing the pixel data in a format that the node can process. The quality and resolution of the input image can significantly impact the results, as higher resolution images may reveal more details in the high-frequency component.

blur_radius

The blur_radius parameter determines the radius of the Gaussian blur applied during the separation process. This value influences the distinction between high and low-frequency components; a larger radius results in a smoother low-frequency component and a more pronounced high-frequency component. The blur_radius must be an odd integer, with a minimum value of 3 to ensure effective blurring. Adjusting this parameter allows you to control the level of detail separation in the image.

Image HL Freq Separate Output Parameters:

high

The high output represents the high-frequency component of the input image. This component contains the fine details and textures, such as edges and small features, which are crucial for enhancing sharpness or emphasizing specific elements in the image. The high-frequency output is provided as a NumPy array, allowing for further manipulation or combination with other image components.

low

The low output represents the low-frequency component of the input image. This component captures the broader color gradients and smooth areas, providing a foundation for tasks like smoothing or color correction. The low-frequency output is also provided as a NumPy array, enabling easy integration into subsequent image processing workflows.

Image HL Freq Separate Usage Tips:

  • Experiment with different blur_radius values to achieve the desired balance between detail and smoothness in your images. A smaller radius will retain more detail, while a larger radius will create a smoother appearance.
  • Use the high-frequency output to enhance details in portraits or landscapes by combining it with the original image using blending techniques.
  • Apply the low-frequency output to create a soft-focus effect or to reduce noise in images with complex textures.

Image HL Freq Separate Common Errors and Solutions:

Invalid blur radius

  • Explanation: The blur_radius provided is not an odd integer or is less than the minimum required value of 3. - Solution: Ensure that the blur_radius is an odd integer and at least 3. Adjust the value accordingly to meet these criteria.

Unsupported image format

  • Explanation: The input image is not in a supported format or is not provided as a NumPy array.
  • Solution: Convert the image to a NumPy array with appropriate pixel data before inputting it into the node. Ensure the image is in a compatible format, such as RGB.

Separation method not recognized

  • Explanation: The specified separation method is not one of the supported options (RGB, HSV, IGBI).
  • Solution: Verify that the method parameter is set to one of the supported options: "rgb", "hsv", or "igbi". Adjust the method accordingly.

Image HL Freq Separate Related Nodes

Go back to the extension to check out more related nodes.
ComfyUI 1hewNodes
RunComfy
Copyright 2025 RunComfy. All Rights Reserved.

RunComfy is the premier ComfyUI platform, offering ComfyUI online environment and services, along with ComfyUI workflows featuring stunning visuals. RunComfy also provides AI Models, enabling artists to harness the latest AI tools to create incredible art.

Image HL Freq Separate