← Back to all generators
851-labs/background-remover
Official
View on Replicate →
Remove backgrounds from images.
Capabilities
Reference Images
Cost
Community model (estimated from hardware time)
Input Parameters
| Name | Type | Description | Default | Constraints |
|---|---|---|---|---|
image * | string (uri) | Input image | — | — |
background_type | string | Background type: 'rgba', 'map', 'green', 'white', [R,G,B] array, 'blur', 'overlay', or path to an image. | "rgba" | — |
format | string | Output format (e.g., png, jpg). Defaults to png. | "png" | — |
reverse | boolean | If True, remove the foreground instead of the background. | false | — |
threshold | number | Threshold for hard segmentation (0.0-1.0). If 0.0, uses soft alpha. | 0 | — |
image required string Input image
background_type string Background type: 'rgba', 'map', 'green', 'white', [R,G,B] array, 'blur', 'overlay', or path to an image.
Default:
"rgba" format string Output format (e.g., png, jpg). Defaults to png.
Default:
"png" reverse boolean If True, remove the foreground instead of the background.
Default:
false threshold number Threshold for hard segmentation (0.0-1.0). If 0.0, uses soft alpha.
Default:
0 Version:
a029dff38972 Updated: 2/26/2026 16.5M runs
cinemasetfree.com