All models
Imagev1.0.0

Bria Eraser (Remove Object)

Erase the masked region and fill it from its surroundings.

3 inputsIMAGE
Demo coming soon
Demo coming soon

Run the node

IMAGE
IMAGE
BOOLEAN
Preserve transparency
Sign in to run

Running a model executes it on your account. Browsing the catalog stays free and needs no account.

Output

Fill in the inputs and run the node to see its output here.

Run it from your code

The same node, called by id from any surface. Every tab pins bria-eraser and passes the ports below. Full guide.

import { BlitClient } from "@blitflow/sdk";

const { runNode } = new BlitClient({ apiKey: process.env.BLITFLOW_TOKEN });

const { outputs } = await runNode("bria-eraser", {
  image: { ref: "https://..." },
  mask: { ref: "https://..." },
  preserveAlpha: { value: true },
});

Schema

Inputs

image*IMAGE
mask*IMAGE
preserveAlphaBOOLEAN
Preserve transparency
true

Outputs

imageIMAGE