ComfyUI-HakuImg

ComfyUI-HakuImg
★ 13

图像处理效果调整ComfyUI节点示例工作流
ComfyUI 的图像处理节点,用于对图像进行风格、色彩与细节等效果调整,便于在可视化流程中快速微调和集成。
💡 在 ComfyUI 流程中对生成图像进行风格与色彩微调。
🍴 3 Forks💻 Python🔄 2025-08-06
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/f414772aa5c3
📦 requirements.txt
torch
torchvision
pillow
numpy
opencv-python
scipy
matplotlib
blendmodes
pixeloe>=0.1.4
preview
BlendImage
Color
Curve
Blur
Sketch
PixelOE
Pixelize
Glow
Flip
Chromatic
LenDistortion
TiltShift
InOutPaint
CustomExif
OutlineExpansion
PreResize
📄 README

ComfyUI HakuImg

_✨Image Processing Tool_

📓 · Documents · 中文文档

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

BlendImage

Color

Curve

Blur

Sketch

PixelOE

Pixelize

Glow

Flip

Chromatic

LenDistortion

TiltShift

InOutPaint

CustomExif

[!NOTE]

It is recommended to use the SaveImageWithCustomExif node to save images.

OutlineExpansion

PreResize

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 example_workflows folder in the repository, which can be imported into ComfyUI for use.

Acknowledgements

  • @KohakuBlueleaf – Provide HakuImg.