Text-to-Speech
F5-TTS
Hindi

Help needed

#15
by kritarth02 - opened

How to use the given F5 tts model " .safetensors " file to use the hindi model locally?
I have cloned the base F5 TTS model and its doing good in english but i want it in hindi.

SPRINGLab org

You need to clone my github repo given in readme and then use infer_cli.py or infer_gradio.py

rumourscape changed discussion status to closed

well i did that but it is not working for hindi

Hey!

  1. Follow installation instructions from this repo: https://github.com/SWivid/F5-TTS
  2. Download model_2500000.pt / model_2500000.safetensors and vocab.txt from this hugging face repo, (F5-Hindi-24KHz)
  3. Run f5-tts_infer-gradio
  4. Select custom model
  5. Paste the full path to the downloaded safetensors/pt and vocab.txt there along with selecting the correct dictionary.
    {"dim": 768, "depth": 18, "heads": 12, "ff_mult": 2, "text_dim": 512, "conv_layers": 4}
    image.png
    This is the "small" model configuration

You're good to go now, have fun generating!

thanks

Sign up or log in to comment