Merge branch 'fast_inference' of https://github.com/SapphireLab/GPT-SoVITS-M into fast_inference_

This commit is contained in:
chasonjiang
2024-03-11 17:19:22 +08:00
2 changed files with 18 additions and 21 deletions

View File

@@ -158,7 +158,6 @@ class TextPreprocessor:
bert_feature = torch.cat(bert_feature_list, dim=1)
# phones = sum(phones_list, [])
norm_text = ''.join(norm_text_list)
return phones_list, bert_feature, norm_text