https://github.com/softmeng/comfyui-pil
ComfyUI is proud to present a new plugin designed to enhance user experience through seamless integration with Pillow, the powerful fork of Python Imaging Library (PIL). This plugin offers a suite of basic image manipulation tools that are easy to use and integrate directly into the ComfyUI framework.
https://github.com/softmeng/comfyui-pil
Last synced: about 1 year ago
JSON representation
ComfyUI is proud to present a new plugin designed to enhance user experience through seamless integration with Pillow, the powerful fork of Python Imaging Library (PIL). This plugin offers a suite of basic image manipulation tools that are easy to use and integrate directly into the ComfyUI framework.
- Host: GitHub
- URL: https://github.com/softmeng/comfyui-pil
- Owner: SoftMeng
- License: mit
- Created: 2024-09-13T08:18:16.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-13T10:02:17.000Z (over 1 year ago)
- Last Synced: 2024-12-19T03:03:42.316Z (over 1 year ago)
- Language: Python
- Size: 48.8 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
富强、民主、文明、和谐、合规
自由、平等、公正、法治、合法
爱国、敬业、诚信、友善、合理
# ComfyUI PIL Nodes
PIL Nodes, 提供了3个插件Nodes:
1. PIL TITLE (Mexx) -- 增加留白
2. PIL Merge Image (Mexx) -- 合并图像
3. PIL Effects (Mexx) -- 图片特效
4. PIL Remove Black Dots (Mexx) -- 给线稿脱色,去除一些黑色的噪点
## Workflow Example
[PIL图像处理DEMO.json](example/PIL%E5%9B%BE%E5%83%8F%E5%A4%84%E7%90%86DEMO.json)
## PIL TITLE (Mexx) & PIL Merge Image (Mexx)

## PIL Effects (Mexx)
### 原始

### 线稿-LINE0

### 线稿-LINE1

### 线稿-LINE2

### 线稿-LINE3

### 线稿-LINE3.1

### 线稿-LINE3.2

### 线稿-LINE4

### 线稿-LINE5

### 边缘检测-FIND_EDGES

### 轮廓-CONTOUR

### 灰度-L

### 锐化-SHARPEN

### 锐化-UNSHARP_MASK

### 边缘增强-EDGE_ENHANCE

### 边缘增强-EDGE_ENHANCE_MORE

### 浮雕-EMBOSS

### 平滑-SMOOTH

### 平滑-SMOOTH_MORE

### 细节-DETAIL

### 模糊-BLUR

### 模糊-BOX_BLUR

### 模糊-GAUSSIAN_BLUR

### 反相-INVERT

### 去燥-中值滤波器
