Instructions to use klanmiko/AceCombat5-RVC with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Fairseq
How to use klanmiko/AceCombat5-RVC with Fairseq:
from fairseq.checkpoint_utils import load_model_ensemble_and_task_from_hf_hub models, cfg, task = load_model_ensemble_and_task_from_hf_hub( "klanmiko/AceCombat5-RVC" ) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,4 +5,8 @@ pipeline_tag: audio-to-audio
|
|
| 5 |
tags:
|
| 6 |
- rvc
|
| 7 |
- voice-conversion
|
| 8 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
tags:
|
| 6 |
- rvc
|
| 7 |
- voice-conversion
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
Contains models extracted from Ace Combat 5 main character voicelines. The trained audio was not filtered for noise, any inference from the models will have in-game "radio static" and other noise.
|
| 11 |
+
|
| 12 |
+
Original dataset per voice is < 10mins including noise, so results are not high quality.
|