1# Auto-download + synthesize
2crispasr --backend melotts -m auto --tts "Hello world." --tts-output hello.wav
3
4# Manual download
5wget https://huggingface.co/cstr/melotts-en-v2-GGUF/resolve/main/melotts-en-v2-f16.gguf
6crispasr -m melotts-en-v2-f16.gguf --tts "Hello world." --tts-output hello.wavpython models/convert-melotts-to-gguf.py --ckpt checkpoint.pth --config config.json --output melotts-en-v2-f16.ggufmit. This repository redistributes under the same terms; it grants no rights the upstream licence does not.