mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-12-16 01:06:57 +08:00
Merge 7d01c69bc4d2ed2e6042a229a65dcfca8e69c017 into 9ec3a60f30d228719e5ec6cd6796c5b2d888dd1a
This commit is contained in:
commit
4aae1028ca
@ -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('并行合成中')}...")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user