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

Commit

Permalink
moved the installation method section to installation section, change…
Browse files Browse the repository at this point in the history
… links and minor changes
  • Loading branch information
LightSpark55 committed Mar 20, 2024
1 parent 0165a4f commit 4913043
Show file tree
Hide file tree
Showing 9 changed files with 101 additions and 109 deletions.
8 changes: 4 additions & 4 deletions Beginners/AI-Cover.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ Here you will learn how to make AI covers.

---

- First, you must download the song and separate the vocals from the instrumental: [Audio Isolating Guides](/guides\Audio\Audio.md)
1. **Separate the vocals from the instrumental:** [Audio Isolating Guides](/guides\Audio\Audio.md)

- Search and download the model you want to use: [Applio Bot](/voice-models\Bot.md) / [Applio Web](https://applio.org/models)
2. **Search or download the model you want to use:** [Applio Bot](/voice-models\Bot.md) / [Applio Web](https://applio.org/models)

- Open Applio and make the cover: [Inference Guide](/get-started\inferencing.md) / [Other Alternatives](/get-started\Alternatives.md)
3. **Open Applio and make the cover:** [Inference Guide](/get-started\inferencing.md) / [Other Alternatives](/get-started\Alternatives.md)

- Then combine it with the instrumental and you’re done.
4. **Finally combine it with the instrumental and you’re done.**


19 changes: 0 additions & 19 deletions faq/Installation/Compiled.md

This file was deleted.

10 changes: 0 additions & 10 deletions faq/Installation/Installation.md

This file was deleted.

38 changes: 0 additions & 38 deletions faq/Installation/Installer/Installer.md

This file was deleted.

31 changes: 0 additions & 31 deletions faq/Installation/Script.md

This file was deleted.

35 changes: 32 additions & 3 deletions faq/general/errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,40 @@ icon: no-entry

# Errors

Common general errors in RVC/Applio if you want to check the errors depending on the installation method please check the specific [installation method page](/faq\Installation\Installation.md).
Common general errors in RVC/Applio.

==- **FFmpeg error/utf8 error**
Ensure paths are free of special characters.
==- **Dependencies**
In the conda installation method, Applio is installed in a conda environment. This enviroment has all the dependencies needed to run RVC/Applio so you don't need to install anything else.
==-
==- **Error Downloading Miniconda**
If there are issues automatically downloading Miniconda, download it [manually](https://repo.anaconda.com/miniconda/Miniconda3-py39_23.9.0-0-Windows-x86_64.exe) and install it.
==-
==- **Conda Error Building Wheels**
If Conda shows an error related to the "Wheels" dependency, check that Visual Studio Build Tools are installed. This requirement it should be installed semi automatically by the installer.
==-
==- **Tensorboard or dependency error**
If an error related to Tensorboard occurs, it's likely that no dependencies were installed correctly. [Review if you have the latest installer version](/get-started\Installation.md).

Also, please check if you have done any of the following:

||| Did you install applio in a directory with spaces or non ASCII characters in the path?
If you did, please reinstall applio in a directory without spaces or non ASCII characters in the path. (For example your C: drive root)
|||

||| Did you have the antivirus/firewall enabled during the installation?
If you did, please reinstall applio with the antivirus disabled.
|||

||| Did you open the run-applio.bat file with administrator privileges?
If you did, please open it without administrator privileges.
|||
==-
==- **Situation with Google Colab**
Unfortunately, Google Colab is currently unavailable as Google has taken measures to restrict access to Colab services, including Applio. Thanks to our team, we have been able to bring Applio back. [More information here](/get-started\Alternatives.md).
==-
==- **FFmpeg error/utf8 error**
Ensure paths are free of special characters.
==-
==- **Connection Error**
Ensure the console (black command line window) is open.
==-
Expand All @@ -40,4 +66,7 @@ Make sure to correctly set the path for your dataset before training. Remember t
==-
==- **IndexError: list index out of range**
Make sure to use the same sample rate when retraining or when selecting a custom pretrain.
==-
==- **Alternative**
If all else fails, download the precompiled (Zip or Exe) version. This will bring everything ready to start applio without the need to perform the installation.
==-
65 changes: 63 additions & 2 deletions get-started/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,78 @@ icon: desktop-download

# Installation

Installing [Applio](https://docs.applio.org/beginners/frequent-doubts/#what-is-applio-and-where-can-i-use-it) is a simple process, just download the .bat file of the latest version **[via the official repository](https://github.com/IAHispano/Applio/releases)**, extract the zip file and run the `run-install.bat (Windows) or run-install-sh (Linux)`, wait for it to download the necessary content and run the `run-applio.bat or run-applio.sh` file.
Installing [Applio](https://docs.applio.org/beginners/frequent-doubts/#what-is-applio-and-where-can-i-use-it) is a simple process, you can download and install Applio in different ways. If you are new to Applio we recommend installing the precompiled version (Zip or Exe) as it comes ready to use Applio.

+++ GitHub
Here you will learn how to install Applio via the official repository.
- Download the **.bat** file of the latest version from **[GitHub repository](https://github.com/IAHispano/Applio/releases)**
- Extract the zip file
!!!warning Before Installing:
- Make sure that you place Applio inside a folder on C driver.
- Don't put it in a folder with privileged access.
- Don't run the run-install.bat as an administrator.
- Make sure the path does not contain any spaces or special characters.
- Desactivate your antivirus and firewall to avoid missing dependencies.
!!!
### Windows:
- Run the `run-install.bat`, wait for it to download the necessary content
- Run the `run-applio.bat` file
### Linux:
- Run the `run-install.sh`, wait for it to download the necessary content
- Run the `run-applio.sh` file

If you encounter an error during execution, you can try the [precompiled](/faq\Installation\Compiled.md) version of Applio.
**If you encounter an error during execution, you can try the precompiled (Zip or Exe) version of Applio.**
+++ Zip
If you encounter an error during execution, you can try the precompiled **(Zip)** version of Applio.
- Download the zip [here](https://huggingface.co/IAHispano/Applio/resolve/main/Compiled/ApplioV3.0.9.zip?download=true)
- Extract it
- Click on `run-applio.bat`, that’s all.
!!!warning Before executing run-applio:
- Make sure that you place Applio inside a folder on C driver.
- Don't put it in a folder with privileged access.
- Don't run the run-applio.bat as an administrator.
- Make sure the path does not contain any spaces or special characters.
!!!
**If you are having problems trying to run the executable, try with the Exe format.**
+++ Exe
If you encounter an error during execution, you can try the precompiled **(Exe)** version of Applio.
- Download [here](https://huggingface.co/IAHispano/Applio/resolve/main/Compiled/ApplioV3.0.9.exe)
- Open the executable so it can extract the program files
- Click on `run-applio.bat`, that’s all.
!!!warning Before installing:
- In case you get a Windows message, just click on **More information** and then on **Run anyway**.
- Make sure that you place Applio inside a folder on C driver.
- Don't put it in a folder with privileged access.
- Don't open the Applio.exe or run-applio.bat as an administrator.
- Make sure the path does not contain any spaces or special characters.
!!!
**If you are having problems trying to run the executable, try with the Zip format.**
+++ Script
Here you will learn how to install Applio using commands in CMD.
## Windows
``` js
./run-install.bat
```
``` js
./run-applio.bat
```
## Linux/Mac
``` js
chmod +x run-install.sh
./run-install.sh
```
``` js
chmod +x run-applio.sh
./run-applio.sh
```
## Paperspace
``` js
make run-install
```
``` js
make run-applio
```
+++

## How to update Applio?
To update, it is necessary to delete the current Applio folder and reinstall it. Make sure to save your audios and models before deleting the current folder.
2 changes: 1 addition & 1 deletion get-started/tensorboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This image provides a visual guide for locating the "g/total" metric within the
!!!

## Lowest Point
It’s when the graph goes to a point so low that it doesn’t happen again. During training, there will be several low points which you should test to find the indicated pth of your model and in this way prevent our model from being [overtrained](https://docs.applio.org/faq/rvc/#overtraining). To know which one to choose, we go to the lowest point and look at how many **steps** it has. Knowing this, we can search in the open cmd for the epochs with that step or the closest one from the save points.
It’s when the graph goes to a point so low that it doesn’t happen again. During training, there will be several low points which you should test to find the indicated pth of your model and in this way prevent our model from being [overtrained](https://docs.applio.org/faq/rvc/#overtraining). To know which one to choose, we go to the lowest point and look at how many **steps** it has. Knowing this, we can search in the open cmd or colab notebook for the epochs with that step or the closest one from the save points.
-![](../assets/Point.png)-

==- Advanced Information
Expand Down
2 changes: 1 addition & 1 deletion get-started/training.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ order: C
# Training

!!!warning Important!
Training is only for **NVDIA GPUs.**
Training is only for **NVDIA GPUs**, If you don’t have a compatible GPU, the Training tab will be disabled.
!!!

How to use the Tensorboard for correct training? Check out the [Tensorboard](./tensorboard.md) section.
Expand Down

0 comments on commit 4913043

Please sign in to comment.