Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.35 KB

README.md

File metadata and controls

37 lines (21 loc) · 1.35 KB

RMBG Background Removal Node - Community Node for InvokeAI

This is an implementation of a background removal models trained using the Highly Accurate Dichotomous Image Segmentation research for use with InvokeAI 4.0 and above.

Supported Models:

  • BriaAI - A SOTA background removal model from BriaAI.
  • Open RMBG - A fully open-source model optimized for images with humans. This model is similar to BriaAI 1.4, but with open training data/process and commercially free to use.

Note: If you are looking to use this with an older version of Invoke, please use the 3.x branch instead.

BriaAI RMBG Preview

Installation

Go to your nodes folder in your root directory and clone this repo

git clone https://github.com/blessedcoolant/invoke_bria_rmbg.git

Models

The required models will be automatically downloaded by Invoke's Model Download API.

Usage

Add the BRIA AI Background Removal node. Plug in an image. That's it.

Contribution

Feel free to fix anything or improve it anyway and make a PR. Thank you!

Credits