haoheliu / AudioLDM

AudioLDM: Generate speech, sound effects, music and beyond, with text.
https://audioldm.github.io/
Other
2.45k stars 222 forks source link

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

Open mateusztobiasz opened 3 days ago

mateusztobiasz commented 3 days ago

Hello!

I've got the following problem with audioldm command line tool. I installed audioldm using poetry add audioldm and I was trying to inference with the default model. But after running audioldm -t <prompt> I received the following error which doesn't allow me to work with audioldm command:

Screenshot from 2024-11-15 02-09-58

I've been trying to clear the cache and downgrade Python to version 3.8 (as suggested in README.md) but none of these things worked. Has anyone had the similar issue?

Thank you in advance for your response :)