Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
LightSpark55 committed Mar 3, 2024
1 parent 92a8e4b commit 524e869
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
Binary file removed assets/Drive.png
Binary file not shown.
Binary file added assets/ExtraColab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 11 additions & 6 deletions get-started/Alternatives.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,21 @@ Thanks to our team, we were able to bring Applio to other places for your conven

2. Then a **public link** will be given to us where we can enter the interface.

!!!info Info
You should select the Drive icon, which generates a code that allows you to mount your Drive in Colab. Keep in mind that this will clone the entire repository to your drive.
!!!
![](../assets/Drive.png)
### Extra cell
In this section, you will find the following options:

- **Mount Drive:** Connects Colab to our Google Drive for performing backups.
- **AutoBackup:** Saves our trained model to our drive. Drive needs to be mounted first.
- **LoadBackup:** Used to load our model if we want to retrain it. Drive must be mounted.
- **Download Custom Pretrains:** Allows direct downloading of custom pretrained models to Applio.

![](../assets/ExtraColab.png)

3. You can [train](/get-started\training.md/) models, do [inference](/get-started\inferencing.md/), or use [TTS](/get-started\tts.md/)

4. Your trained model is located in the logs/model folder, and the .pth files are in the logs/zips folder. If you want to save your model folder, you just need to move that folder or only the [D and G](https://docs.applio.org/faq/rvc/#g-and-d) pth file and your model’s .pth file to your drive.
4. Your trained model is located in the logs/model folder, and the .pth files are in the logs/zips folder. If you want to save your model folder on Drive, you just need to run the Mount Drive and AutoBackup cell before Star Applio.

- (If you want to retrain move that folder or D and G pth to Colab again, enter the same name of the model and locate in which stage the save files are left and enter a higher number of epochs.)
- (If you want to retrain place the name of your model and run the LoadBackup cell and enter a higher number of epochs.)
+++ Hugginface
1. First you need to create a hugginface account.

Expand Down

0 comments on commit 524e869

Please sign in to comment.