Instructions to use LunaFox/DraculaFlow-TTS-mlx-8bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use LunaFox/DraculaFlow-TTS-mlx-8bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir DraculaFlow-TTS-mlx-8bit LunaFox/DraculaFlow-TTS-mlx-8bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
File size: 234 Bytes
2c6c6d8 | 1 2 3 4 5 6 7 8 9 10 11 | {
"chunk_length_s": null,
"feature_extractor_type": "EncodecFeatureExtractor",
"feature_size": 1,
"overlap": null,
"padding_side": "right",
"padding_value": 0.0,
"return_attention_mask": true,
"sampling_rate": 24000
}
|