mlx-community/orpheus-3b-0.1-ft-bf16
This model mlx-community/orpheus-3b-0.1-ft-bf16 was converted to MLX format from canopylabs/orpheus-3b-0.1-ft using mlx-audio version 0.0.3.
Use with mlx
pip install -U mlx-audio
python -m mlx_audio.tts.generate --model mlx-community/orpheus-3b-0.1-ft-bf16 --text "Hello world" --voice tara --temperature 0.6 --audio_format mp3```