Spaces:
Running
on
Zero
Another Languages?
Hello,
Does E2-F5-TTS supports languages other than English and Chinese, such as Arabic?
Yes, but you have to train it yourself. For now there is only those two checkpoints.
Yes, but you have to train it yourself. For now there is only those two checkpoints.
Some link to see the instructions to train ourself? I need Spanish, and I can train my self
Hi,
At the moment, the model only supports English and Chinese.
If you want to add support for another language, you would need to create a tokenizer for that language and train your own model. Details on training your own model can be found in the GitHub repository for F5-TTS.
Thanks!
I don't get it.
I'm hosting E2 local on my pc, for installation I used Pinokio. After installation we see the point "Custom Models" on the left sidebar, and a click sends us to "https://huggingface.co/models?search=f5" were we can find many different language-models ... but ... if I download a model there is no hint or advice were to put the file. In GUI it is possible to switch to custom but I have no idea where the folder may be.
Can someone tell me what to do? Thx ...
Hi,
I'm not sure about how to do it with Pinokio but you can clone the repo locally to change the language:
git clone https://huggingface.co/spaces/mrfakename/E2-F5-TTS
pip install -r requirements.txt
python app.py
It should then let you choose a custom model.
Hi, thank you for your response.
if I'm not completely mistaken, the folder structure remains the same in both installation variants, right? This means that if I clone the repo everything will remain the same except for the root directory (in my case Pinokio). It should therefore also be possible to say in which subfolder subsequently loaded language models must be stored.
Hi,
I think Pinokio might use a different version of the Space, so you would need to clone the Space in a separate directory (separate from Pinokio).
Okay, thank you.