BiRefNet-legacy / config.json
okaris's picture
Update config.json
64f52f6 verified
raw
history blame
No virus
413 Bytes
{
"_name_or_path": "ZhengPeng7/BiRefNet-w_codes",
"architectures": [
"BiRefNet"
],
"auto_map": {
"AutoConfig": "BiRefNet_config.BiRefNetConfig",
"AutoModelForImageSegmentation": "birefnet.BiRefNet"
},
"custom_pipelines": {
"image-segmentation": {
"pt": [
"AutoModelForImageSegmentation"
],
"tf": [],
"type": "image"
}
},
"bb_pretrained": false
}