multi-subject-render icon indicating copy to clipboard operation
multi-subject-render copied to clipboard

Error verifying pickled file

Open levelmaxcat opened this issue 2 years ago • 1 comments

Error verifying pickled file from C:\Users\hunte\stable-diffusion-webui\models\Codeformer\codeformer-v0.1.0.pth: Traceback (most recent call last): File "C:\Users\hunte\stable-diffusion-webui\modules\safe.py", line 81, in check_pt with zipfile.ZipFile(filename) as z: File "C:\Users\hunte\AppData\Local\Programs\Python\Python310\lib\zipfile.py", line 1267, in init self._RealGetContents() File "C:\Users\hunte\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

levelmaxcat avatar Feb 22 '23 04:02 levelmaxcat

i set COMMANDLINE_ARGS=--disable-safe-unpickle

but got this

RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory

levelmaxcat avatar Feb 22 '23 04:02 levelmaxcat