Text-to-Speech
PyTorch
Safetensors
GGUF
English
qwen2
TTS
Text to Speech
Voice Clone
Android Text to Speech
imatrix
How to use from
llama.cppInstall from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf hik63382/TTS_Android_PC:BF16# Run inference directly in the terminal:
llama-cli -hf hik63382/TTS_Android_PC:BF16Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf hik63382/TTS_Android_PC:BF16# Run inference directly in the terminal:
./llama-cli -hf hik63382/TTS_Android_PC:BF16Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf hik63382/TTS_Android_PC:BF16# Run inference directly in the terminal:
./build/bin/llama-cli -hf hik63382/TTS_Android_PC:BF16Use Docker
docker model run hf.co/hik63382/TTS_Android_PC:BF16Quick Links
Configuration Parsing Warning:Config file tokenizer_config.json cannot be fetched (too big)
π Support & Contact
π€ Created by NZG73
| Platform | Link |
|---|---|
| πΊ YouTube | @NZG73 |
| π Website | nzg73.blogspot.com |
| π§ Email | nzgnzg73@gmail.com |
| β GitHub | NZG 73 |
- Downloads last month
- 96
Hardware compatibility
Log In to add your hardware
16-bit

Install from brew
# Start a local OpenAI-compatible server with a web UI: llama-server -hf hik63382/TTS_Android_PC:BF16# Run inference directly in the terminal: llama-cli -hf hik63382/TTS_Android_PC:BF16