zelaki / DreamSound

Code for Investigating Personalization Methods in Text to Music Generation
https://zelaki.github.io/
29 stars 5 forks source link

Feature request: Add AudioLDM_48Khz to DreamSound implementation #10

Open moiseshorta opened 5 months ago

moiseshorta commented 5 months ago

Hello,

Thanks for this great repo, been having a lot of fun with it.

I'm wondering if it's possible to implement the newer audioldm_48khz checkpoint for finetuning? It seems it currently does not work with the standard Diffusers pipeline, but can be used using the usual AudioLDM2 inference.

Thanks!

Best, M