返回 F5-TTS
basic.toml
根目录 / src / f5_tts / infer / examples / basic / basic.toml
1 # F5TTS_v1_Base | E2TTS_Base
2 model = "F5TTS_v1_Base"
3 ref_audio = "infer/examples/basic/basic_ref_en.wav"
4 # If an empty "", transcribes the reference audio automatically.
5 ref_text = "Some call me nature, others call me mother nature."
6 gen_text = "I don't really care what you call me. I've been a silent spectator, watching species evolve, empires rise and fall. But always remember, I am mighty and enduring."
7 # File with text to generate. Ignores the text above.
8 gen_file = ""
9 remove_silence = false
10 output_dir = "tests"
11 output_file = "infer_cli_basic.wav"
12
12 lines TOML