Instructions to use kingfang008/step-audio-editx-4bit-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use kingfang008/step-audio-editx-4bit-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir step-audio-editx-4bit-mlx kingfang008/step-audio-editx-4bit-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
| { | |
| "in_channels": 80, | |
| "base_channels": 512, | |
| "nb_harmonics": 8, | |
| "sampling_rate": 24000, | |
| "nsf_alpha": 0.1, | |
| "nsf_sigma": 0.003, | |
| "nsf_voiced_threshold": 10.0, | |
| "upsample_rates": [ | |
| 8, | |
| 5, | |
| 3 | |
| ], | |
| "upsample_kernel_sizes": [ | |
| 16, | |
| 11, | |
| 7 | |
| ], | |
| "istft_n_fft": 16, | |
| "istft_hop_len": 4, | |
| "resblock_kernel_sizes": [ | |
| 3, | |
| 7, | |
| 11 | |
| ], | |
| "resblock_dilation_sizes": [ | |
| [ | |
| 1, | |
| 3, | |
| 5 | |
| ], | |
| [ | |
| 1, | |
| 3, | |
| 5 | |
| ], | |
| [ | |
| 1, | |
| 3, | |
| 5 | |
| ] | |
| ], | |
| "source_resblock_kernel_sizes": [ | |
| 7, | |
| 7, | |
| 11 | |
| ], | |
| "source_resblock_dilation_sizes": [ | |
| [ | |
| 1, | |
| 3, | |
| 5 | |
| ], | |
| [ | |
| 1, | |
| 3, | |
| 5 | |
| ], | |
| [ | |
| 1, | |
| 3, | |
| 5 | |
| ] | |
| ], | |
| "lrelu_slope": 0.1, | |
| "audio_limit": 0.99, | |
| "f0_predictor": { | |
| "num_class": 1, | |
| "in_channels": 80, | |
| "cond_channels": 512 | |
| } | |
| } | |