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.
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!
- Follow installation instructions from this repo: https://github.com/SWivid/F5-TTS
- Download model_2500000.pt / model_2500000.safetensors and vocab.txt from this hugging face repo, (F5-Hindi-24KHz)
- Run f5-tts_infer-gradio
- Select custom model
- 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}
This is the "small" model configuration
You're good to go now, have fun generating!
thanks