Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error verifying pickled file #12

Open
visjble opened this issue Nov 3, 2022 · 0 comments
Open

Error verifying pickled file #12

visjble opened this issue Nov 3, 2022 · 0 comments

Comments

@visjble
Copy link

visjble commented Nov 3, 2022

Hi,
I saved some of the .pt aesthetic files into my aesthetic_embeddings_dir but when running the prompt on Gradio (with ex.: lion_7plus.pt) it fails with the following:

Error verifying pickled file from C:\SD\stable-diffusion-webui\extensions\aesthetic-gradients\aesthetic_embeddings\laion_7plus.pt:
Traceback (most recent call last):
File "C:\SD\stable-diffusion-webui\modules\safe.py", line 76, in check_pt
with zipfile.ZipFile(filename) as z:
File "C:\Users\me\AppData\Local\Programs\Python\Python310\lib\zipfile.py", line 1267, in init
self._RealGetContents()
File "C:\Users\pops\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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant