KoeAI / LLVC

MIT License
372 stars 31 forks source link

Adding a new voice to the UI #3

Closed ElhamAhmedian closed 10 months ago

ElhamAhmedian commented 10 months ago

Hello, If I train my own voice, How do I add it to your beautiful UI?

Thanks!!!

ksadov commented 10 months ago

Currently, the Windows UI provided at https://koe.ai/recast/download/ is only compatible with the Desktop App Voices listed here, which are downloaded from the Koe AI servers: https://koe.ai/recast/samples/

ksadov commented 10 months ago

There currently aren't any plans to make the UI compatible with local LLVC models, but maybe that'll change in the future, we'll see.

ElhamAhmedian commented 10 months ago

Let me understand-the Desktop App models are not the same as the ones trained using this repo? So if I train and run in real-time without the Desktop UI, it will not sound the same? Thanks!

ksadov commented 10 months ago

The Desktop App voices are trained on proprietary data. However, if you were to gather a similar-sounding dataset and trained on that using code from this repository, the resulting voice should match the quality of the Desktop App voices.

ElhamAhmedian commented 9 months ago

Thanks, and how do I run my trained model in real-time without the UI?