Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,34 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Harmonify (RVC No UI Colab)
|
2 |
+
https://colab.research.google.com/drive/1X8YR4Ruv7zzY8YAMPTfC7hkxqT_d4Q5d#scrollTo=ETi_iuahSocg
|
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.
|
18 |
+
|
19 |
+
## Changelogs
|
20 |
+
9/3/2024 | Huge changes
|
21 |
+
- Pitch extraction `fcpe` now uses the `torchfcpe` library. You can still use the previous version with `fcpe_legacy`
|
22 |
+
- `MIN_PITCH` and `MAX_PITCH` now accepts pitch notations
|
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
|