Replies: 2 comments
-
That hash is wrong, it should be |
Beta Was this translation helpful? Give feedback.
-
Would you like a Colab Notebook for SDMs instead of this Web UI? I made this Google Colab Notebook that can generate bulk images by just providing a list of prompts in a go! Colab Link - http://bit.ly/40BM7v4 Edit: It does not require a GPU from Colab |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Loading weights [c269744df4] from C:\Users\aayan\Desktop\stable-diffusion-webui\models\Stable-diffusion\v1-5-pruned-emaonly.safetensors
loading stable diffusion model: RuntimeError
Traceback (most recent call last):
File "C:\Users\aayan\Desktop\stable-diffusion-webui\webui.py", line 139, in initialize
modules.sd_models.load_model()
File "C:\Users\aayan\Desktop\stable-diffusion-webui\modules\sd_models.py", line 415, in load_model
state_dict = get_checkpoint_state_dict(checkpoint_info, timer)
File "C:\Users\aayan\Desktop\stable-diffusion-webui\modules\sd_models.py", line 262, in get_checkpoint_state_dict
res = read_state_dict(checkpoint_info.filename)
File "C:\Users\aayan\Desktop\stable-diffusion-webui\modules\sd_models.py", line 241, in read_state_dict
pl_sd = safetensors.torch.load_file(checkpoint_file, device=device)
File "C:\Users\aayan\Desktop\stable-diffusion-webui\venv\lib\site-packages\safetensors\torch.py", line 101, 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 25539301
Stable diffusion model failed to load, exiting
Press any key to continue . . .
Beta Was this translation helpful? Give feedback.
All reactions