vall-e/vall_e
2024-11-22 18:30:24 -06:00
..
emb fixes 2024-11-10 20:37:50 -06:00
engines m 2024-11-21 15:07:46 -06:00
models actually generate a causal mask because it seems sometimes it does not actually generate one because it makes assumptions 2024-11-22 18:30:24 -06:00
utils default set cfg strength to 3.0 since the reference model is updated 2024-11-17 10:23:40 -06:00
__init__.py Rewrite init 2023-08-02 21:53:35 +00:00
__main__.py moved stuff in the web UI around (un-experimented the max NAR-len steps because its kind of important to adjust this value for better sounding audio / quicker generated audio) 2024-11-20 20:37:33 -06:00
config.py huge oversight in the attention masking......... (i realized I have not been providing a non-causal mask to non-causal tasks) 2024-11-22 13:44:43 -06:00
data.py temporarily dropping support for xformers because it's breaking when using an attention mask (which i dont remember commenting it out when being passed), default to not use wandb because it's being a pain when doing tests and not actual sessionsS) 2024-11-22 11:29:12 -06:00
demo.py moved stuff in the web UI around (un-experimented the max NAR-len steps because its kind of important to adjust this value for better sounding audio / quicker generated audio) 2024-11-20 20:37:33 -06:00
export.py two weeks of agony concludes 2024-11-18 21:29:28 -06:00
inference.py added more harvard sentences to load from a text file 2024-11-21 13:18:11 -06:00
plot.py very, very naive layerskip speculative sampling (it just checks if the current layer's state is good enough) 2024-11-02 11:49:05 -05:00
samplers.py cleaned up classifier-free guidance logit processing (in order to try and cope with a bad nar-len model) 2024-11-19 10:30:05 -06:00
train.py default set cfg strength to 3.0 since the reference model is updated 2024-11-17 10:23:40 -06:00
webui.py cleanup 2024-11-21 23:08:43 -06:00