Replies: 3 comments 9 replies
-
hi, it's seem that the file "v1-5-pruned-emaonly.safetensors" is broken. |
Beta Was this translation helpful? Give feedback.
8 replies
-
thx |
Beta Was this translation helpful? Give feedback.
1 reply
-
If the model has not been downloaded and is interrupted, try deleting the/~/. cache/plugingface folder and try again |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys, anybody meet this error. please help.
No module 'xformers'. Proceeding without it.
Loading weights [298f2e0447] from D:\sd\stable-diffusion-webui\models\Stable-diffusion\v1-5-pruned-emaonly.safetensors
loading stable diffusion model: RuntimeError
Traceback (most recent call last):
File "D:\sd\stable-diffusion-webui\webui.py", line 111, in initialize
modules.sd_models.load_model()
File "D:\sd\stable-diffusion-webui\modules\sd_models.py", line 383, in load_model
state_dict = get_checkpoint_state_dict(checkpoint_info, timer)
File "D:\sd\stable-diffusion-webui\modules\sd_models.py", line 238, in get_checkpoint_state_dict
res = read_state_dict(checkpoint_info.filename)
File "D:\sd\stable-diffusion-webui\modules\sd_models.py", line 217, in read_state_dict
pl_sd = safetensors.torch.load_file(checkpoint_file, device=device)
File "D:\sd\stable-diffusion-webui\roman\lib\site-packages\safetensors\torch.py", line 100, in load_file
result[k] = f.get_tensor(k)
RuntimeError: self.size(-1) must be divisible by 4 to view Byte as Float (different element sizes), but got 4255598
Beta Was this translation helpful? Give feedback.
All reactions