Diffusers
AudioLDMPipeline

Question regarding the pre-trained checkpoint

#1
by soujanyaporia - opened

Hi,

Excellent work! Thanks. Can I ask how are the checkpoints shared in this repo obtained? Did you follow the complete process as explained in the paper?

Also, could you let me know if there is a trainer code?

Thanks.

-Soujanya

Centre for Vision, Speech and Signal Processing - University of Surrey org

Hey @soujanyaporia - this checkpoint is obtained by converting the weights from the official checkpoint (under ckpt). The code is made to match the results of the official implementation one-to-one: https://github.com/haoheliu/AudioLDM. Thus, the model is entirely equivalent to the one released with the AudioLDM paper.

Sign up or log in to comment