mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-12-16 17:40:09 +08:00
modified: GPT_SoVITS/TTS_infer_pack/TTS.py
This commit is contained in:
parent
08d6ed0d8c
commit
fcdd15460d
@ -1297,7 +1297,7 @@ class TTS:
|
||||
print(f"############ {i18n('合成音频')} ############")
|
||||
if not self.configs.use_vocoder:
|
||||
if speed_factor == 1.0:
|
||||
print(f"{i18n('合成中')}...")
|
||||
print(f"{i18n('并行合成中')}...")
|
||||
# ## vits并行推理 method 2
|
||||
pred_semantic_list = [item[-idx:] for item, idx in zip(pred_semantic_list, idx_list)]
|
||||
upsample_rate = math.prod(self.vits_model.upsample_rates)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user