Mylo

Results 111 comments of Mylo

`data/models/rvc/[model name]/`

That would require manual work, or a script/extension.

When I was figuring out how bark works, I wrote down my observations in [here](https://github.com/gitmylo/audio-webui/blob/master/readme/bark/how_bark_works.md) I came up with a few theoretical methods that would allow voice cloning, which would...

currently it saves generated videos to the system temp folder. and the audio stays in memory. voicefixer would be great, definitely something for the utils tab.

> +1 for a dedicated outputs folder. > > Also, if we're requesting QOL features, it would be awesome if all of the models were downloaded to /data/models. Some currently...

Hmm, i got another report of this same issue a little before this, but TTS didn't even update this time, it would be useful to have an install log though.

I will likely be moving TTS to an extension so it can be disabled whenever such an issue occurs, as i don't want users to be stuck because of a...

TTS has been moved to an extension, if you want to use audio-webui without TTS, you'll need to use the [TTS-extension](https://github.com/gitmylo/audio-webui/tree/TTS-extension) branch. Which has the TTS features removed so they...