contextboxai / ViZipvoice

huggingface.co
Total runs: 1.5K
24-hour runs: 0
7-day runs: 44
30-day runs: 1.5K
Model's Last Updated: June 11 2026
text-to-speech

Introduction of ViZipvoice

Model Details of ViZipvoice

ViZipVoice

Vietnamese zero-shot TTS / voice cloning fine-tuned from ZipVoice .

The wrapper loads the largest checkpoint-<step>.pt automatically and uses soe-vinorm for Vietnamese text normalization.

Audio Demo

Generated with checkpoint-700000.pt , the current wrapper flow, and the demo text in demo/demo_text.txt .

Đinh-Quyết

Open audio

Nhã-Uyên

Open audio

MC

Open audio

Install
git clone https://github.com/iamdinhthuan/ViZipvoice.git
cd ViZipvoice
pip install -r requirements.txt
export PYTHONPATH="$PWD:$PYTHONPATH"
CLI
python3 -m zipvoice.bin.infer_vizipvoice \
  --prompt-wav prompt.wav \
  --prompt-text "Xin chào, đây là giọng mẫu của tôi." \
  --text "ViZipVoice có thể tổng hợp giọng nói tiếng Việt từ một đoạn mẫu ngắn." \
  --res-wav-path output.wav

The CLI downloads this model repo by default. Use --model-dir models/ViZipvoice after downloading files locally.

Python
from zipvoice.vizipvoice import ViZipVoiceTTS

tts = ViZipVoiceTTS()
metrics = tts.synthesize(
    prompt_wav="prompt.wav",
    prompt_text="Xin chào, đây là giọng mẫu của tôi.",
    text="Đây là câu tiếng Việt được sinh bởi ViZipVoice.",
    output_path="output.wav",
)
print(metrics)
Reference Audio

audio/ contains 30 reference prompts. Each audio file has a sidecar .txt transcript with the same basename:

audio/Đinh-Quyết.mp3
audio/Đinh-Quyết.txt

Names only keep the audio/person name; the original lar_* prefix and Pro suffix are removed. The Gradio app reads this sidecar format automatically.

huggingface-cli download contextboxai/ViZipvoice \
  --local-dir models/ViZipvoice \
  --local-dir-use-symlinks False

python3 egs/zipvoice/gradio_app.py --exp-dir models/ViZipvoice
Inference Flow

The CLI, Python wrapper, and Gradio app use the same default flow:

  • normalize Vietnamese text with soe-vinorm , then clean spaces around punctuation;
  • split long text into sentences;
  • for a 1 -word sentence: use at least 24 steps and speed=0.6 ;
  • for a 2-4 word sentence: use speed=0.8 ;
  • generate each segment separately;
  • merge segments with silence, crossfade, fade in, and fade out.

Useful knobs:

--no-vietnamese-normalize
--no-split-sentences
--crossfade-ms 80
--silence-ms 180
--fade-in-ms 20
--fade-out-ms 80
Files
  • checkpoint-700000.pt : latest FP16 checkpoint
  • config.json , model.json : model config
  • tokens.txt : Vietnamese character tokenizer
  • audio/ : 30 reference audios plus .txt transcripts
  • demo/ : regenerated audio demos and metadata.json
  • vizipvoice.py : wrapper mirrored from GitHub
Responsible Use

This model can clone voices from short audio prompts. Use only voices you own or have explicit permission to use. Do not use it for impersonation, fraud, harassment, misinformation, or other harmful content.

License

Apache License 2.0. Please also credit the original ZipVoice project.

Runs of contextboxai ViZipvoice on huggingface.co

1.5K
Total runs
0
24-hour runs
19
3-day runs
44
7-day runs
1.5K
30-day runs

More Information About ViZipvoice huggingface.co Model

More ViZipvoice license Visit here:

https://choosealicense.com/licenses/apache-2.0

ViZipvoice huggingface.co

ViZipvoice huggingface.co is an AI model on huggingface.co that provides ViZipvoice's model effect (), which can be used instantly with this contextboxai ViZipvoice model. huggingface.co supports a free trial of the ViZipvoice model, and also provides paid use of the ViZipvoice. Support call ViZipvoice model through api, including Node.js, Python, http.

contextboxai ViZipvoice online free

ViZipvoice huggingface.co is an online trial and call api platform, which integrates ViZipvoice's modeling effects, including api services, and provides a free online trial of ViZipvoice, you can try ViZipvoice online for free by clicking the link below.

contextboxai ViZipvoice online free url in huggingface.co:

https://huggingface.co/contextboxai/ViZipvoice

ViZipvoice install

ViZipvoice is an open source model from GitHub that offers a free installation service, and any user can find ViZipvoice on GitHub to install. At the same time, huggingface.co provides the effect of ViZipvoice install, users can directly use ViZipvoice installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

ViZipvoice install url in huggingface.co:

https://huggingface.co/contextboxai/ViZipvoice

Url of ViZipvoice

Provider of ViZipvoice huggingface.co

contextboxai
ORGANIZATIONS

Other API from contextboxai