Mylo
Mylo
I'm aware, from what I remember coqui normally gives a list of languages which you can get the same way for all models that support them. Except for XTTS, I...
Activate the venv manually and run with --skip-venv
I'm not sure about issues with audiocraft, but TTS has been moved out of the repository in [this branch](https://github.com/gitmylo/audio-webui/tree/TTS-extension), allowing you to skip installing it. Audiocraft fails to install on...
I'm running it the same way as everyone else, I just tried and was able to launch the latest version (d7db4126bb380b5b20cdb2dc0d94a5f64e727a15) without issues. The now merged TTS-extension branch also had...
No, although you can make a python script which imports rvc and uses it
Does it say anything in the console?
You might have had a bad prompt if that was the output, bark can have issues when the prompt is too short.
Yeah, i was actually kind of planning to add something for that, a setting that lets you choose between using the same history over and over, and looping the history...
Bark uses a system called "history prompts" which are basically context for the language model, It allows it to retain the same voice. These history prompts are stored in .npz...
Custom formatting for controlling the prompts could be useful. I'll think about it.