Update README.md

This commit is contained in:
ai-modelscope
2024-11-13 12:00:27 +08:00
parent 6b1dc29b74
commit e371aea0f8
12 changed files with 2443 additions and 55 deletions

20
config.json Normal file
View File

@ -0,0 +1,20 @@
{
"_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
}