#
Applio no UI Colab
Last update: Jan 31, 2025

#
#
Introduction
Applio is a VITS-based Voice Conversion Tool developed by the IA Hispano team.
It's liked for its great UI & lots of extra features, such as TTS (with RVC models too), plugins, automatic model upload, customizable theme & more.
Because of its user-friendly experience & active development, it's considered to be one of the best forks.
As this cloud version is hosted in Google Colab, remember that you have a limited runtime of around 4 hours.
#
Pros & Cons
The pros & cons are subjective to your necessities.
- Very complete
- Has an active development
- Currently stable
- Very fast
- TTS features
- Automatic model upload
- Has Mangio-Crepe
- User-friendly UI
- TensorBoard included
- Extra features: (plugins, model fusion, etc)
- Usage limit for free users
#
#
Installation
#
#
1. Running cells.
Start by accessing the colab here.
Then run the
Installation
cell to install all the requirements.

#
#
Training
#
2. Preprocess Dataset.
Name your model whatever you want.
Then upload your dataset to your google drive.
Type in the path to your dataset into
dataset_path
.

Select your sample rate.
Run the cell.
#
#
3. Extract Features.
Choose the f0 method you want, usually RMVPE is the best.
If you chose Crepe set your hop length to 32, 64 or 128. If you chose RMVPE ignore this option.

- Run the cell.
#
#
4. Training.
Set the total number of epoch you want to train for.
Choose your batch size, 8 is the best for most cases.
Enable
cleanup
if this is your first time training a model and you're not resuming.Set how many epochs you are going to save. If you want to get the best epoch set this to 1 but if you're ok with close enough you can set this to a higher number.
Turn on
save_only_latest
.

- Run the cell to start training!
#
#
5. Resuming Training.
Set the model names to exactly what you had before.
Run the first cell.
Select your sampe rate and f0 method in the second cell.
Run the final cell.

- Then run the training cell again.