Update README.md
Browse files
README.md
CHANGED
@@ -3,10 +3,15 @@ https://colab.research.google.com/drive/1X8YR4Ruv7zzY8YAMPTfC7hkxqT_d4Q5d#scroll
|
|
3 |
|
4 |
## **Credits**
|
5 |
[Eempostor](https://discordapp.com/users/818050831034613771) - Made everything work together, Notebook creator
|
|
|
6 |
[Applio](https://github.com/IAHispano/Applio-RVC-Fork) by [IAHispano](https://github.com/IAHispano) - The repo this colab is based on
|
|
|
7 |
[CNChTu](https://github.com/CNChTu) - [FCPE](https://github.com/CNChTu/FCPE) F0 method
|
|
|
8 |
[So Vits SVC](https://github.com/svc-develop-team/so-vits-svc) - [FCPE](https://github.com/CNChTu/FCPE) F0 method script
|
|
|
9 |
[ChatGPT](https://chat.openai.com/) - Helper
|
|
|
10 |
[Phind](https://www.phind.com/) - Helper
|
11 |
|
12 |
If you have any suggestions or problems on this colab, dm [me](https://discordapp.com/users/818050831034613771) on discord.
|
@@ -18,9 +23,12 @@ If you have any suggestions or problems on this colab, dm [me](https://discordap
|
|
18 |
- Fixed error when running inference without a GPU (GPU is still recommended as its way faster and more stable)
|
19 |
- Fixed error when running `hybrid` with `pm`, `dio`, and `harvest`
|
20 |
- Overhaulled the directory structure and some code
|
|
|
21 |
14/1/2024 | Fixes
|
22 |
- Fixed `Cannot retrieve the public link of the file` issue while downloading models from google drive
|
|
|
23 |
10/1/2024 | Fixes
|
24 |
- Fixed `Cannot retrieve the public link of the file` issue on installation
|
|
|
25 |
12/12/2023 | Small adjustments
|
26 |
- Moved `DOWNLOAD` and `SAVE_TO_DRIVE` option on inference cell into a new cell
|
|
|
3 |
|
4 |
## **Credits**
|
5 |
[Eempostor](https://discordapp.com/users/818050831034613771) - Made everything work together, Notebook creator
|
6 |
+
|
7 |
[Applio](https://github.com/IAHispano/Applio-RVC-Fork) by [IAHispano](https://github.com/IAHispano) - The repo this colab is based on
|
8 |
+
|
9 |
[CNChTu](https://github.com/CNChTu) - [FCPE](https://github.com/CNChTu/FCPE) F0 method
|
10 |
+
|
11 |
[So Vits SVC](https://github.com/svc-develop-team/so-vits-svc) - [FCPE](https://github.com/CNChTu/FCPE) F0 method script
|
12 |
+
|
13 |
[ChatGPT](https://chat.openai.com/) - Helper
|
14 |
+
|
15 |
[Phind](https://www.phind.com/) - Helper
|
16 |
|
17 |
If you have any suggestions or problems on this colab, dm [me](https://discordapp.com/users/818050831034613771) on discord.
|
|
|
23 |
- Fixed error when running inference without a GPU (GPU is still recommended as its way faster and more stable)
|
24 |
- Fixed error when running `hybrid` with `pm`, `dio`, and `harvest`
|
25 |
- Overhaulled the directory structure and some code
|
26 |
+
|
27 |
14/1/2024 | Fixes
|
28 |
- Fixed `Cannot retrieve the public link of the file` issue while downloading models from google drive
|
29 |
+
|
30 |
10/1/2024 | Fixes
|
31 |
- Fixed `Cannot retrieve the public link of the file` issue on installation
|
32 |
+
|
33 |
12/12/2023 | Small adjustments
|
34 |
- Moved `DOWNLOAD` and `SAVE_TO_DRIVE` option on inference cell into a new cell
|