StemSplit commited on
Commit
ae3634e
·
verified ·
1 Parent(s): 71605c4

Cross-link to drums/bass/other specialist variants

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -184,6 +184,24 @@ for SDR / ISR / SIR / SAR across all stems.
184
 
185
  ---
186
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
187
  ## Files in this repo
188
 
189
  - [`handler.py`](handler.py) — `EndpointHandler` class HF Inference Endpoints
 
184
 
185
  ---
186
 
187
+ ## Single-stem specialist variants (faster, smaller)
188
+
189
+ If you only need **one** stem in production, ship a specialist sub-model
190
+ instead of the full 4-bag ensemble. Same per-stem quality, ~160 MB instead
191
+ of ~640 MB, ~2.6× faster on M4 Pro MPS:
192
+
193
+ | Repo | Stem | Use cases |
194
+ |---|---|---|
195
+ | [`htdemucs-ft-drums-pytorch`](https://huggingface.co/StemSplitio/htdemucs-ft-drums-pytorch) | drums | Drum extraction, beat transcription, sample-pack creation |
196
+ | [`htdemucs-ft-bass-pytorch`](https://huggingface.co/StemSplitio/htdemucs-ft-bass-pytorch) | bass | Bassline transcription, mix rebalancing, sub-bass mastering |
197
+ | [`htdemucs-ft-other-pytorch`](https://huggingface.co/StemSplitio/htdemucs-ft-other-pytorch) | other / instrumental | Karaoke instrumentals (pair with this vocals model), sample-flipping |
198
+
199
+ This repo (the full bag) remains the best choice when you need vocals plus
200
+ any other stem in a single request — it amortises the inference cost across
201
+ all 4 stems.
202
+
203
+ ---
204
+
205
  ## Files in this repo
206
 
207
  - [`handler.py`](handler.py) — `EndpointHandler` class HF Inference Endpoints