Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate new voice models #3678

Open
avaer opened this issue Sep 1, 2022 · 0 comments
Open

Integrate new voice models #3678

avaer opened this issue Sep 1, 2022 · 0 comments

Comments

@avaer
Copy link
Contributor

avaer commented Sep 1, 2022

We have a voice training pipeline now, with additional trained voices, so it's time to integrate them.

Our talknet implementation (https://github.com/webaverse/tiktalknet) has code for pulling all of the PPP pones models, but we already have them all on the sever.

Steps:

  1. find the voice model files on the voice server
  2. back up all of the model files from the server -> gdrive
  3. update the code to only pull local models, instead of trying to download with a local cache. this code isn't even running anymore since everything is cached.
  4. add the new voice models on the backend. for this you will need to make up some fake gdrive ids which are not actually gdrive ids, purely for the purpose of identifying the voice in the API.
  5. add the voice models on the frontend
  6. refactor the backend + frontend code to not use GDrive ids, but more natural voice keys for identification
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant