Views
No views yet
| Directory | Description | Total size |
|---|---|---|
quant/ | Default bundle. INT4/INT8 weight-only quantization on applicable models. | ~0.9 GB |
unquant/ | Full-precision bundle (no quantization). | ~2.8 GB |
--model-path in the Rust demo.custom_* export prefix (custom_vits.onnx, custom_t2s_encoder.onnx, etc.).| File | Quant | Unquant | Size reduction |
|---|---|---|---|
| bert.onnx | 162 MB | 1142 MB | 85.8% |
| g2pW.onnx | 89 MB | 606 MB | 85.3% |
| custom_t2s_fs_decoder.onnx | 83 MB | 304 MB | 72.6% |
| custom_t2s_s_decoder.onnx | 77 MB | 301 MB | 74.6% |
| ssl.onnx | 360 MB | 360 MB | — |
| custom_t2s_encoder.onnx | 7.5 MB | 7.5 MB | — |
| custom_vits.onnx | 155 MB | 155 MB | — |
ssl, custom_t2s_encoder, and custom_vits are not quantized. bert, g2pW, and the T2S decoders are.huggingface-cli download mikv39/gpt-sovits-onnx-custom quant --local-dir ./gpt-sovits-onnx-custom-quanthuggingface-cli download mikv39/gpt-sovits-onnx-custom unquant --local-dir ./gpt-sovits-onnx-custom-unquantquant/ or unquant/ directly:git clone https://huggingface.co/mikv39/gpt-sovits-onnx-customref.wav. Suggested reference text:格式化,可以给自家的奶带来大量的。1cargo run --release --example gpt_sovits_demo -- \
2 --model-path ./gpt-sovits-onnx-custom-quant \
3 --ref-text "格式化,可以给自家的奶带来大量的。" \
4 --text "你好啊,这是一个测试。"