Spaces:
Paused
Paused
niomataalfin
commited on
Commit
•
9842997
1
Parent(s):
d86197b
init
Browse files
README.md
CHANGED
@@ -1,32 +1,13 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
-
# Local Installation
|
4 |
-
If you already have RVC installed, then just download GUI.py and drop it in the root folder!
|
5 |
-
If you need to install RVC, I recommend you check the [original repo](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI)
|
6 |
-
Or read this at least.
|
7 |
-
|
8 |
-
I recommend you use a virtual environment
|
9 |
-
|
10 |
-
```bash
|
11 |
-
python -m venv RVC
|
12 |
-
cd RVC
|
13 |
-
git clone https://github.com/777gt/-EVC-
|
14 |
-
Scripts/activate.bat
|
15 |
-
pip install torch torchvision torchaudio
|
16 |
-
pip install -r "-EVC-/requirements.txt"
|
17 |
-
```
|
18 |
-
If you're on Windows, like me, and don't have an NVIDA graphics card, install the requirements from a different .txt:
|
19 |
-
```bash
|
20 |
-
pip install -r "-EVC-/requirements-dml.txt"
|
21 |
-
```
|
22 |
-
Also, do not forget to download the necessary models. EasyGUI uses RVC 2 40k models.
|
23 |
-
|
24 |
-
```bash
|
25 |
-
wget https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/rmvpe.pt -O ./assets/rmvpe/rmvpe.pt
|
26 |
-
wget https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/rmvpe.onnx -O ./assets/rmvpe/rmvpe.onnx
|
27 |
-
wget https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/hubert_base.pt -O ./assets/hubert/hubert_base.pt
|
28 |
-
wget https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/pretrained_v2/D40k.pth -O ./assets/pretrained_v2/D40k.pth
|
29 |
-
wget https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/pretrained_v2/G40k.pth -O ./assets/pretrained_v2/G40k.pth
|
30 |
-
wget https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/pretrained_v2/f0D40k.pth -O ./assets/pretrained_v2/f0D40k.pth
|
31 |
-
wget https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/pretrained_v2/f0G40k.pth -O ./assets/pretrained_v2/f0G40k.pth
|
32 |
-
```
|
|
|
1 |
+
---
|
2 |
+
title: NioRCV
|
3 |
+
emoji: ⚡
|
4 |
+
colorFrom: purple
|
5 |
+
colorTo: blue
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 3.44.4
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
license: apache-2.0
|
11 |
+
---
|
12 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|