Views
No views yet
f5-tts_infer-cli. Refer to the GitHub repository for installation instructions:1f5-tts_infer-cli \
2--model "Futurix-AI/Hindi-TTS" \
3--ref_audio "ref_audio.wav" \
4--ref_text "यह संदर्भ ऑडियो का सामग्री, उपशीर्षक या लिप्यंतरण है।" \
5--gen_text "यह एक उदाहरण है जो मॉडल से बोलने के लिए उत्पन्न किया गया है।"--model: Replace "hindi_tts_checkpoint.pth" with the actual checkpoint file name.--ref_audio: Path to the reference audio file (e.g., "ref_audio.wav").--ref_text: Hindi text corresponding to the reference audio.--gen_text: Hindi text for the TTS model to generate speech.