Text-to-Speech
Vietnamese
vietnamese
female
male
voice-cloning
erax commited on
Commit
5bf2464
·
verified ·
1 Parent(s): 78256bd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -101,7 +101,7 @@ tts = F5TTSWrapper(
101
  vocoder_name="vocos", # Using Vocos vocoder
102
  ckpt_path=eraX_ckpt_path,
103
  vocab_file=vocab_file,
104
- use_ema=False, # ALWAYS use False
105
  )
106
 
107
  # Normalize the reference text (makes it easier for the model)
 
101
  vocoder_name="vocos", # Using Vocos vocoder
102
  ckpt_path=eraX_ckpt_path,
103
  vocab_file=vocab_file,
104
+ use_ema=False, # ALWAYS False as we converted from .pt to safetensors and EMA (where there is or not) was in there
105
  )
106
 
107
  # Normalize the reference text (makes it easier for the model)