lucida / config.json
egeorcun's picture
Upload config.json with huggingface_hub
10674ff verified
Raw
History Blame Contribute Delete
367 Bytes
{
"_name_or_path": "egeorcun/lucida",
"architectures": [
"BiRefNet"
],
"auto_map": {
"AutoConfig": "BiRefNet_config.BiRefNetConfig",
"AutoModelForImageSegmentation": "birefnet.BiRefNet"
},
"custom_pipelines": {
"image-segmentation": {
"pt": [
"AutoModelForImageSegmentation"
],
"tf": [],
"type": "image"
}
},
"bb_pretrained": false
}