Does anyone have advice on how to use the Xeus encoder with RVC?
I checked out the exp/vocoders branch and see that Xeus is referenced their but that branch is a bit out of date and I had a few errors running it. I merged main into the branch and have been able to make a few changes to xeus_test_model.py to get a plot to display. For the test class I am loading in the checkpoint found here. https://huggingface.co/espnet/xeus/blob/main/model/xeus_checkpoint_new.pth
When I try to run the full application it has me select custom embedder with a ".bin" or ".json" extension. Is there something I need to do to get the checkpoint in this format?
My goal is to use an embedder that will reproduce multilingual sounds better. For example a rolling "r" or even laughing/crying.
Also I have a 4090. I know this model is a lot larger than Hubert - will there be any issues using it with this setup?
Thanks!