This commit is contained in:
ChasonJiang 2024-08-26 16:06:19 +08:00
parent 6972d02444
commit 841d8d7fe8

View File

@ -304,7 +304,6 @@ class TTS:
def init_vits_weights(self, weights_path: str):
print(f"Loading VITS weights from {weights_path}")
self.configs.vits_weights_path = weights_path
self.configs.save_configs()
dict_s2 = torch.load(weights_path, map_location=self.configs.device)
hps = dict_s2["config"]
if dict_s2['weight']['enc_p.text_embedding.weight'].shape[0] == 322: