mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-08 07:49:59 +08:00
修改注释
This commit is contained in:
parent
5fe9842069
commit
e63d795f6d
@ -592,7 +592,7 @@ class TTS:
|
||||
"repetition_penalty": 1.35, # float. repetition penalty for sampling of T2S model.
|
||||
"text_split_method": "cut0", # str. text split method, see text_segmentation_method.py for details.
|
||||
"batch_size": 1, # int. batch size for inference
|
||||
"batch_threshold": 1, # float. threshold for batch splitting.
|
||||
"batch_threshold": 0.75, # float. threshold for batch splitting.
|
||||
"split_bucket: True, # bool. whether to split the batch into multiple buckets.
|
||||
"return_fragment": False, # bool. step by step return the audio fragment.
|
||||
"speed_factor":1.0, # float. control the speed of the synthesized audio.
|
||||
|
Loading…
x
Reference in New Issue
Block a user