Instructions to use yunfengwang/IndexTTS-2.5-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use yunfengwang/IndexTTS-2.5-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir IndexTTS-2.5-mlx yunfengwang/IndexTTS-2.5-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
File size: 275 Bytes
39c70fa | 1 2 3 4 5 6 7 8 9 10 11 12 | {
"feature_extractor_type": "SeamlessM4TFeatureExtractor",
"feature_size": 80,
"num_mel_bins": 80,
"padding_side": "right",
"padding_value": 1,
"processor_class": "Wav2Vec2BertProcessor",
"return_attention_mask": true,
"sampling_rate": 16000,
"stride": 2
}
|