Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Error verifying pickled file from D:\Dev\stable-diffusion-webui\embeddings\pixelart-hard.pt:
- Traceback (most recent call last):
- File "D:\Dev\stable-diffusion-webui\modules\safe.py", line 83, in check_pt
- with zipfile.ZipFile(filename) as z:
- File "C:\Users\thex0\AppData\Local\Programs\Python\Python310\lib\zipfile.py", line 1267, in __init__
- self._RealGetContents()
- File "C:\Users\thex0\AppData\Local\Programs\Python\Python310\lib\zipfile.py", line 1334, in _RealGetContents
- raise BadZipFile("File is not a zip file")
- zipfile.BadZipFile: File is not a zip file
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "D:\Dev\stable-diffusion-webui\modules\safe.py", line 131, in load_with_extra
- check_pt(filename, extra_handler)
- File "D:\Dev\stable-diffusion-webui\modules\safe.py", line 98, in check_pt
- unpickler.load()
- _pickle.UnpicklingError: invalid load key, 'v'.
- -----> !!!! The file is most likely corrupted !!!! <-----
- You can skip this check with --disable-safe-unpickle commandline argument, but that is not going to help you.
- Error loading emedding pixelart-hard.pt:
- Traceback (most recent call last):
- File "D:\Dev\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 133, in load_textual_inversion_embeddings
- process_file(fullfn, fn)
- File "D:\Dev\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 103, in process_file
- if 'string_to_param' in data:
- TypeError: argument of type 'NoneType' is not iterable
- Loaded a total of 0 textual inversion embeddings.
- Embeddings:
- Running on local URL: http://127.0.0.1:7860
Advertisement
Add Comment
Please, Sign In to add comment