Files
ModelHub XC 68ff6afabf 初始化项目,由ModelHub XC社区提供模型
Model: mlx-community/orpheus-3b-0.1-pretrained-bf16
Source: Original Platform
2026-05-05 01:47:11 +08:00

720 B

library_name, language, pipeline_tag, license, base_model, tags
library_name language pipeline_tag license base_model tags
mlx
en
text-generation apache-2.0 canopylabs/orpheus-3b-0.1-pretrained
mlx

mlx-community/orpheus-3b-0.1-pretrained-bf16

This model mlx-community/orpheus-3b-0.1-pretrained-bf16 was converted to MLX format from canopylabs/orpheus-3b-0.1-pretrained using mlx-lm version 0.22.2.

Use with mlx

pip install mlx-audio
python -m mlx_audio.tts.generate --model mlx-community/orpheus-3b-0.1-pretrained-bf16 --text "Hello world" --voice tara --temperature 0.6 --audio_format mp3```