Views
No views yet
tools/omni/voxcpm2). The lightest VoxCPM — runs TTS + voice cloning natively on
CPU / Metal / CUDA / Vulkan, no PyTorch runtime required.| File | Format | Size | Component |
|---|---|---|---|
VoxCPM-0.5B-BaseLM-F16.gguf | F16 | ~974 MB | Base language model |
VoxCPM-0.5B-BaseLM-Q8_0.gguf | Q8_0 | ~519 MB | Base language model, 8-bit (recommended) |
VoxCPM-0.5B-Acoustic-F16.gguf | F16 | ~560 MB | Acoustic stack (ResidualLM + FSQ + CFM + AudioVAE) |
1./voxcpm2-cli -t "Hello from VoxCPM 0.5B." -o out.wav \
2 VoxCPM-0.5B-BaseLM-Q8_0.gguf VoxCPM-0.5B-Acoustic-F16.gguf
3# voice cloning: add -r speaker.wav--cfg, --timesteps, --seed, --temperature, -r (clone),
--prompt-wav/--prompt-text (reference-transcript clone), --cpu.
License/terms inherit from the upstream model.