Getting this error after Realistic_Vision 1.4 update #26
trialsnabhi
started this conversation in
General
Replies: 1 comment
-
did the issue still persist mate? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am running Realistic Vision 1.4 on google collab. and I get this error :
magic_number = pickle_module.load(f, **pickle_load_args)
_pickle.UnpicklingError: invalid load key, '{'.
The full log of the error is here :
Loading weights [21c6d51e3e] from /content/stable-diffusion-webui/models/Stable-diffusion/realisticvisionv1.4.ckpt
loading stable diffusion model: UnpicklingError
Traceback (most recent call last):
File "/content/stable-diffusion-webui/webui.py", line 111, in initialize
modules.sd_models.load_model()
File "/content/stable-diffusion-webui/modules/sd_models.py", line 383, in load_model
state_dict = get_checkpoint_state_dict(checkpoint_info, timer)
File "/content/stable-diffusion-webui/modules/sd_models.py", line 238, in get_checkpoint_state_dict
res = read_state_dict(checkpoint_info.filename)
File "/content/stable-diffusion-webui/modules/sd_models.py", line 219, in read_state_dict
pl_sd = torch.load(checkpoint_file, map_location=map_location or shared.weight_load_location)
File "/content/stable-diffusion-webui/modules/safe.py", line 106, in load
return load_with_extra(filename, extra_handler=global_extra_handler, *args, **kwargs)
File "/content/stable-diffusion-webui/modules/safe.py", line 151, in load_with_extra
return unsafe_torch_load(filename, *args, **kwargs)
File "/usr/local/lib/python3.9/dist-packages/torch/serialization.py", line 795, in load
return _legacy_load(opened_file, map_location, pickle_module, **pickle_load_args)
File "/usr/local/lib/python3.9/dist-packages/torch/serialization.py", line 1002, in _legacy_load
magic_number = pickle_module.load(f, **pickle_load_args)
_pickle.UnpicklingError: invalid load key, '{'.
Beta Was this translation helpful? Give feedback.
All reactions