Guest User

Untitled

a guest
Dec 7th, 2022
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. Error verifying pickled file from D:\Dev\stable-diffusion-webui\embeddings\pixelart-hard.pt:
  2. Traceback (most recent call last):
  3. File "D:\Dev\stable-diffusion-webui\modules\safe.py", line 83, in check_pt
  4. with zipfile.ZipFile(filename) as z:
  5. File "C:\Users\thex0\AppData\Local\Programs\Python\Python310\lib\zipfile.py", line 1267, in __init__
  6. self._RealGetContents()
  7. File "C:\Users\thex0\AppData\Local\Programs\Python\Python310\lib\zipfile.py", line 1334, in _RealGetContents
  8. raise BadZipFile("File is not a zip file")
  9. zipfile.BadZipFile: File is not a zip file
  10.  
  11. During handling of the above exception, another exception occurred:
  12.  
  13. Traceback (most recent call last):
  14. File "D:\Dev\stable-diffusion-webui\modules\safe.py", line 131, in load_with_extra
  15. check_pt(filename, extra_handler)
  16. File "D:\Dev\stable-diffusion-webui\modules\safe.py", line 98, in check_pt
  17. unpickler.load()
  18. _pickle.UnpicklingError: invalid load key, 'v'.
  19.  
  20. -----> !!!! The file is most likely corrupted !!!! <-----
  21. You can skip this check with --disable-safe-unpickle commandline argument, but that is not going to help you.
  22.  
  23.  
  24. Error loading emedding pixelart-hard.pt:
  25. Traceback (most recent call last):
  26. File "D:\Dev\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 133, in load_textual_inversion_embeddings
  27. process_file(fullfn, fn)
  28. File "D:\Dev\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 103, in process_file
  29. if 'string_to_param' in data:
  30. TypeError: argument of type 'NoneType' is not iterable
  31.  
  32. Loaded a total of 0 textual inversion embeddings.
  33. Embeddings:
  34. Running on local URL: http://127.0.0.1:7860
Advertisement
Add Comment
Please, Sign In to add comment