# Applio no UI Colab

Last update: August 7, 2025


image

# Introduction

# Pros & Cons

✔️ PROS
CONS
  • Very complete
  • Has an active development
  • Currently stable
  • Very fast
  • TTS features
  • Automatic model upload
  • Has (not Mangio) Crepe
  • User-friendly UI
  • TensorBoard included
  • Extra features: (plugins, model fusion, etc)
  • Usage limit for free users

#

# Installation

#

# 1. Running cells.

  1. Start by accessing the colab here.

  2. Then run the Installation cell to install all the requirements.

image
#

# Training

# 2. Preprocess Dataset.

  1. Name your model whatever you want.

  2. Then upload your dataset to your google drive.

  3. Type in the path to your dataset into dataset_path.

image
  1. Select your sample rate.

  2. Run the cell.

#

# 3. Extract Features.

  1. Choose the f0 method you want, usually RMVPE is the best.

  2. You can also change the Embedder Model.

Extract Features
  1. Run the cell.
#

# 4. Training.

  1. Set the total number of epoch you want to train for.

  2. Choose your batch size, 8 is the best for most cases.

  3. Enable cleanup if this is your first time training a model and you're not resuming.

  4. 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.

  5. Turn on save_only_latest.

image
  1. Run the cell to start training!
#
# 5. Resuming Training.
  1. Set the model names to exactly what you had before.

  2. Run the first cell.

  3. Select your sampe rate and f0 method in the second cell.

  4. Run the final cell.

image
  1. Then run the training cell again.

# ‎ ‎

# You have reached the end.

Report Issues