Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,12 +1,26 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[](https://colab.research.google.com/drive/1r4IRL0UA7JEoZ0ZK8PKfMyTIBHKpyhcw)
|
| 2 |
+
|
| 3 |
+
# Installation
|
| 4 |
+
|
| 5 |
+
```bash
|
| 6 |
+
!git clone https://github.com/777gt/EasyGUI-RVC-Fork
|
| 7 |
+
!cd EasyGUI-RVC-Fork
|
| 8 |
+
!pip install -r requirements.txt
|
| 9 |
+
```
|
| 10 |
+
Now download the hubert base model into that folder too.
|
| 11 |
+
|
| 12 |
+
# Running it
|
| 13 |
+
On windows you can just open the go-web.bat file or navigate to the EasyGUI folder and manually type:
|
| 14 |
+
```bash
|
| 15 |
+
!python.exe EasierGUI.py --pycmd python.exe --port 7897
|
| 16 |
+
```
|
| 17 |
+
On linux do:
|
| 18 |
+
```bash
|
| 19 |
+
!python3 EasierGUI.py --pycmd python3
|
| 20 |
+
```
|
| 21 |
+
|
| 22 |
+
Latest updates:
|
| 23 |
+
6/18/23 : Automatically selects the index file when you select your model if it exists.
|
| 24 |
+
6/19/23: Added Elevenlabs API TTS and Google TTS.
|
| 25 |
+
6/20/23: Changed default values, removed resampling option. Optimized for local installation.
|
| 26 |
+
6/21/23: Added a Wav2Lip tab from wav2lip-HD https://github.com/indianajson/wav2lip-HD
|