mirror of
https://github.com/DrewThomasson/ebook2audiobook.git
synced 2026-01-09 13:58:14 -05:00
...
This commit is contained in:
@@ -39,14 +39,14 @@ default_engine_settings = {
|
||||
"repo": "coqui/XTTS-v2",
|
||||
"languages": {"ara": "ar", "ces": "cs", "deu": "de", "eng": "en", "fra": "fr", "hin": "hi", "hun": "hu", "ita": "it", "jpn": "ja", "kor": "ko", "nld": "nl", "pol": "pl", "por": "pt", "rus": "ru", "spa": "es", "tur": "tr", "zho": "zh-cn"},
|
||||
"samplerate": 24000,
|
||||
"temperature": 0.6,
|
||||
"temperature": 0.75,
|
||||
#"codec_temperature": 0.3,
|
||||
"length_penalty": 1.0,
|
||||
"num_beams": 1,
|
||||
"repetition_penalty": 2.0,
|
||||
#"cvvp_weight": 0.3,
|
||||
"top_k": 40,
|
||||
"top_p": 0.88,
|
||||
"top_p": 0.95,
|
||||
"speed": 1.0,
|
||||
#"gpt_cond_len": 512,
|
||||
#"gpt_batch_size": 1,
|
||||
|
||||
Reference in New Issue
Block a user