stable-diffusion-webui
stable-diffusion-webui copied to clipboard
[Bug]: webui Fail to start
Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
What happened?
Fail to start
Steps to reproduce the problem
- start webui.bat or webui-user.bat
What should have happened?
start
Commit where the problem happens
0cc0ee1bcb4c24a8c9715f66cede06601bfc00c8
What platforms do you use to access the UI ?
Windows
What browsers do you use to access the UI ?
Google Chrome
Command Line Arguments
no
List of extensions
no
Console logs
Python 3.10.7 (tags/v3.10.7:6cc6b13, Sep 5 2022, 14:08:36) [MSC v.1933 64 bit (AMD64)]
Commit hash: 0cc0ee1bcb4c24a8c9715f66cede06601bfc00c8
Installing requirements for Web UI
Launching Web UI with arguments:
No module 'xformers'. Proceeding without it.
Loading weights [f1a02a7496] from D:\download\novelaileak\stable-diffusion-webui\models\Stable-diffusion\v1-5-pruned-emaonly.safetensors
loading stable diffusion model: RuntimeError
Traceback (most recent call last):
File "D:\download\novelaileak\stable-diffusion-webui\webui.py", line 111, in initialize
modules.sd_models.load_model()
File "D:\download\novelaileak\stable-diffusion-webui\modules\sd_models.py", line 383, in load_model
state_dict = get_checkpoint_state_dict(checkpoint_info, timer)
File "D:\download\novelaileak\stable-diffusion-webui\modules\sd_models.py", line 238, in get_checkpoint_state_dict
res = read_state_dict(checkpoint_info.filename)
File "D:\download\novelaileak\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:\download\novelaileak\stable-diffusion-webui\venv\lib\site-packages\safetensors\torch.py", line 100, in load_file
result[k] = f.get_tensor(k)
RuntimeError: shape '[]' is invalid for input of size 0
Stable diffusion model failed to load, exiting
Additional information
No response