mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2026-06-03 20:40:30 +08:00
Change default top_k value to 15 for consistency
This commit is contained in:
parent
c767f0b83b
commit
f6ddd56d52
@ -755,7 +755,7 @@ def get_tts_wav(
|
||||
text,
|
||||
text_language,
|
||||
how_to_cut=i18n("不切"),
|
||||
top_k=20,
|
||||
top_k=15,
|
||||
top_p=0.6,
|
||||
temperature=0.6,
|
||||
ref_free=False,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user