Loading weights [e3b0c442] from /content/stable-diffusion-webui/models/Stable-diffusion/mlp-backgrounds-1.0.safetensors Traceback (most recent call last): File "launch.py", line 295, in start() File "launch.py", line 290, in start webui.webui() File "/content/stable-diffusion-webui/webui.py", line 132, in webui initialize() File "/content/stable-diffusion-webui/webui.py", line 62, in initialize modules.sd_models.load_model() File "/content/stable-diffusion-webui/modules/sd_models.py", line 309, in load_model load_model_weights(sd_model, checkpoint_info) File "/content/stable-diffusion-webui/modules/sd_models.py", line 195, in load_model_weights sd = read_state_dict(checkpoint_file) File "/content/stable-diffusion-webui/modules/sd_models.py", line 170, in read_state_dict pl_sd = safetensors.torch.load_file(checkpoint_file, device=map_location or shared.weight_load_location) File "/usr/local/lib/python3.8/dist-packages/safetensors/torch.py", line 98, in load_file with safe_open(filename, framework="pt", device=device) as f: Exception: Error while deserializing header: HeaderTooSmall