Views
No views yet
| File | Description | Size | Source |
|---|---|---|---|
demucs_v4_quantized.onnx | Demucs v4 HTDemucs int8-quantized — stem-level voice isolation | ~83 MB | facebookresearch/demucs |
bsrnn_vocals.onnx | BSRNN Band-Split RNN vocals separator | ~45 MB | crlandsc/bsrnn |
ml-worker-fetch-cache.js in VoiceIsolate Pro. They are cached in IndexedDB after the first download and never re-fetched.1// MODEL_REGISTRY entry in ml-worker-fetch-cache.js
2demucs_v4: {
3 path: 'models/demucs_v4_quantized.onnx',
4 sizeBytes: 87_031_808,
5 cdnUrls: ['https://huggingface.co/Joker5514/VoiceIsolate-Models/resolve/main/demucs_v4_quantized.onnx']
6},
7bsrnn_vocals: {
8 path: 'models/bsrnn_vocals.onnx',
9 sizeBytes: 3_870_554,
10 cdnUrls: ['https://huggingface.co/Joker5514/VoiceIsolate-Models/resolve/main/bsrnn_vocals.onnx']
11}