Skip to content

Commit 40595d1

Browse files
authored
Add files via upload
1 parent 3dddd85 commit 40595d1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

AILab_BiRefNet.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -143,28 +143,28 @@
143143
"min_res": 1024
144144
},
145145
"BiRefNet_dynamic": {
146-
"repo_id": "1038lab/BiRefNet_dynamic",
146+
"repo_id": "1038lab/BiRefNet",
147147
"files": {
148148
"birefnet.py": "birefnet.py",
149149
"BiRefNet_config.py": "BiRefNet_config.py",
150-
"model.safetensors": "model.safetensors",
150+
"BiRefNet_dynamic.safetensors": "BiRefNet_dynamic.safetensors",
151151
"config.json": "config.json"
152152
},
153-
"cache_dir": "BiRefNet_dynamic",
153+
"cache_dir": "BiRefNet",
154154
"description": "Dynamic model for high-resolution dichotomous image segmentation",
155155
"default_res": 1024,
156156
"max_res": 2048,
157157
"min_res": 512
158158
},
159159
"BiRefNet_lite-matting": {
160-
"repo_id": "1038lab/BiRefNet_lite-matting",
160+
"repo_id": "1038lab/BiRefNet",
161161
"files": {
162162
"birefnet_lite.py": "birefnet_lite.py",
163163
"BiRefNet_config.py": "BiRefNet_config.py",
164-
"model.safetensors": "model.safetensors",
164+
"BiRefNet_lite-matting.safetensors": "BiRefNet_lite-matting.safetensors",
165165
"config.json": "config.json"
166166
},
167-
"cache_dir": "BiRefNet_lite-matting",
167+
"cache_dir": "BiRefNet",
168168
"description": "Lightweight matting model for general purpose",
169169
"default_res": 1024,
170170
"max_res": 2048,
@@ -466,4 +466,4 @@ def hex_to_rgba(hex_color):
466466

467467
NODE_DISPLAY_NAME_MAPPINGS = {
468468
"BiRefNetRMBG": "BiRefNet (RMBG)"
469-
}
469+
}

0 commit comments

Comments
 (0)