ai-voice-cloning/src
2023-08-26 01:41:29 +02:00
..
api websocket server: fix for model loading (just overriding args didn't do it after all...) 2023-08-26 01:41:29 +02:00
cli.py added CLI script (python ./src/cli.py --text=TEXT --voice=VOICE' etc) 2023-06-11 04:46:22 +00:00
list_devices.py Initial refractor 2023-02-17 00:08:27 +00:00
main.py added simple websocket server which allows to start tts generation tasks, retrieving autoregressive models and voices list 2023-08-16 12:51:13 +02:00
train.py DLAS is PIPified (but I'm still cloning it as a submodule to make updating it easier) 2023-03-21 15:46:53 +00:00
utils.py I don't know how I did not commit the 'sample from the voices to construct the input prompt for vall-e' change but this helps 2023-08-25 04:26:48 +00:00
webui.py updated vall-e training template to use path-based speakers because it would just have a batch/epoch size of 1 otherwise; revert hardcoded 'spit processed dataset to this path' from my training rig to spit it out in a sane spot 2023-08-24 21:45:50 +00:00