Commit
·
4449006
1
Parent(s):
a3844db
Change task name to lower letters.
Browse files- config.json +1 -1
- handler.py +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "ZhengPeng7/BiRefNet_lite-
|
3 |
"architectures": [
|
4 |
"BiRefNet"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "ZhengPeng7/BiRefNet_lite-anime",
|
3 |
"architectures": [
|
4 |
"BiRefNet"
|
5 |
],
|
handler.py
CHANGED
@@ -64,7 +64,7 @@ usage_to_weights_file = {
|
|
64 |
'General': 'BiRefNet',
|
65 |
'General-HR': 'BiRefNet_HR',
|
66 |
'General-Lite': 'BiRefNet_lite',
|
67 |
-
'General-Lite-Anime': 'BiRefNet_lite-
|
68 |
'General-Lite-2K': 'BiRefNet_lite-2K',
|
69 |
'General-reso_512': 'BiRefNet-reso_512',
|
70 |
'Matting': 'BiRefNet-matting',
|
|
|
64 |
'General': 'BiRefNet',
|
65 |
'General-HR': 'BiRefNet_HR',
|
66 |
'General-Lite': 'BiRefNet_lite',
|
67 |
+
'General-Lite-Anime': 'BiRefNet_lite-anime',
|
68 |
'General-Lite-2K': 'BiRefNet_lite-2K',
|
69 |
'General-reso_512': 'BiRefNet-reso_512',
|
70 |
'Matting': 'BiRefNet-matting',
|