AudioLDM icon indicating copy to clipboard operation
AudioLDM copied to clipboard

RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory

Open YANGYANGZXLQ opened this issue 1 year ago • 4 comments

I don't know exactly what causes this problem. Would you please answer any questions

YANGYANGZXLQ avatar May 10 '23 01:05 YANGYANGZXLQ

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.

haoheliu avatar May 12 '23 20:05 haoheliu

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?

jurassicjordan avatar Jun 30 '23 23:06 jurassicjordan

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.

olaviinha avatar Jul 01 '23 07:07 olaviinha

why do I need to download it to cache folder if I am passing in the path to the checkpoint?

vantony1 avatar Jul 24 '23 23:07 vantony1