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

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
LightSpark55 committed May 7, 2024
1 parent 229e6ed commit 5baac47
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
6 changes: 4 additions & 2 deletions Get-Started/Alternatives.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ Google Colab **(Google Colaboratory)** is a free cloud based platform that enabl
It should be noted that Gradio is banned from Colab, so it is preferable to use a secondary or new account to avoid a possible ban. Additionally, it is possible that Colab may disconnect after a few hours due to Google’s limitations.
!!!

1. Enter [Applio Colab](https://colab.research.google.com/github/iahispano/applio/blob/master/assets/Applio.ipynb) and just **run the 2 cells**.
1. Enter [Applio Colab](https://colab.research.google.com/github/iahispano/applio/blob/master/assets/Applio.ipynb) and just **run the 2 cells**.
![](../assets/Colab.png)

2. Then a **public link** will be given to us where we can enter the interface.
2. Due to recent issues with Gradio links, a **shared_tunnel** has been implemented. If you select this option, you’ll need to access the **shared link** and enter the **Password IP**. If you leave it unchecked, a **public link** will appear to enter the interface, in case it doesn't appear, use the other method.

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

!!!info In case you want to **train**, you should run the **Extra cells** before run **Start Applio** cell. Otherwise, simply run the **Install Applio** and **Start Applio** cells.
!!!
Expand Down
1 change: 0 additions & 1 deletion Guides/Audio/MVSEP.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Here you will learn how to Separate the Vocals and the Instrumental of songs wit
- MDX23C (to remove vocals and instrumental)
- **BSReformer V2 (vocals, instrumental)**
- ver 2024,04 (the best to remove instrumental and vocals)
- viperx edition (to remove instrumental and vocals)
- MVSep MelBand Reformer (to remove vocals and instrumental)
- **MDX B (vocals, instrumental)**
- UVR-MDX-NET Voc FT (to remove instrumental and vocals)
Expand Down
12 changes: 7 additions & 5 deletions Guides/Audio/UVR.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,14 @@ You can change the **type of wav or the MP3 bitrate** in **Additional settings**
1. First, we go to the [UVR Colab](https://colab.research.google.com/github/Eddycrack864/UVR5-NO-UI/blob/main/UVR5_NO_UI.ipynb).

2. In our Google Drive, we created the folder **Separar** where we will put our songs to separate, and **Vocales** where our already separated song will be stored.
!!!info
Now you can download the music that you want to separate from Colab, go to the **YouTube Audio Downloader for Separation** cell, just place the link of the song in **video_url** and song name in **audio_name**, then run that cell. Your song will be stored in the **Separar** folder that you created in your Drive.
!!!

3. Run the **Installation** cell to start cloning the repository to the colab and mount drive.

4. Run the cell of your choice: **BS Reformer, MDX23C, MDX-NET, VR ARCH, Demucs**.
4. In case you want to separate directly from YouTube, place the link in the **audio input**, otherwise leave it as it is.
!!!info
Also you can download the music that you want to separate from Colab, go to the **YouTube Audio Downloader for Separation** cell, just place the link of the song in **video_url** and song name in **audio_name**, then run that cell. Your song will be stored in the **Separar** folder that you created in your Drive.
!!!
5. Run the cell of your choice: **BS Reformer, MDX23C, MDX-NET, VR ARCH, Demucs**.

:::

Expand All @@ -81,6 +83,6 @@ Now you can download the music that you want to separate from Colab, go to the *
- If you wish, you can change the **Segment Size** and the **Overlap** in case of **MDX23C** and **MDX-NET**, the **windows size** and the **aggression setting** for **VR Arc** to your preference or leave it as it is.
!!!

5. Now we go to the **Vocales folder**, there we find our separate audios, we download the audio with the name of the **song-Vocals**, in case you want the instrumental is **song-Instrumental**.
6. Now we go to the **Vocales folder**, there we find our separate audios, we download the audio with the name of the **song-Vocals**, in case you want the instrumental is **song-Instrumental**.
:::
+++
Binary file added assets/tunel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5baac47

Please sign in to comment.