vall-e/vall_e
2024-08-03 23:34:18 -05:00
..
emb
engines implicitly load either normal pickled weights or safetensors on loading the model 2024-08-03 23:34:18 -05:00
ext
models changed torch.Tensor().to(device, dtype) to just torch.tensor(..., device, dtype) because it's been bothering my autism that I'm creating tensors then converting rather than creating with the right device/dtype, some 'optimization' to compile the model but it doesnt seem to do anything useful 2024-08-03 22:10:21 -05:00
utils implicitly load either normal pickled weights or safetensors on loading the model 2024-08-03 23:34:18 -05:00
__init__.py
__main__.py
config.py implicitly load either normal pickled weights or safetensors on loading the model 2024-08-03 23:34:18 -05:00
data.py added safetensors support (with metadata) and feed whatever torch.load/torch.save into it 2024-08-03 23:15:20 -05:00
demo.py
export.py added safetensors support (with metadata) and feed whatever torch.load/torch.save into it 2024-08-03 23:15:20 -05:00
inference.py
plot.py
samplers.py
train.py
webui.py implicitly load either normal pickled weights or safetensors on loading the model 2024-08-03 23:34:18 -05:00