RMBG-2.0-WebGPU / config.json
yamura4's picture
Upload config.json with huggingface_hub
cc6f991 verified
Raw
History Blame Contribute Delete
433 Bytes
{
"_name_or_path": "ZhengPeng7/BiRefNet",
"model_type": "birefnet",
"architectures": [
"BiRefNet"
],
"auto_map": {
"AutoConfig": "BiRefNet_config.BiRefNetConfig",
"AutoModelForImageSegmentation": "birefnet.BiRefNet"
},
"custom_pipelines": {
"image-segmentation": {
"pt": [
"AutoModelForImageSegmentation"
],
"tf": [],
"type": "image"
}
},
"bb_pretrained": false
}