Kit-Lemonfoot commited on
Commit
c2e6364
1 Parent(s): 51b1468

Part3_Setup

Browse files
Files changed (1) hide show
  1. weights/folder_info.json +32 -0
weights/folder_info.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "nijisanji-en": {
23
+ "enable": true,
24
+ "title": "Nijisanji English",
25
+ "folder_path": "nijisanji-en"
26
+ },
27
+ "other": {
28
+ "enable": true,
29
+ "title": "Other Models",
30
+ "folder_path": "other"
31
+ }
32
+ }