Install & Compatibility
Where this runs
tested against v1.1.20 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
py 3.10
✕ build_error
✕ timeout
py 3.11
✕ build_error
✕ timeout
py 3.12
✕ build_error
✕ timeout
py 3.13
✕ build_error
✓ 109.4s
py 3.9
✕ build_error
✕ timeout
6349MB installed
● package 6349MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
F5TTS
✓ from f5_tts import F5TTS
✗ from f5_tts import F5TTS
Quick start for basic inference with a reference audio clip.
from f5_tts import F5TTS
tts = F5TTS()
# Generate speech from text
waveform, sample_rate = tts.infer(text="Hello, world!", ref_audio="path/to/ref.wav", ref_text="Reference text")
# Save to file
import soundfile as sf
sf.write("output.wav", waveform, sample_rate)
Upgrade
Version history
1.1.20latest on PyPI · released Apr 20, 2026
Audit
Dependencies
torchrequiredCore requirement for model execution
gradiooptionalInference UI, version <6.11 recommended
vocosoptionalVocoder for waveform generation