1
+ tts-1 :
2
+ some_other_voice_name_you_want :
3
+ model : voices/choose your own model.onnx
4
+ speaker : set your own speaker
5
+ alloy :
6
+ model : voices/en_US-libritts_r-medium.onnx
7
+ speaker : 79 # 64, 79, 80, 101, 130
8
+ echo :
9
+ model : voices/en_US-libritts_r-medium.onnx
10
+ speaker : 134 # 52, 102, 134
11
+ echo-alt :
12
+ model : voices/en_US-ryan-high.onnx
13
+ speaker : # default speaker
14
+ fable :
15
+ model : voices/en_GB-northern_english_male-medium.onnx
16
+ speaker : # default speaker
17
+ onyx :
18
+ model : voices/en_US-libritts_r-medium.onnx
19
+ speaker : 159 # 55, 90, 132, 136, 137, 159
20
+ nova :
21
+ model : voices/en_US-libritts_r-medium.onnx
22
+ speaker : 107 # 57, 61, 107, 150, 162
23
+ shimmer :
24
+ model : voices/en_US-libritts_r-medium.onnx
25
+ speaker : 163
26
+ thorsten :
27
+ model : voices/de_DE-thorsten-high.onnx
28
+ speaker : # default speaker
29
+ kerstin :
30
+ model : voices/de_DE-kerstin-low.onnx
31
+ speaker : # default speaker
32
+ ramona-low :
33
+ model : voices/de_DE-ramona-low.onnx
34
+ speaker : # default speaker
35
+ tts-1-hd :
36
+ alloy-alt :
37
+ model : xtts
38
+ speaker : voices/alloy-alt.wav
39
+ alloy :
40
+ model : xtts
41
+ speaker : voices/alloy.wav
42
+ echo :
43
+ model : xtts
44
+ speaker : voices/echo.wav
45
+ fable :
46
+ model : xtts
47
+ speaker : voices/fable.wav
48
+ onyx :
49
+ model : xtts
50
+ speaker : voices/onyx.wav
51
+ nova :
52
+ model : xtts
53
+ speaker : voices/nova.wav
54
+ shimmer :
55
+ model : xtts
56
+ speaker : voices/shimmer.wav
57
+ thorsten :
58
+ model : xtts
59
+ speaker : voices/thorsten.wav
60
+ kerstin :
61
+ model : xtts
62
+ speaker : voices/kerstin.wav
63
+ ramona :
64
+ model : xtts
65
+ speaker : voices/ramona.wav
66
+ me :
67
+ model : xtts_v2.0.2 # you can specify an older xtts version
68
+ speaker : voices/me.wav # this could be you
69
+ language : auto
70
+ enable_text_splitting : True
71
+ length_penalty : 1.0
72
+ repetition_penalty : 10
73
+ speed : 1.0
74
+ temperature : 0.75
75
+ top_k : 50
76
+ top_p : 0.85
77
+ comment : You can add a comment here also, which will be persistent and otherwise ignored.
0 commit comments