https://github.com/licyk/ComfyUI-HakuImg
Image processing tool for ComfyUI
https://github.com/licyk/ComfyUI-HakuImg
Last synced: 4 months ago
JSON representation
Image processing tool for ComfyUI
- Host: GitHub
- URL: https://github.com/licyk/ComfyUI-HakuImg
- Owner: licyk
- License: apache-2.0
- Created: 2024-11-22T08:59:42.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-05T01:02:44.000Z (5 months ago)
- Last Synced: 2024-12-17T01:33:00.790Z (4 months ago)
- Language: Python
- Homepage:
- Size: 1.31 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README-zh.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI-HakuImg**
README
# ComfyUI HakuImg
_✨图片处理工具_

📓 · [Documents](./README.md) · [中文文档](./README-zh.md)## 简介
一个在 [ComfyUI](https://github.com/comfyanonymous/ComfyUI) 中处理图片的工具节点,为图片调整效果。节点移植自 [KohakuBlueleaf/a1111-sd-webui-haku-img](https://github.com/KohakuBlueleaf/a1111-sd-webui-haku-img)。
## 节点
BlendImage

Color

Curve

Blur

Sketch

PixelOE

Pixelize

Glow

Flip

Chromatic

LenDistortion

TiltShift

InOutPaint

CustomExif

## 安装
该节点可通过以下几种方式进行安装。### 使用命令
进入 ComfyUI 的`custom_nodes`文件夹。```
cd ComfyUI/custom_nodes
```使用 Git 安装自定义节点。
```
git clone --recurse-submodules https://github.com/licyk/ComfyUI-HakuImg
```### 使用 ComfyUI Manager
进入 ComfyUI 界面后,打开 ComfyUI Manager,进入**节点管理**,搜索`ComfyUI-HakuImg`并找到`ComfyUI-HakuImg`选项后,点击`Install`进行安装。### 使用绘世启动器
进入绘世启动器后,点击**版本管理 -> 安装新扩展**,在下方的**扩展 URL**输入框填入该节点的安装地址。```
https://github.com/licyk/ComfyUI-HakuImg
```再点击右边的**安装**。
## 使用
节点可在 ComfyUI 节点库中的**图像 -> HakuImg**找到。仓库中的`examples`文件夹有示例工作流,可导入 ComfyUI 中进行使用。
## 鸣谢
- [@KohakuBlueleaf](https://github.com/KohakuBlueleaf) - 提供 HakuImg。