All models
Imagev1.0.0

BiRefNet (Cutout)

High-resolution background removal with fine edge matting → transparent PNG.

2 inputsIMAGE
BiRefNet (Cutout) input
BiRefNet (Cutout) output

High-resolution cutout with fine edge matting

Run the node

IMAGE
TEXT
Resolution (WxH)
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 birefnet 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("birefnet", {
  image: { ref: "https://..." },
  resolution: { value: "" },
});

Schema

Inputs

image*IMAGE
resolutionTEXT
Resolution (WxH)

Outputs

imageIMAGE