ComfyUI Extension: ComfyUI-HakuImg

Authored by licyk

Created

Updated

5 stars

Image processing tool for ComfyUI

Custom Nodes (0)

    README

    <div align="center">

    ComfyUI HakuImg

    ✨Image Processing Tool
    preview
    📓 · Documents · 中文文档

    </div>

    Introduction

    A tool node for processing images in ComfyUI that adjusts image effects.

    This node is ported from KohakuBlueleaf/a1111-sd-webui-haku-img.

    Nodes

    <details> <summary>BlendImage</summary>

    BlendImage

    </details> <details> <summary>Color</summary>

    Color

    </details> <details> <summary>Curve</summary>

    Curve

    </details> <details> <summary>Blur</summary>

    Blur

    </details> <details> <summary>Sketch</summary>

    Sketch

    </details> <details> <summary>PixelOE</summary>

    PixelOE

    </details> <details> <summary>Pixelize</summary>

    Pixelize

    </details> <details> <summary>Glow</summary>

    Glow

    </details> <details> <summary>Flip</summary>

    Flip

    </details> <details> <summary>Chromatic</summary>

    Chromatic

    </details> <details> <summary>LenDistortion</summary>

    LenDistortion

    </details> <details> <summary>TiltShift</summary>

    TiltShift

    </details> <details> <summary>InOutPaint</summary>

    InOutPaint

    </details> <details> <summary>CustomExif</summary>

    CustomExif

    </details>

    Installation

    This node can be installed using the following methods.

    Using Command Line

    Navigate to the custom_nodes folder of ComfyUI.

    cd ComfyUI/custom_nodes
    

    Use Git to install the custom node.

    git clone --recurse-submodules https://github.com/licyk/ComfyUI-HakuImg
    

    Using ComfyUI Manager

    In the ComfyUI interface, open the ComfyUI Manager. Go to Custom Nodes Manager, search for ComfyUI-HakuImg, and locate the ComfyUI-HakuImg option. Click Install to complete the installation.

    Using HuiShi Launcher

    Open the HuiShi Launcher and go to Versions -> Install Extension.
    In the Extension URL input box, enter the installation URL for the node:

    https://github.com/licyk/ComfyUI-HakuImg
    

    Then, click Install on the right.

    Usage

    The node can be found in the Image -> HakuImg section of the ComfyUI node library.

    Example workflows can be found in the examples folder in the repository, which can be imported into ComfyUI for use.

    Acknowledgements