No luck. Did everything and when I did the requirements part it said no such directory found. Been trying to install this F5TTS for weeks now and can't get it to work. Sometimes it throws up a POPUP Windows saying AVUTILS-58.dll missing Same with -56.dll and -57 .dll missing What is my issue please help!!!!!!!!!!
It's your pytorch problem. pip uninstall -y torch torchvision torchaudio Then follow this. The code has been updated, and it's now very easy. Step 1: Install F5-TTS pip install git+github.com/SWivid/F5-TTS.git Step 2: Install pytorch that support your cuda version example pip install torch==2.3.0+cu118 torchaudio==2.3.0+cu118 --extra-index-url download.pytorch.org/whl/cu118 Step 3: Run gradio app f5-tts_infer-gradio --share or follow github.com/SWivid/F5-TTS
Interesting video, thanks for sharing. To dub a video in another language using this technology, there is still nothing easy in local (windows), right?
@@neuralfalcon Thanks for answering, I tried to install sonitranslate on Windows but there was no way. a command was not working in conda. Seeing the potential of F5-TTS, it would be great if there was a Gradio that could add a video and translate it for you just like the collab
@@Santiago007 Yes, it's possible but for now it's only work with english and chinese. So for now you can dub video from other language to english and chinese only.
I hope you used the latest installation process because, in this video, I demonstrated an older installation method. Please make sure everything is updated. To run the app again, use the command: f5-tts_infer-gradio To uninstall, use the following commands: pip uninstall F5-TTS -y pip uninstall torch -y pip uninstall torchaudio -y
It only supports English and Chinese , but you can train it in other languages. Watch this video to learn how: ruclips.net/video/GmketyZW2c4/видео.html
Got so excited to use this but my computer has a shitty AMD gpu :(
No problem, copy and run this
colab.research.google.com/github/NeuralFalconYT/F5-TTS-Demo/blob/main/F5_TTS_Latest.ipynb
when use Generate TTS, get an error " FileNotFoundError: [Errno 2] No such file or directory: 'nvidia-smi' ", can you help me ?
@@weini-sf3pu send screenshot at NeuralFalcon@proton.me
No luck. Did everything and when I did the requirements part it said no such directory found.
Been trying to install this F5TTS for weeks now and can't get it to work.
Sometimes it throws up a POPUP Windows saying AVUTILS-58.dll missing
Same with -56.dll and -57 .dll missing
What is my issue please help!!!!!!!!!!
It's your pytorch problem.
pip uninstall -y torch torchvision torchaudio
Then follow this.
The code has been updated, and it's now very easy.
Step 1: Install F5-TTS
pip install git+github.com/SWivid/F5-TTS.git
Step 2: Install pytorch that support your cuda version example
pip install torch==2.3.0+cu118 torchaudio==2.3.0+cu118 --extra-index-url download.pytorch.org/whl/cu118
Step 3: Run gradio app
f5-tts_infer-gradio --share
or follow
github.com/SWivid/F5-TTS
Interesting video, thanks for sharing. To dub a video in another language using this technology, there is still nothing easy in local (windows), right?
Yes, it's possible we need to train F5-TTS for another language. Then we can run everything on the local system to dub video in another language
For now you can use github.com/R3gm/SoniTranslate
@@neuralfalcon Thanks for answering, I tried to install sonitranslate on Windows but there was no way. a command was not working in conda. Seeing the potential of F5-TTS, it would be great if there was a Gradio that could add a video and translate it for you just like the collab
@@Santiago007 Yes, it's possible but for now it's only work with english and chinese. So for now you can dub video from other language to english and chinese only.
@@Santiago007 or, we can update this code so after generating the subtitle dub the video using F5-TTS ruclips.net/video/d78KIpUwl44/видео.html
hi how to open the apps again? and how about unistall it?
I hope you used the latest installation process because, in this video, I demonstrated an older installation method. Please make sure everything is updated.
To run the app again, use the command:
f5-tts_infer-gradio
To uninstall, use the following commands:
pip uninstall F5-TTS -y
pip uninstall torch -y
pip uninstall torchaudio -y
Can it run on cpu only?
Yes, but It's very very slow. Use Google Colab for free GPU.
colab.research.google.com/github/NeuralFalconYT/F5-TTS-Demo/blob/main/Official_F5_TTS_Demo.ipynb
What about other language ,If i wan to use hindi voise ...
It only supports English and Chinese , but you can train it in other languages. Watch this video to learn how:
ruclips.net/video/GmketyZW2c4/видео.html
Watch this video : ruclips.net/video/UO4usaOojys/видео.html
F5-TTS Hindi: ruclips.net/video/Pb3Zx562Juw/видео.html
@@neuralfalcon thanks boss