irarainey commited on
Commit
6e0728e
·
verified ·
1 Parent(s): 65b7387

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -1
README.md CHANGED
@@ -7,4 +7,27 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  pinned: false
8
  ---
9
 
10
+ # Silverdaw
11
+
12
+ Open-source stem-separation models for **[Silverdaw](https://github.com/irarainey/silverdaw)** —
13
+ a Windows DAW for bedroom DJs, producers, and mixers making remixes and mashups.
14
+
15
+ These repositories host the ONNX models Silverdaw downloads on first use. They are
16
+ re-hosted here (with their original MIT licences and full attribution) so the app
17
+ can fetch every model it needs from one stable, self-owned location.
18
+
19
+ ## Models
20
+
21
+ | Repository | Role | Stems |
22
+ | --- | --- | --- |
23
+ | [`mel-band-roformer-vocals-onnx`](https://huggingface.co/silverdaw/mel-band-roformer-vocals-onnx) | Primary vocal model | vocals |
24
+ | [`bs-roformer-rhythm-onnx`](https://huggingface.co/silverdaw/bs-roformer-rhythm-onnx) | Primary drums + bass model | drums, bass |
25
+ | [`htdemucs-ft-onnx`](https://huggingface.co/silverdaw/htdemucs-ft-onnx) | Backup 4-stem model | vocals, drums, bass, other |
26
+
27
+ All models are **MIT-licensed** and run offline (non-real-time) on CPU or on
28
+ DirectX 12 GPUs via ONNX Runtime's DirectML execution provider. Each repository's
29
+ model card documents the I/O contract, provenance, and upstream attribution.
30
+
31
+ ## Links
32
+
33
+ - **App & source:** <https://github.com/irarainey/silverdaw>