This commit is contained in:
ChasonJiang 2025-12-15 14:23:06 +08:00 committed by GitHub
parent 9ec3a60f30
commit 36b3231c6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1332,7 +1332,7 @@ class TTS:
audio_fragment = self.vits_model.decode(
_pred_semantic, phones, refer_audio_spec, speed=speed_factor, sv_emb=sv_emb
).detach()[0, 0, :]
batch_audio_fragment.append(audio_fragment) ###试试重建不带上prompt部分
batch_audio_fragment.append(audio_fragment) ###试试重建不带上prompt部分
else:
if parallel_infer:
print(f"{i18n('并行合成中')}...")