Does anyone knows a free and stable web ui for sovits4.0 inference?
I don't have a nvidia gpu so I can only go to online training and inferencing.
The google colab script I was using was unable to run inference now (because of the update of colab maybe), so I was searching for a new web ui.
I have look for the hugging face spaces around, but didn't find a space that I can upload my local model and successfully run inference.
The only hugging face space that I can upload my own model showed this error when I press import model after uploading. I wonder it's due to my model or the space.
If you would like to share how you do the inference, please let me know, thanks.
Here are the colab script and hugging face space I've tried but not successful:
https://colab.research.google.com/github/svc-develop-team/so-vits-svc/blob/4.1-Stable/sovits4_for_colab.ipynb
https://huggingface.co/spaces/neuroama/so-vits-svc
edit: I'm trying RVC now