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
File size: 1,948 Bytes
1455e8a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | {
"format": "soulx-singer-mlx",
"source": "Soul-AILab/SoulX-Singer",
"official_code": "https://github.com/Soul-AILab/SoulX-Singer",
"precision": "bf16",
"dtype": "bfloat16",
"components": [
{
"component": "svs",
"source_file": "model.pt",
"tensor_count": 587,
"skipped": [],
"numel": 704471426,
"weight_files": [
"model-00001-of-00011.safetensors",
"model-00002-of-00011.safetensors",
"model-00003-of-00011.safetensors",
"model-00004-of-00011.safetensors",
"model-00005-of-00011.safetensors",
"model-00006-of-00011.safetensors",
"model-00007-of-00011.safetensors",
"model-00008-of-00011.safetensors",
"model-00009-of-00011.safetensors",
"model-00010-of-00011.safetensors",
"model-00011-of-00011.safetensors"
]
},
{
"component": "svc",
"source_file": "model-svc.pt",
"tensor_count": 544,
"skipped": [],
"numel": 698444162,
"weight_files": [
"model-00001-of-00011.safetensors",
"model-00002-of-00011.safetensors",
"model-00003-of-00011.safetensors",
"model-00004-of-00011.safetensors",
"model-00005-of-00011.safetensors",
"model-00006-of-00011.safetensors",
"model-00007-of-00011.safetensors",
"model-00008-of-00011.safetensors",
"model-00009-of-00011.safetensors",
"model-00010-of-00011.safetensors",
"model-00011-of-00011.safetensors"
]
}
],
"runtime": {
"svs": "SoulXSinger checkpoint, saved as MLX-compatible safetensors",
"svc": "SoulXSingerSVC checkpoint, saved as MLX-compatible safetensors",
"decoder": "full audio generation currently uses the official PyTorch bridge"
},
"target_repo": "mlx-community/SoulX-Singer-bf16",
"collection": "https://huggingface.co/collections/mlx-community/soulx-singer-mlx-6a1c0525d0911ea400102840"
}
|