vall-e/vall_e
2024-09-25 23:31:24 -05:00
..
emb ugh 2024-09-18 21:40:57 -05:00
engines ugh 2024-09-18 21:40:57 -05:00
ext maybe final tweaks, I really needed to unify my json read/write and orjson is proven to be fast enough for me to try and rely on it more 2024-09-17 22:57:04 -05:00
models tweaks and fixes for lora stuffs 2024-09-08 18:05:21 -05:00
utils actually fix validation of phonemes in the symmap 2024-09-21 12:19:34 -05:00
__init__.py Rewrite init 2023-08-02 21:53:35 +00:00
__main__.py validated rep pen for STT (sometimes needed to wrangle the model) 2024-09-08 08:30:30 -05:00
config.py added option to retokenize phonemes for hdf5 (to save having to remake my hdf5 file) 2024-09-21 13:08:01 -05:00
data.py added option to retokenize phonemes for hdf5 (to save having to remake my hdf5 file) 2024-09-21 13:08:01 -05:00
demo.py swap order of demo entries, as the model prioritizes adhering to the speaker prompt more (instead of trying to match the ground truth magically) 2024-09-25 23:31:24 -05:00
export.py tweaks and fixes for lora stuffs 2024-09-08 18:05:21 -05:00
inference.py also do text similarities (dont know what use I'll have for this) 2024-09-10 16:45:59 -05:00
plot.py vall_e.plot tweaks 2024-09-24 20:05:10 -05:00
samplers.py possible speedup for samplers that require a list of previous tokens (the DRY sampler made me realize that I should copy the tolist() thing from the rep pen sampler for everything else) 2024-07-29 20:23:26 -05:00
train.py more fixes, moved sampler state dict to a better place, eval works again 2024-09-06 16:59:56 -05:00
webui.py oops, turns out these are not split by speaker names already........ (also added sampling the dataset in the webui for easy viewing) 2024-09-18 20:19:46 -05:00