Text-to-Speech
MLX
Safetensors
step1
tts
speech
voice-cloning
audio-editing
step-audio
step-audio-editx
stepfun
quantized
int8
apple-silicon
bundled-components
custom_code
Instructions to use appautomaton/step-audio-editx-8bit-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use appautomaton/step-audio-editx-8bit-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir step-audio-editx-8bit-mlx appautomaton/step-audio-editx-8bit-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
| { | |
| "num_mels": 128, | |
| "hidden_size": 1280, | |
| "num_heads": 20, | |
| "num_layers": 6, | |
| "max_positions": 1500, | |
| "codebook_size": 4096, | |
| "conv1_kernel_size": 3, | |
| "conv1_stride": 2, | |
| "conv1_padding": 1, | |
| "conv2_kernel_size": 3, | |
| "conv2_stride": 2, | |
| "conv2_padding": 1, | |
| "layer_norm_eps": 1e-05, | |
| "l2_norm_eps": 9.999999960041972e-13 | |
| } | |