GitHub - maxilevi/vits.cpp: a cpp ggml port of "VITS: Conditional Variational Autoencoder with Adversarial Learning for End-to-End Text-to-Speech." for use in mobile devices. this is my undergraduate project

1 min read Original article ↗

Skip to content

Navigation Menu

vits-cpp

a cpp ggml port of "VITS: Conditional Variational Autoencoder with Adversarial Learning for End-to-End Text-to-Speech." for use in mobile devices.

How to use

Clone and fetch all submodules

git@github.com:maxilevi/vits.cpp.git
cd vits.cpp
git submodule update --init --recursive

Fetch the models

Alternatively you can export the models yourself from huggingface

pip install -r scripts/requirements.txt
python3 scripts/export_vits.py

To build and run the program you can run:

About

a cpp ggml port of "VITS: Conditional Variational Autoencoder with Adversarial Learning for End-to-End Text-to-Speech." for use in mobile devices. this is my undergraduate project

Resources

Readme

License

GPL-3.0 license

Activity

Stars

44 stars

Watchers

5 watching

Forks

7 forks