You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: