Closed
Description
Checks
- This template is only for bug reports, usage problems go with 'Help Wanted'.
- I have thoroughly reviewed the project documentation but couldn't find information to solve my problem.
- I have searched for existing issues, including closed ones, and couldn't find a solution.
- I am using English to submit this issue to facilitate community communication.
Environment Details
windows 10 64 , python 310 , cuda 12.6 ,
Steps to Reproduce
- start f5 TTs
- . add 10 sec voice sample
- cloned voice synthesis fails.
- error message: F:\F5-TTS\venv\lib\site-packages\gradio\processing_utils.py:777: UserWarning: Trying to convert audio automatically from float32 to 16-bit int format.
warnings.warn(warning.format(data.dtype))
✔️ Expected Behavior
synthesized cloned voice
❌ Actual Behavior
f5-tts fails to synthesize cloned voice in both repo and pinokio installment. Error message in terminal....F:\F5-TTS\venv\lib\site-packages\gradio\processing_utils.py:777: UserWarning: Trying to convert audio automatically from float32 to 16-bit int format.
warnings.warn(warning.format(data.dtype))