RMBG-2.0 / config.json
Xenova's picture
Xenova HF staff
Add birefnet model_type and tag
73a6204 verified
raw
history blame
433 Bytes
{
"_name_or_path": "ZhengPeng7/BiRefNet",
"architectures": [
"BiRefNet"
],
"auto_map": {
"AutoConfig": "BiRefNet_config.BiRefNetConfig",
"AutoModelForImageSegmentation": "birefnet.BiRefNet"
},
"custom_pipelines": {
"image-segmentation": {
"pt": [
"AutoModelForImageSegmentation"
],
"tf": [],
"type": "image"
}
},
"bb_pretrained": false,
"model_type": "birefnet"
}