232 1.74 KB 25
-
1.
LatentDiffusion: Running in eps-prediction mode
-
2.
DiffusionWrapper has 865.91 M params.
-
3.
Loading weights [e3b0c442] from /content/gdrive/MyDrive/sd/stable-diffusion-webui/models/Stable-diffusion/model.ckpt
-
4.
Traceback (most recent call last):
-
5.
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/webui.py", line 194, in <module>
-
6.
webui()
-
7.
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/webui.py", line 132, in webui
-
8.
initialize()
-
9.
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/webui.py", line 62, in initialize
-
10.
modules.sd_models.load_model()
-
11.
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/sd_models.py", line 261, in load_model
-
12.
load_model_weights(sd_model, checkpoint_info)
-
13.
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/sd_models.py", line 191, in load_model_weights
-
14.
sd = read_state_dict(checkpoint_file)
-
15.
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/sd_models.py", line 168, in read_state_dict
-
16.
pl_sd = torch.load(checkpoint_file, map_location=map_location or shared.weight_load_location)
-
17.
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/safe.py", line 106, in load
-
18.
return load_with_extra(filename, *args, **kwargs)
-
19.
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/safe.py", line 151, in load_with_extra
-
20.
return unsafe_torch_load(filename, *args, **kwargs)
-
21.
File "/usr/local/lib/python3.8/dist-packages/torch/serialization.py", line 795, in load
-
22.
return _legacy_load(opened_file, map_location, pickle_module, **pickle_load_args)
-
23.
File "/usr/local/lib/python3.8/dist-packages/torch/serialization.py", line 1002, in _legacy_load
-
24.
magic_number = pickle_module.load(f, **pickle_load_args)
-
25.
EOFError: Ran out of input
by Guest
by Guest
by Guest
by Guest
by Guest