Home/Models/birefnet2

BirefNet2

remove-bg
fal
image

bilateral reference framework (BiRefNet) for high-resolution dichotomous image segmentation (DIS)

Ready
Run the model to preview output.

README

# BirefNet2 ## Overview Precise background removal with advanced edge matting for complex subjects like hair. ## Model Metadata - Provider: fal - Category: remove-bg - Output Type: image - Slug: birefnet2 ## Notes Use the Playground tab above to test prompts and parameters.

Parameters

Model input reference derived from preset schema.

NameTypeRequiredDefaultDescription
modelselectNo"General Use (Light)" Model to use for background removal. The 'General Use (Light)' model is the original model used in the BiRefNet repository. The 'General Use (Light 2K)' model is the original model used in the BiRefNet repository but trained with 2K images. The 'General Use (Heavy)' model is a slower but more accurate model. The 'Matting' model is a model trained specifically for matting images. The 'Portrait' model is a model trained specifically for portrait images. The 'General Use (Dynamic)' model supports dynamic resolutions from 256x256 to 2304x2304. The 'General Use (Light)' model is recommended for most use cases. The corresponding models are as follows: - 'General Use (Light)': BiRefNet - 'General Use (Light 2K)': BiRefNet_lite-2K - 'General Use (Heavy)': BiRefNet_lite - 'Matting': BiRefNet-matting - 'Portrait': BiRefNet-portrait - 'General Use (Dynamic)': BiRefNet_dynamic
image_urlimageYes""URL of the image to remove background from
sync_modebooleanNofalseIf `True`, the media will be returned as a data URI and the output data won't be available in the request history.
output_maskbooleanNofalseWhether to output the mask used to remove the background
output_formatselectNo"png"The format of the output image
refine_foregroundbooleanNotrueWhether to refine the foreground using the estimated mask
operating_resolutionselectNo"1024x1024"The resolution to operate on. The higher the resolution, the more accurate the output will be for high res input images. The '2304x2304' option is only available for the 'General Use (Dynamic)' model.