BiRefNet / config.json
ZhengPeng7's picture
For users to load in one key.
407e35d
raw
history blame
376 Bytes
{
"_name_or_path": "ZhengPeng7/BiRefNet",
"architectures": [
"BiRefNet"
],
"auto_map": {
"AutoModelForImageSegmentation": "BiRefNet_github.models.birefnet.BiRefNet"
},
"custom_pipelines": {
"image-segmentation": {
"pt": [
"AutoModelForImageSegmentation"
],
"tf": [],
"type": "image"
}
},
"bb_pretrained": false
}