Files
RMBG-2.0/config.json
ai-modelscope 0426c483a3 Add birefnet model_type and tag (#22)
- Add birefnet model_type and tag (73a6204a2a339c65a5a010af4619a0612547c6c0)

Co-authored-by: Joshua <Xenova@users.noreply.huggingface.co>
2025-03-03 06:22:17 +08:00

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"
}