I don't know what the file is supposed to be called

#1
by darkprincess638 - opened

I called the file jinjoon_lee_they.bin but I think it's supposed to be a different name

Error verifying pickled file from embeddings\jinjoon_lee_they.bin:
Traceback (most recent call last):
  File "stable-diffusion-webui\modules\safe.py", line 80, in load
    check_pt(filename)
  File "stable-diffusion-webui\modules\safe.py", line 62, in check_pt
    with z.open('archive/data.pkl') as file:
  File "C:\Python310\lib\zipfile.py", line 1514, in open
    zinfo = self.getinfo(name)
  File "C:\Python310\lib\zipfile.py", line 1441, in getinfo
    raise KeyError(
KeyError: "There is no item named 'archive/data.pkl' in the archive"


The file may be malicious, so the program is not going to read it.

Sign up or log in to comment