YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/model-cards#model-card-metadata)
Harmonify (RVC No UI Colab)
https://colab.research.google.com/drive/1X8YR4Ruv7zzY8YAMPTfC7hkxqT_d4Q5d
Credits
Eempostor - Made everything work together, Notebook creator
Applio by IAHispano - The repo this colab is based on
So Vits SVC - FCPE F0 method script
ChatGPT - Helper
Phind - Helper
If you have any suggestions or problems on this colab, dm me on discord.
Changelogs
9/3/2024 | Huge changes
- Pitch extraction
fcpe
now uses thetorchfcpe
library. You can still use the previous version withfcpe_legacy
MIN_PITCH
andMAX_PITCH
now accepts pitch notations- Fixed error when running inference without a GPU (GPU is still recommended as its way faster and more stable)
- Fixed error when running
hybrid
withpm
,dio
, andharvest
- Overhaulled the directory structure and some code
14/1/2024 | Fixes
- Fixed
Cannot retrieve the public link of the file
issue while downloading models from google drive
10/1/2024 | Fixes
- Fixed
Cannot retrieve the public link of the file
issue on installation
12/12/2023 | Small adjustments
- Moved
DOWNLOAD
andSAVE_TO_DRIVE
option on inference cell into a new cell