| --- |
| tags: |
| - coreml |
| - audio |
| - music-source-separation |
| - schism |
| license: mit |
| --- |
| |
| # BS-RoFormer Base |
|
|
| CoreML model for [Schism](https://github.com/zakkeown/Schism) audio separation framework. |
|
|
| Band-Split RoFormer for high-quality 4-stem separation |
|
|
| ## Details |
|
|
| | Property | Value | |
| |----------|-------| |
| | Expert IDs | bsroformer-base | |
| | Tasks | stemSeparation, vocalSeparation | |
| | Quality | high | |
| | Est. RTF | 1.0 | |
| | Peak Memory | 330 MB | |
|
|
| ## Usage |
|
|
| Install to your local Schism model store: |
|
|
| ```bash |
| schism models install bsroformer-base |
| ``` |
|
|
| Or manually place in `~/.schism/models/bsroformer-base/v1.0.0/`. |
|
|