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
- Atomic Chat
File size: 245 Bytes
2c6c6d8 | 1 2 3 4 5 6 7 8 9 10 11 12 | {
"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
} |