datadriven-company/TTS-Romanian
Viewer • Updated • 527k • 407 • 2
How to use cdorob/f5-tts-romanian with F5-TTS:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
First F5-TTS model fine-tuned for Romanian language.
pip install f5-tts
f5-tts_infer-cli \
--model F5TTS_v1_Base \
--ckpt_file model_last.pt \
--vocab_file vocab.txt \
--ref_audio your_voice.wav \
--ref_text "textul exact din clipul de referinta" \
--gen_text "textul pe care vrei sa il generezi" \
--output_file output.wav