You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
back up all of the model files from the server -> gdrive
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.
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.
add the voice models on the frontend
refactor the backend + frontend code to not use GDrive ids, but more natural voice keys for identification
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: