Views
No views yet
stepfun-ai/Step-Audio-EditX-AWQ-4bit. Load it with mlx-speech.appautomaton/step-audio-editx-8bit-mlx using MLX affine quantization (bits=4, group_size=64, mode=affine).| Component | Precision |
|---|---|
| Step1 LM, flow-model, VQ02 | affine int4 |
| VQ06, HiFT, CampPlus, flow conditioner | bf16 (unchanged) |
1pip install mlx-speech
2hf download kingfang008/step-audio-editx-4bit-mlx --local-dir ./step-audio-editx-4bit-mlx
3
4mlx-speech tts \
5 --model ./step-audio-editx-4bit-mlx \
6 --reference-audio reference.wav \
7 --reference-text "Transcript of the reference audio." \
8 --text "New cloned speech." \
9 -o output.wav