Back to Image
Background remover — AI cutout for people & objects

Background remover — AI cutout for people & objects

Run the BRIA RMBG-1.4 segmentation model in your browser via transformers.js + ONNX Runtime Web to cut the subject out and export a transparent PNG. The model downloads once and works offline afterwards. Supports batch processing with a ZIP download. Images never leave your device.

imageAI

How to use

Drop the images whose subjects you want to cut out (batch supported). The first run downloads the BRIA RMBG-1.4 model (~44 MB); subsequent runs hit the cache. Inference uses transformers.js + ONNX Runtime Web. Each image is exported as a transparent PNG of the subject. Download individually or as a ZIP. WebGPU-capable browsers run dramatically faster.

FAQ

Are images uploaded?
No. The model runs inside your browser, so images and outputs never leave the device.
How big is the model download?
BRIA RMBG-1.4 weights are ~44 MB; cached after first use.
Why is it slow?
It may be running on CPU. A recent WebGPU-capable browser (Chrome / Edge) speeds it up significantly.
Edges look rough — what can I do?
Fine details like hair, or images with low subject/background contrast, are challenging. RMBG-1.4 is a general model — a domain-specific (e.g. product) model could do better.
Is commercial use OK?
Follow the BRIA RMBG-1.4 license. Commercial use may require additional terms — check the official license.

Related tools