https://github.com/justin-vt/ComfyUI-brushstrokes
A ComfyUI node that applies painterly/brush-stroke effects to images
https://github.com/justin-vt/ComfyUI-brushstrokes
Last synced: about 1 month ago
JSON representation
A ComfyUI node that applies painterly/brush-stroke effects to images
- Host: GitHub
- URL: https://github.com/justin-vt/ComfyUI-brushstrokes
- Owner: justin-vt
- License: other
- Created: 2025-03-03T20:24:25.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-03-03T20:38:58.000Z (about 1 month ago)
- Last Synced: 2025-03-03T21:28:30.799Z (about 1 month ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI-brushstrokes** - stroke effects to images, using either ImageMagick (Wand) or G'MIC (gmic-py) under the hood. (All Workflows Sorted by GitHub Stars)
README
# Comfy Brush Strokes
A ComfyUI node that applies painterly/brush-stroke effects to images, using either **ImageMagick (Wand)**, **PIL**, or **OpenCV** under the hood.
Note - ImageMagick is required to be installed and in your path in order for the Wand Python bindings to function! https://imagemagick.org/
**This is a work in progress, settings are preliminary at best**
## Installation
```bash
pip install git+https://github.com/justin-vt/ComfyUI-brushstrokes.git
```