Audio-to-Audio
MLX
Safetensors
mel_band_roformer
audio
source-separation
music-source-separation
vocal-separation
mel-band-roformer
roformer
apple-silicon
Instructions to use mlx-community/mel-roformer-kim-vocal-2-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/mel-roformer-kim-vocal-2-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir mel-roformer-kim-vocal-2-mlx mlx-community/mel-roformer-kim-vocal-2-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
docs: PR #654 merged — pip install mlx-audio>=0.4.3
Browse files
README.md
CHANGED
|
@@ -65,8 +65,8 @@ The relicense was independently confirmed with the original author the week of A
|
|
| 65 |
|
| 66 |
## Conversion
|
| 67 |
|
| 68 |
-
- **Tool:** `mlx_audio.sts.models.mel_roformer.convert`
|
| 69 |
-
- **Tool version:** [`8380ab8`](https://github.com/xocialize/mlx-audio/commit/8380ab8) on the `feat/mel-band-roformer` branch (xocialize fork)
|
| 70 |
- **mlx (Python) version:** 0.31.0
|
| 71 |
- **Architecture preset:** `MelRoFormerConfig.kim_vocal_2()`
|
| 72 |
- **Output precision:** `bfloat16`
|
|
@@ -96,7 +96,7 @@ Vocal isolation for music source separation. Input is a stereo music mixture; ou
|
|
| 96 |
|
| 97 |
### Python (mlx-audio)
|
| 98 |
|
| 99 |
-
>
|
| 100 |
|
| 101 |
```python
|
| 102 |
import soundfile as sf
|
|
|
|
| 65 |
|
| 66 |
## Conversion
|
| 67 |
|
| 68 |
+
- **Tool:** `mlx_audio.sts.models.mel_roformer.convert` — merged upstream into [Blaizzy/mlx-audio](https://github.com/Blaizzy/mlx-audio) via [PR #654](https://github.com/Blaizzy/mlx-audio/pull/654) (2026-04-27) and shipped in [`mlx-audio==0.4.3`](https://pypi.org/project/mlx-audio/0.4.3/) and later.
|
| 69 |
+
- **Tool version at conversion time:** [`8380ab8`](https://github.com/xocialize/mlx-audio/commit/8380ab8) on the `feat/mel-band-roformer` branch (xocialize fork) — this is the exact commit that produced `model.safetensors`. The merged upstream code is functionally equivalent.
|
| 70 |
- **mlx (Python) version:** 0.31.0
|
| 71 |
- **Architecture preset:** `MelRoFormerConfig.kim_vocal_2()`
|
| 72 |
- **Output precision:** `bfloat16`
|
|
|
|
| 96 |
|
| 97 |
### Python (mlx-audio)
|
| 98 |
|
| 99 |
+
> The Mel-Band-RoFormer architecture is included in [`mlx-audio>=0.4.3`](https://pypi.org/project/mlx-audio/0.4.3/) (merged via [PR #654](https://github.com/Blaizzy/mlx-audio/pull/654) on 2026-04-27). Install with `pip install "mlx-audio>=0.4.3"`.
|
| 100 |
|
| 101 |
```python
|
| 102 |
import soundfile as sf
|