JonathanFly / bark

🚀 BARK INFINITY GUI CMD 🎶 Powered Up Bark Text-prompted Generative Audio Model
MIT License
988 stars 93 forks source link

PyTorch Stream Reader failed reading zip archive: failed finding central directory #57

Open rx-fly opened 1 year ago

rx-fly commented 1 year ago

multiple attempts to generate audio resulted in this runtime error. relevant img attached. followed the mamba install, using windows 10. running on rtx 3090. only change was the directory of the bark clone from c-drive to g-drive (place for my ai-related stuff). also occurs when i try to pre-load models. double checked, the models are located at their supposedly correct locations: C:\Users\Admin\.cache\suno\bark_v0 mamba pytorchstream

ArianaStar commented 1 year ago

I had this same issue before too, go to your .cache folder where your models are stored (C:\Users\Username.cache\suno\bark_v0) make a new folder and name it anything & move the models to that folder then relaunch. It will "download" the models again but not really download them (it's fast it uses cached models or something). It should work fine after!