Text-to-Audio
MLX
Safetensors
apple-silicon
singing-voice-synthesis
singing-voice-conversion
soulx-singer
Instructions to use mlx-community/SoulX-Singer-bf16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/SoulX-Singer-bf16 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir SoulX-Singer-bf16 mlx-community/SoulX-Singer-bf16
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
Add config.json
Browse files- config.json +56 -0
config.json
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"format": "soulx-singer-mlx",
|
| 3 |
+
"source": "Soul-AILab/SoulX-Singer",
|
| 4 |
+
"official_code": "https://github.com/Soul-AILab/SoulX-Singer",
|
| 5 |
+
"precision": "bf16",
|
| 6 |
+
"dtype": "bfloat16",
|
| 7 |
+
"components": [
|
| 8 |
+
{
|
| 9 |
+
"component": "svs",
|
| 10 |
+
"source_file": "model.pt",
|
| 11 |
+
"tensor_count": 587,
|
| 12 |
+
"skipped": [],
|
| 13 |
+
"numel": 704471426,
|
| 14 |
+
"weight_files": [
|
| 15 |
+
"model-00001-of-00011.safetensors",
|
| 16 |
+
"model-00002-of-00011.safetensors",
|
| 17 |
+
"model-00003-of-00011.safetensors",
|
| 18 |
+
"model-00004-of-00011.safetensors",
|
| 19 |
+
"model-00005-of-00011.safetensors",
|
| 20 |
+
"model-00006-of-00011.safetensors",
|
| 21 |
+
"model-00007-of-00011.safetensors",
|
| 22 |
+
"model-00008-of-00011.safetensors",
|
| 23 |
+
"model-00009-of-00011.safetensors",
|
| 24 |
+
"model-00010-of-00011.safetensors",
|
| 25 |
+
"model-00011-of-00011.safetensors"
|
| 26 |
+
]
|
| 27 |
+
},
|
| 28 |
+
{
|
| 29 |
+
"component": "svc",
|
| 30 |
+
"source_file": "model-svc.pt",
|
| 31 |
+
"tensor_count": 544,
|
| 32 |
+
"skipped": [],
|
| 33 |
+
"numel": 698444162,
|
| 34 |
+
"weight_files": [
|
| 35 |
+
"model-00001-of-00011.safetensors",
|
| 36 |
+
"model-00002-of-00011.safetensors",
|
| 37 |
+
"model-00003-of-00011.safetensors",
|
| 38 |
+
"model-00004-of-00011.safetensors",
|
| 39 |
+
"model-00005-of-00011.safetensors",
|
| 40 |
+
"model-00006-of-00011.safetensors",
|
| 41 |
+
"model-00007-of-00011.safetensors",
|
| 42 |
+
"model-00008-of-00011.safetensors",
|
| 43 |
+
"model-00009-of-00011.safetensors",
|
| 44 |
+
"model-00010-of-00011.safetensors",
|
| 45 |
+
"model-00011-of-00011.safetensors"
|
| 46 |
+
]
|
| 47 |
+
}
|
| 48 |
+
],
|
| 49 |
+
"runtime": {
|
| 50 |
+
"svs": "SoulXSinger checkpoint, saved as MLX-compatible safetensors",
|
| 51 |
+
"svc": "SoulXSingerSVC checkpoint, saved as MLX-compatible safetensors",
|
| 52 |
+
"decoder": "full audio generation currently uses the official PyTorch bridge"
|
| 53 |
+
},
|
| 54 |
+
"target_repo": "mlx-community/SoulX-Singer-bf16",
|
| 55 |
+
"collection": "https://huggingface.co/collections/mlx-community/soulx-singer-mlx-6a1c0525d0911ea400102840"
|
| 56 |
+
}
|