Has anyone successfully run this on a Mac? The installation instructions appear to assume an NVIDIA GPU (CUDA, FlashAttention), and I’m not sure whether it works with PyTorch’s Metal/MPS backend.
Yes, using mlx-audio. See https://news.ycombinator.com/item?id=46726440
https://huggingface.co/mlx-community/Qwen3-TTS-12Hz-0.6B-Bas...
uv tool install --force git+https://github.com/Blaizzy/mlx-audio.git --prerelease=allow
python -m mlx_audio.tts.generate --model mlx-community/Qwen3-TTS-12Hz-0.6B-Base-bf16 --text "Hello, this is a test." --ref_audio path_to_audio.wav --ref_text "Transcript of the reference audio." --play