Update config.py
Browse files
config.py
CHANGED
@@ -69,6 +69,8 @@ MODEL_LIST = [
|
|
69 |
# [ABS_PATH + "/Model/louise/360_epochs.pth", ABS_PATH + "/Model/louise/config.json"],
|
70 |
# # W2V2-VITS (Need to configure DIMENSIONAL_EMOTION_NPY)
|
71 |
# [ABS_PATH + "/Model/w2v2-vits/1026_epochs.pth", ABS_PATH + "/Model/w2v2-vits/config.json"],
|
|
|
|
|
72 |
]
|
73 |
|
74 |
# hubert-vits: hubert soft model
|
|
|
69 |
# [ABS_PATH + "/Model/louise/360_epochs.pth", ABS_PATH + "/Model/louise/config.json"],
|
70 |
# # W2V2-VITS (Need to configure DIMENSIONAL_EMOTION_NPY)
|
71 |
# [ABS_PATH + "/Model/w2v2-vits/1026_epochs.pth", ABS_PATH + "/Model/w2v2-vits/config.json"],
|
72 |
+
# bert-vits2
|
73 |
+
[ABS_PATH + "/Model/LAPLACE/G_18000.pth", ABS_PATH + "/Model/LAPLACE/config.json"]
|
74 |
]
|
75 |
|
76 |
# hubert-vits: hubert soft model
|