Upload 2 files
Browse files- BIREFNET-LITE/config.json +20 -0
- BIREFNET-LITE/model.safetensors +3 -0
BIREFNET-LITE/config.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "ZhengPeng7/BiRefNet_lite",
|
3 |
+
"architectures": [
|
4 |
+
"BiRefNet"
|
5 |
+
],
|
6 |
+
"auto_map": {
|
7 |
+
"AutoConfig": "BiRefNet_config.BiRefNetConfig",
|
8 |
+
"AutoModelForImageSegmentation": "birefnet.BiRefNet"
|
9 |
+
},
|
10 |
+
"custom_pipelines": {
|
11 |
+
"image-segmentation": {
|
12 |
+
"pt": [
|
13 |
+
"AutoModelForImageSegmentation"
|
14 |
+
],
|
15 |
+
"tf": [],
|
16 |
+
"type": "image"
|
17 |
+
}
|
18 |
+
},
|
19 |
+
"bb_pretrained": false
|
20 |
+
}
|
BIREFNET-LITE/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4417d89795250e698c3cb0ae8df15743810065f646f48a694fdfa7ca052d0815
|
3 |
+
size 177634392
|