AudioLDM
AudioLDM copied to clipboard
CLAP checkpoint
Hello, I would like to finetune AudioLDM but I couldn't find any checkpoint for the CLAP model you used. Did I miss it? If not, could you share it? Thank you!
@haoheliu could you let me know if releasing this checkpoint would be possible? Thank you!
@ThibaultCastells Sorry for the delay. You can use the checkpoint (music_speech_epoch_15_esc_89.25.pt) in this repo https://github.com/LAION-AI/CLAP, which can work the same as the CLAP checkpoint we used.
Thank you for the answer! Just to check: do you have a checkpoint that is compatible with the HuggingFace AudioLDM pipeline, which uses the transformers.ClapAudioModelWithProjection class? I tried to load it but had some issues (see the related discussion here)