AudioLDM
AudioLDM copied to clipboard
RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory
I don't know exactly what causes this problem. Would you please answer any questions
This indicates the download of the model checkpoint has once been interrupted by either you or the system. Please delete all the files in the ~/.cache/audioldm path and try again.
This indicates the download of the model checkpoint has once been interrupted by either you or the system. Please delete all the files in the ~/.cache/audioldm path and try again.
can the models be downloaded manually in order to avoid this?
audioldm-s-full: https://zenodo.org/record/7600541/files/audioldm-s-full?download=1 audioldm-l-full: https://zenodo.org/record/7698295/files/audioldm-full-l.ckpt?download=1 audioldm-s-full-v2: https://zenodo.org/record/7698295/files/audioldm-full-s-v2.ckpt?download=1 audioldm-m-text-ft: https://zenodo.org/record/7813012/files/audioldm-m-text-ft.ckpt?download=1 audioldm-s-text-ft: https://zenodo.org/record/7813012/files/audioldm-s-text-ft.ckpt?download=1 audioldm-m-full: https://zenodo.org/record/7813012/files/audioldm-m-full.ckpt?download=1
Copy checkpoint of choice to directory ~/.cache/audioldm/
. Afaik audioldm-m-full
is recommended. If I'm not mistaken, the largest one, audioldm-l-full
, requires big ass pro GPU.
If you use audioldm-full-s-v2.ckpt
or audioldm-full-l.ckpt
, rename them to audioldm-s-full-v2.ckpt
and audio-l-full.ckpt
.
why do I need to download it to cache folder if I am passing in the path to the checkpoint?