Update README.md
Browse files
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
|
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)
|