Update README.md
Browse files
README.md
CHANGED
@@ -138,7 +138,7 @@ for i, sentence in enumerate(sentences):
|
|
138 |
tts.generate(
|
139 |
text=sentence,
|
140 |
output_path=output_path,
|
141 |
-
nfe_step=
|
142 |
cfg_strength=2.0, # How strongly to stick to the reference voice style? (Default: 2.0)
|
143 |
speed=1.0, # Make it talk faster or slower (Default: 1.0)
|
144 |
cross_fade_duration=0.15, # Smooths transitions if text is split into chunks (Default: 0.15)
|
|
|
138 |
tts.generate(
|
139 |
text=sentence,
|
140 |
output_path=output_path,
|
141 |
+
nfe_step=32, # Denoising steps. More = slower but potentially better? (Default: 32)
|
142 |
cfg_strength=2.0, # How strongly to stick to the reference voice style? (Default: 2.0)
|
143 |
speed=1.0, # Make it talk faster or slower (Default: 1.0)
|
144 |
cross_fade_duration=0.15, # Smooths transitions if text is split into chunks (Default: 0.15)
|