mirror of
https://www.modelscope.cn/AI-ModelScope/RMBG-2.0.git
synced 2026-04-02 11:02:56 +08:00
- Add birefnet model_type and tag (73a6204a2a339c65a5a010af4619a0612547c6c0) Co-authored-by: Joshua <Xenova@users.noreply.huggingface.co>
21 lines
433 B
JSON
21 lines
433 B
JSON
{
|
|
"_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"
|
|
} |