An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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
```