Views
No views yet
semantic_head + norms + embeddings kept fp32 (8-bit on the head audibly
degrades pronunciation). S2A flow + BigVGAN vocoder are fp32. ~2.6 GB total.1from mlx_audio.tts.utils import load
2model = load("beyoru/Confucius4-TTS-mlx-int8")
3for r in model.generate("Xin chào", ref_audio="voice.wav", lang="vi"):
4 ... # r.audio at 22050 Hz