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

Commit

Permalink
some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
LightSpark55 committed Apr 19, 2024
1 parent a5fed25 commit 8ef9288
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 13 deletions.
2 changes: 2 additions & 0 deletions Beginners/Interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ One of the main features of applio for user comfort is a simple to understand in
- **How to use and understand the Tensorboard:**[Tensorboard Guide](/get-started/tensorboard)

- **Use the Audio Analyzer Tool for your datasets:** [Audio Analyzer Guide](/get-started/audio-analyzer/)

- **Combine models to create a new one:** [Voice Blender Guide](/get-started\Voice-Blender.md)
Binary file modified assets/Applio_Website.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/applio_bot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion faq/rvc/rvc.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ order: C
Questions about RVC.

==- What is RVC?
RVC (Retrieval-Based Voice Conversion) is one of the is one of the Ai voice cloning techniques using speech synthesis.
RVC (Retrieval-Based Voice Conversion) is an advanced AI voice cloning techniques using speech synthesis.
==-
==- What are the requirements for RVC/Applio?
The minimum required for local training is an Nvidia RTX series 20 graphics card with 8GB of VRAM to train models, in the case of inference you only need to have a decent CPU and at least 4GB of VRAM. If you have a Celeron processor, it would be better to look at [other alternatives](/get-started\Alternatives.md).
Expand Down
10 changes: 8 additions & 2 deletions get-started/pretrained.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ Works well with Russian datasets and also helps models of other languages to pro

Works well with Russian or Japanese language datasets and also helps models of other languages to pronounce Russian or Japanese well. This only supports **40k** sample rate.

Make sure to select the sample rate according to the sample rate of the custom pretraineds.

> https://huggingface.co/MUSTAR/SnowieV3.1-X-RinE3-40K/tree/main
### KLM v7 by SeoulStreamingStation

Works well with Korean and some types of Japanese voices. Unlike typical pre-trained models, it has a very wide vocal range, which should be very helpful for those covering songs, this only supports **32k** sample rate.

> **32K**: https://huggingface.co/SeoulStreamingStation/KLMv7s/resolve/main/KLMv7s_32k.zip
Make sure to select the sample rate according to the [sample rate](https://docs.applio.org/guides/datasets/sample-rate/#what-is-sample-rate) of the custom pretraineds.
18 changes: 9 additions & 9 deletions guides/Audio/Karafan.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ On Windows 11, you must allow first the execution of the **BAT file**:

6. Now, you can launch **KaraFan.pyw** by double-clicking on it.

## How To Update?
Simply **Run the Setup.py** file !

### STRUCTURE 📂
After installation, you'll find new folders at the root of the folder you have chosen with the following structure :

Expand All @@ -56,19 +53,22 @@ Folder | Function
/ Results | Here you will find your extracted audio files (or another one)

## How To Use?
1. Place your audio in the **music folder** and copy the **path of your song** that you want to separate and the path of the **folder** where the separated song will be stored.
1. Place your audio in the **Music folder** and copy the **path of your song** that you want to separate and the path of the **folder** where the separated song will be stored.

2. Now place the settings you want to apply, try the ones you want the most, but if you want to effectively separate the instrumental or sounds from the vocals, I recommend the following settings:

||| To effectively separate the instrumental from the vocals
||| To separate the instrumental from the vocals
![](../../assets/Musica.png)
||| In case you want to separate the voice from a YouTuber’s video or other typoe of video
||| To separate other typoe of audios
![](../../assets/Youtuber.png)
|||

3. We click on **Start** and it will begin to separate the chosen song. At the end of the process, the message **Processing DONE** will appear at the end of the interface.

4. Now we go to the **Vocals** folder and we will find a folder with the name of our song or audio. There we will find a list of audios, we download the audio with the name **Vocal Final**, in case you want the instrumental one that says **Music Final**.
4. Now we go to the **Results** folder and we will find a folder with the name of our song or audio. There we will find a list of audios, we download the audio with the name **Vocal Final**, in case you want the instrumental one that says **Music Final**.

## How To Update?
Simply **Run the Setup.py** file!

For more information, visit the [GitHub repository](https://github.com/Captain-FLAM/KaraFan).
+++ Google Colab
Expand All @@ -87,9 +87,9 @@ The Colab only lasts 30 minutes in execution. Additionally, it is possible that

6. Now place the settings you want to apply, try the ones you want the most, but if you want to effectively separate the instrumental or sounds from the vocals, I recommend the following settings:

||| To effectively separate the instrumental from the vocals
||| To separate the instrumental from the vocals
![](../../assets/Musica.png)
||| In case you want to separate the voice from a YouTuber’s video or other typoe of video
||| To separate other type of audios
![](../../assets/Youtuber.png)
|||

Expand Down
2 changes: 1 addition & 1 deletion voice-models/Bot.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ The bot is capable of searching models within a database of over +500k functiona

Type the command /search, enter the model name you want to search for, Click on **📤Download** to download the model or right click to get the model link, that’s all.

![](../assets/Applio_Bot.png)
![](/assets\Applio_Bot.png)

0 comments on commit 8ef9288

Please sign in to comment.