Traceback (most recent call last): File "/workspace/stable-diffusion-webui/modules/safe.py", l

Traceback (most recent call last):
File "/workspace/stable-diffusion-webui/modules/safe.py", line 83, in check_pt
with zipfile.ZipFile(filename) as z:
File "/usr/lib/python3.10/zipfile.py", line 1267, in init
self._RealGetContents()
File "/usr/lib/python3.10/zipfile.py", line 1334, in _RealGetContents
raise BadZipFile("File is not a zip file")
zipfile.BadZipFile: File is not a zip file

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/workspace/stable-diffusion-webui/modules/safe.py", line 137, in load_with_extra
check_pt(filename, extra_handler)
File "/workspace/stable-diffusion-webui/modules/safe.py", line 104, in check_pt
unpickler.load()
_pickle.UnpicklingError: invalid load key, 'm'.

---
*** Error running process: /workspace/stable-diffusion-webui/extensions/sd-webui-controlnet/scripts/controlnet.py

AttributeError: 'NoneType' object has no attribute 'get'
Was this page helpful?