vicgalle / stable-diffusion-aesthetic-gradients

Personalization for Stable Diffusion via Aesthetic Gradients 🎨
https://arxiv.org/abs/2209.12330
Other
716 stars 65 forks source link

Error verifying pickled file #12

Open visjble opened 1 year ago

visjble commented 1 year ago

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