Spaces:
Sleeping
Sleeping
Kit-Lemonfoot
commited on
Commit
•
1385bc6
1
Parent(s):
538e7ca
Upload folder_info.json
Browse files- weights/folder_info.json +57 -0
weights/folder_info.json
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"hololive-jp": {
|
3 |
+
"enable": true,
|
4 |
+
"title": "Hololive Japan",
|
5 |
+
"folder_path": "hololive-jp"
|
6 |
+
},
|
7 |
+
"hololive-id": {
|
8 |
+
"enable": true,
|
9 |
+
"title": "Hololive Indonesia",
|
10 |
+
"folder_path": "hololive-id"
|
11 |
+
},
|
12 |
+
"hololive-en": {
|
13 |
+
"enable": true,
|
14 |
+
"title": "Hololive English",
|
15 |
+
"folder_path": "hololive-en"
|
16 |
+
},
|
17 |
+
"holostars": {
|
18 |
+
"enable": true,
|
19 |
+
"title": "Holostars",
|
20 |
+
"folder_path": "holostars"
|
21 |
+
},
|
22 |
+
"hololive-cn": {
|
23 |
+
"enable": true,
|
24 |
+
"title": "Hololive China",
|
25 |
+
"folder_path": "hololive-cn"
|
26 |
+
},
|
27 |
+
"nijisanji": {
|
28 |
+
"enable": true,
|
29 |
+
"title": "Nijisanji",
|
30 |
+
"folder_path": "nijisanji"
|
31 |
+
},
|
32 |
+
"nijisanji-en": {
|
33 |
+
"enable": true,
|
34 |
+
"title": "Nijisanji English",
|
35 |
+
"folder_path": "nijisanji-en"
|
36 |
+
},
|
37 |
+
"vshojo": {
|
38 |
+
"enable": true,
|
39 |
+
"title": "Vshojo",
|
40 |
+
"folder_path": "vshojo"
|
41 |
+
},
|
42 |
+
"phaseconnect": {
|
43 |
+
"enable": true,
|
44 |
+
"title": "Phase Connect",
|
45 |
+
"folder_path": "phaseconnect"
|
46 |
+
},
|
47 |
+
"indies": {
|
48 |
+
"enable": true,
|
49 |
+
"title": "Independents",
|
50 |
+
"folder_path": "indies"
|
51 |
+
},
|
52 |
+
"other": {
|
53 |
+
"enable": true,
|
54 |
+
"title": "Other Models",
|
55 |
+
"folder_path": "other"
|
56 |
+
}
|
57 |
+
}
|