Replies: 1 comment
-
You ran out of (normal) memory. Try closing anything else that uses lots of memory, or increase your Windows virtual memory 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.
-
Hello everyone,
I suddenly have an error. Today morning everything was fine.
But when I got home from work, the UI crashed. When I restarted, I suddenly - for no reason - got the following error:
Updating e33cace..3715ece
venv "G:\Super Stable Diffusion\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.10.7 (tags/v3.10.7:6cc6b13, Sep 5 2022, 14:08:36) [MSC v.1933 64 bit (AMD64)]
Commit hash: e33cace
Installing requirements for Web UI
Launching Web UI with arguments:
No module 'xformers'. Proceeding without it.
Checkpoint roboeticSMix_rmix01Ckpt.ckpt [a7bd5ab091] not found; loading fallback Anything-V3.0-pruned.ckpt [543bcbc212]
LatentDiffusion: Running in eps-prediction mode
DiffusionWrapper has 859.52 M params.
Loading weights [543bcbc212] from G:\Super Stable Diffusion\stable-diffusion-webui\models\Stable-diffusion\Anything-V3.0-pruned.ckpt
Error verifying pickled file from G:\Super Stable Diffusion\stable-diffusion-webui\models\Stable-diffusion\Anything-V3.0-pruned.ckpt:
Traceback (most recent call last):
File "G:\Super Stable Diffusion\stable-diffusion-webui\modules\safe.py", line 135, in load_with_extra
check_pt(filename, extra_handler)
File "G:\Super Stable Diffusion\stable-diffusion-webui\modules\safe.py", line 93, in check_pt
unpickler.load()
File "G:\Super Stable Diffusion\stable-diffusion-webui\venv\lib\site-packages\torch_utils.py", line 138, in _rebuild_tensor_v2
tensor = _rebuild_tensor(storage, storage_offset, size, stride)
File "G:\Super Stable Diffusion\stable-diffusion-webui\venv\lib\site-packages\torch_utils.py", line 134, in rebuild_tensor
return t.set(storage._untyped(), storage_offset, size, stride)
RuntimeError: [enforce fail at ..\c10\core\impl\alloc_cpu.cpp:81] data. DefaultCPUAllocator: not enough memory: you tried to allocate 13107200 bytes.
The file may be malicious, so the program is not going to read it.
You can skip this check with --disable-safe-unpickle commandline argument.
loading stable diffusion model: AttributeError
Traceback (most recent call last):
File "G:\Super Stable Diffusion\stable-diffusion-webui\webui.py", line 75, in initialize
modules.sd_models.load_model()
File "G:\Super Stable Diffusion\stable-diffusion-webui\modules\sd_models.py", line 392, in load_model
load_model_weights(sd_model, checkpoint_info)
File "G:\Super Stable Diffusion\stable-diffusion-webui\modules\sd_models.py", line 247, in load_model_weights
sd = read_state_dict(checkpoint_info.filename)
File "G:\Super Stable Diffusion\stable-diffusion-webui\modules\sd_models.py", line 227, in read_state_dict
sd = get_state_dict_from_checkpoint(pl_sd)
File "G:\Super Stable Diffusion\stable-diffusion-webui\modules\sd_models.py", line 198, in get_state_dict_from_checkpoint
pl_sd = pl_sd.pop("state_dict", pl_sd)
AttributeError: 'NoneType' object has no attribute 'pop'
Does anyone have an idea on how to fix this?
Beta Was this translation helpful? Give feedback.
All reactions