Update README.md
Browse files
README.md
CHANGED
@@ -1,20 +1,20 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
---
|
4 |
|
5 |
<div align="center">
|
6 |
<img src="logo.png" alt="logo" width="128" height="128">
|
7 |
-
</div>
|
8 |
|
9 |
-
|
|
|
|
|
|
|
10 |
|
11 |
-
|
12 |
-
Github Link: [https://github.com/SUC-DriverOld/MSST-WebUI](https://github.com/SUC-DriverOld/MSST-WebUI)<br>
|
13 |
-
Support Languages: English, 简体中文, 繁體中文, 日本語
|
14 |
|
15 |
## Introduction
|
16 |
|
17 |
-
This is a webUI for [Music-Source-Separation-Training](https://github.com/ZFTurbo/Music-Source-Separation-Training), which is a music source separation
|
18 |
|
19 |
## Huggingface Model Repo
|
20 |
|
|
|
1 |
---
|
2 |
+
license: cc-by-nc-sa-4.0
|
3 |
---
|
4 |
|
5 |
<div align="center">
|
6 |
<img src="logo.png" alt="logo" width="128" height="128">
|
|
|
7 |
|
8 |
+
<h1>MSST-WebUI</h1>
|
9 |
+
A WebUI app for Music-Source-Separation-Training and we packed UVR together!<br>
|
10 |
+
|
11 |
+
[![Open in Google Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/SUC-DriverOld/MSST-WebUI/blob/main/webUI_for_colab.ipynb)[![Github repository](https://img.shields.io/badge/Github-Repository-blue?)](https://github.com/SUC-DriverOld/MSST-WebUI)
|
12 |
|
13 |
+
</div>
|
|
|
|
|
14 |
|
15 |
## Introduction
|
16 |
|
17 |
+
This is a webUI for [Music-Source-Separation-Training (MSST)](https://github.com/ZFTurbo/Music-Source-Separation-Training), which is a repository for training models for music source separation. You can use this webUI to infer the MSST model and VR Models, and the preset process page allows you to customize the processing flow yourself. You can install models in the "Install Models" interface. If you have downloaded [Ultimate Vocal Remover (UVR)](https://github.com/Anjok07/ultimatevocalremovergui) before, you do not need to download VR Models again. You can go to the "Settings" page and directly select your UVR5 model folder. We also provide some convenient tools in the WebUI such as [Singing-Oriented MIDI Extractor (SOME)](https://github.com/openvpi/SOME/), advanced ensemble mode, and more.
|
18 |
|
19 |
## Huggingface Model Repo
|
20 |
|