Views
No views yet
Dia.gguf is the non-quantized 32 bit floating point version, Dia_Q4.gguf, Dia_Q5.gguf, Dia_Q8.gguf and Dia_F16.gguf are the 4bit, 5bit, 8bit and 16bit quantized versions respectively, and all versions with the prefix _DAC_F16.gguf are encoded with a 16bit version of the DAC audio encoder.1cmake -B build
2cmake --build build --config Releasebuild/bin/tts-cli --model-path /model/path/to/downloaded_gguf_file.gguf --prompt "I am saying some words" --save-path /tmp/test.wav