Installing Inference Models
While you can create your own inference models in Applio (see Training a Voice Model), you may be able to find pre-existing models ready for inference. You can find such models here. These can be installed in three ways:
- Using the model downloader
- Uploading the files through Applio’s interface
- Manually placing the model files
RVC models typically have two components: A PTH file (short for PyTorch archive) where all the actual model weights are, and a much smaller Index file. The Index file is optional, and can be left off even if it is provided. This file helps enforce the accent of the original speaker.
Using the model downloader
Section titled “Using the model downloader”- Obtain the URL of a ZIP file containing the PTH and Index files.
- Go to the Download tab of Applio.
- Paste the URL into the Download Model panel’s Download Link field.
- Click the Download Model button.
- Wait for the download to complete.
Uploading the files through Applio’s interface
Section titled “Uploading the files through Applio’s interface”- If the files are in an archive such as a “zipped folder”, extract them.
- Go to the Download tab of Applio.
- Use the Drop Files field to upload the files, by clicking it and selecting them, or by dragging and dropping them to it.
- Wait for the upload to complete.
Manually placing the model files
Section titled “Manually placing the model files”- If the files are in an archive such as a “zipped folder”, extract them.
- If the files do not extract to their own folder, create one named after the model and put them in it.
- Move that folder to be inside Applio’s
logsfolder.
In all three cases, the end result should be that both the PTH and Index files are, for the example of a model named “John Doe Voice”, inside Applio/logs/JohnDoeVoice.