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
| { | |
| "do_sample": true, | |
| "repetition_penalty": 1.05, | |
| "temperature": 0.9, | |
| "top_p": 1.0, | |
| "top_k": 50, | |
| "subtalker_dosample": true, | |
| "subtalker_temperature": 0.9, | |
| "subtalker_top_p": 1.0, | |
| "subtalker_top_k": 50, | |
| "max_new_tokens": 8192 | |
| } |