Text-to-Speech
Vietnamese
vietnamese
female
male
voice-cloning
erax commited on
Commit
d327eb2
·
verified ·
1 Parent(s): b0d64e9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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=25, # 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)
 
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)