Aitron Emper
commited on
Update pretrains.json
Browse files- pretrains.json +24 -24
pretrains.json
CHANGED
@@ -1,62 +1,62 @@
|
|
1 |
{
|
2 |
"Titan": {
|
3 |
"32k": {
|
4 |
-
"D": "blaise-tk/TITAN/
|
5 |
-
"G": "blaise-tk/TITAN/
|
6 |
},
|
7 |
"40k": {
|
8 |
-
"D": "blaise-tk/TITAN/
|
9 |
-
"G": "blaise-tk/TITAN/
|
10 |
}
|
11 |
},
|
12 |
"RIN_E3": {
|
13 |
"40k": {
|
14 |
-
"D": "MUSTAR/RIN_E3/
|
15 |
-
"G": "MUSTAR/RIN_E3/
|
16 |
}
|
17 |
},
|
18 |
"Snowie": {
|
19 |
"32k": {
|
20 |
-
"D": "MUSTAR/SnowieV3.1-32k/
|
21 |
-
"G": "MUSTAR/SnowieV3.1-32k/
|
22 |
},
|
23 |
"40k": {
|
24 |
-
"D": "MUSTAR/SnowieV3.1-32k/
|
25 |
-
"G": "MUSTAR/SnowieV3.1-32k/
|
26 |
},
|
27 |
"48k": {
|
28 |
-
"D": "MUSTAR/SnowieV3.1-32k/
|
29 |
-
"G": "MUSTAR/SnowieV3.1-32k/
|
30 |
}
|
31 |
},
|
32 |
"Snowie-X-RinE3": {
|
33 |
"40k": {
|
34 |
-
"D": "MUSTAR/SnowieV3.1-X-RinE3-40K/
|
35 |
-
"G": "MUSTAR/SnowieV3.1-X-RinE3-40K/
|
36 |
}
|
37 |
},
|
38 |
"Ov2Super": {
|
39 |
"32k": {
|
40 |
-
"D": "ORVC/Ov2Super/
|
41 |
-
"G": "ORVC/Ov2Super/
|
42 |
},
|
43 |
"40k": {
|
44 |
-
"D": "ORVC/Ov2Super/
|
45 |
-
"G": "ORVC/Ov2Super/
|
46 |
}
|
47 |
},
|
48 |
"KLMv7s": {
|
49 |
"32k": {
|
50 |
-
"D": "SeoulStreamingStation/KLMv7s_Batch3/
|
51 |
-
"G": "SeoulStreamingStation/KLMv7s_Batch3/
|
52 |
},
|
53 |
"40k": {
|
54 |
-
"D": "SeoulStreamingStation/KLMv7s_Batch3/
|
55 |
-
"G": "SeoulStreamingStation/KLMv7s_Batch3/
|
56 |
},
|
57 |
"48k": {
|
58 |
-
"D": "SeoulStreamingStation/KLMv7s_Batch3/
|
59 |
-
"G": "SeoulStreamingStation/KLMv7s_Batch3/
|
60 |
}
|
61 |
}
|
62 |
}
|
|
|
1 |
{
|
2 |
"Titan": {
|
3 |
"32k": {
|
4 |
+
"D": "blaise-tk/TITAN/resolve/main/models/medium/40k/pretrained/D-f032k-TITAN-Medium.pth",
|
5 |
+
"G": "blaise-tk/TITAN/resolve/main/models/medium/40k/pretrained/G-f032k-TITAN-Medium.pth"
|
6 |
},
|
7 |
"40k": {
|
8 |
+
"D": "blaise-tk/TITAN/resolve/main/models/medium/40k/pretrained/D-f040k-TITAN-Medium.pth",
|
9 |
+
"G": "blaise-tk/TITAN/resolve/main/models/medium/40k/pretrained/G-f040k-TITAN-Medium.pth"
|
10 |
}
|
11 |
},
|
12 |
"RIN_E3": {
|
13 |
"40k": {
|
14 |
+
"D": "MUSTAR/RIN_E3/resolve/main/RIN_E3_D.pth",
|
15 |
+
"G": "MUSTAR/RIN_E3/resolve/main/RIN_E3_G.pth"
|
16 |
}
|
17 |
},
|
18 |
"Snowie": {
|
19 |
"32k": {
|
20 |
+
"D": "MUSTAR/SnowieV3.1-32k/resolve/main/D_SnowieV3.1_32k.pth",
|
21 |
+
"G": "MUSTAR/SnowieV3.1-32k/resolve/main/G_SnowieV3.1_32k.pth"
|
22 |
},
|
23 |
"40k": {
|
24 |
+
"D": "MUSTAR/SnowieV3.1-32k/resolve/main/D_SnowieV3.1_40k.pth",
|
25 |
+
"G": "MUSTAR/SnowieV3.1-32k/resolve/main/G_SnowieV3.1_40k.pth"
|
26 |
},
|
27 |
"48k": {
|
28 |
+
"D": "MUSTAR/SnowieV3.1-32k/resolve/main/D_SnowieV3.1_48k.pth",
|
29 |
+
"G": "MUSTAR/SnowieV3.1-32k/resolve/main/G_SnowieV3.1_48k.pth"
|
30 |
}
|
31 |
},
|
32 |
"Snowie-X-RinE3": {
|
33 |
"40k": {
|
34 |
+
"D": "MUSTAR/SnowieV3.1-X-RinE3-40K/resolve/main/D_Snowie-X-Rin_40k.pth",
|
35 |
+
"G": "MUSTAR/SnowieV3.1-X-RinE3-40K/resolve/main/G_Snowie-X-Rin_40k.pth"
|
36 |
}
|
37 |
},
|
38 |
"Ov2Super": {
|
39 |
"32k": {
|
40 |
+
"D": "ORVC/Ov2Super/resolve/main/f0Ov2Super32kD.pth",
|
41 |
+
"G": "ORVC/Ov2Super/resolve/main/f0Ov2Super32kG.pth"
|
42 |
},
|
43 |
"40k": {
|
44 |
+
"D": "ORVC/Ov2Super/resolve/main/f0Ov2Super40kD.pth",
|
45 |
+
"G": "ORVC/Ov2Super/resolve/main/f0Ov2Super40kG.pth"
|
46 |
}
|
47 |
},
|
48 |
"KLMv7s": {
|
49 |
"32k": {
|
50 |
+
"D": "SeoulStreamingStation/KLMv7s_Batch3/resolve/main/D_KLMv7s_Batch3C_32k.pth",
|
51 |
+
"G": "SeoulStreamingStation/KLMv7s_Batch3/resolve/main/G_KLMv7s_Batch3C_32k.pth"
|
52 |
},
|
53 |
"40k": {
|
54 |
+
"D": "SeoulStreamingStation/KLMv7s_Batch3/resolve/main/D_KLMv7s_Batch3C_40k.pth",
|
55 |
+
"G": "SeoulStreamingStation/KLMv7s_Batch3/resolve/main/G_KLMv7s_Batch3C_40k.pth"
|
56 |
},
|
57 |
"48k": {
|
58 |
+
"D": "SeoulStreamingStation/KLMv7s_Batch3/resolve/main/D_KLMv7s_Batch3C_48k.pth",
|
59 |
+
"G": "SeoulStreamingStation/KLMv7s_Batch3/resolve/main/G_KLMv7s_Batch3C_48k.pth"
|
60 |
}
|
61 |
}
|
62 |
}
|