devilismyfriend / StableTuner

Finetuning SD in style.
GNU Affero General Public License v3.0
666 stars 51 forks source link

CUDNN, BadZipFile: file is not a zip file #133

Open TeKett opened 10 months ago

TeKett commented 10 months ago

Trying to install on win10, it says the "cudnn_windows.zip" file is not a zip file. It gives me the option to press any key and then closes. When i try to run the StableTuner.cmd (Which i assume is the executable?) it just runs some commands that is too fast to read and then closes.

wyxos commented 10 months ago

Experiencing a similar issue

Traceback (most recent call last):
  File "D:\StableTuner\scripts\windows_install.py", line 161, in <module>
    with zipfile.ZipFile('cudnn_windows.zip','r') as zip_ref:
  File "C:\Users\username\anaconda3\envs\ST\lib\zipfile.py", line 1258, in __init__
    self._RealGetContents()
  File "C:\Users\username\anaconda3\envs\ST\lib\zipfile.py", line 1325, in _RealGetContents
    raise BadZipFile("File is not a zip file")
zipfile.BadZipFile: File is not a zip file
wyxos commented 10 months ago

Happens right after it logs "Downloading CUDNN 8.6"