SWivid / F5-TTS

Official code for "F5-TTS: A Fairytaler that Fakes Fluent and Faithful Speech with Flow Matching"
https://arxiv.org/abs/2410.06885
MIT License
7.35k stars 883 forks source link

Update. Added print statement for debugging of transcription. #482

Closed realgermosen closed 3 days ago

realgermosen commented 4 days ago

I had an error indicating that that the installed version of Keras (Keras 3) is incompatible with the Transformers library used by Hugging Face. Transformers currently requires a backwards-compatible version of tf-keras instead of the latest Keras version.

I fixed the issue with: pip uninstall keras -y pip install tf-keras pip install tensorflow pip show tensorflow transformers tf-keras

SWivid commented 4 days ago

I had an error indicating that that the installed version of Keras (Keras 3) is incompatible with the Transformers library used by Hugging Face. Transformers currently requires a backwards-compatible version of tf-keras instead of the latest Keras version.

I fixed the issue with: pip uninstall keras -y pip install tf-keras pip install tensorflow pip show tensorflow transformers tf-keras

Seems off topic of PR and not related with this repo. Are you willing to solve the possible edge cases of transcription failures? We are expecting some helpful PR, thanks~