Replies: 1 comment
-
its just a memory issue or i am doing something wrong? |
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.
-
This is my problem can someone help? the "nova pasta" is the name of the folder it means "new paste"
venv "G:\Nova pasta\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.10.8 (tags/v3.10.8:aaaf517, Oct 11 2022, 16:50:30) [MSC v.1933 64 bit (AMD64)]
Commit hash: ac08562
Installing requirements for Web UI
Launching Web UI with arguments: --disable-safe-unpickle
LatentDiffusion: Running in eps-prediction mode
DiffusionWrapper has 859.52 M params.
making attention of type 'vanilla' with 512 in_channels
Working with z of shape (1, 4, 32, 32) = 4096 dimensions.
making attention of type 'vanilla' with 512 in_channels
Loading weights [7460a6fa] from G:\Nova pasta\stable-diffusion-webui\models\Stable-diffusion\model.ckpt
Traceback (most recent call last):
File "G:\Nova pasta\stable-diffusion-webui\launch.py", line 252, in
start()
File "G:\Nova pasta\stable-diffusion-webui\launch.py", line 247, in start
webui.webui()
File "G:\Nova pasta\stable-diffusion-webui\webui.py", line 146, in webui
initialize()
File "G:\Nova pasta\stable-diffusion-webui\webui.py", line 82, in initialize
modules.sd_models.load_model()
File "G:\Nova pasta\stable-diffusion-webui\modules\sd_models.py", line 247, in load_model
load_model_weights(sd_model, checkpoint_info)
File "G:\Nova pasta\stable-diffusion-webui\modules\sd_models.py", line 175, in load_model_weights
pl_sd = torch.load(checkpoint_file, map_location=shared.weight_load_location)
File "G:\Nova pasta\stable-diffusion-webui\modules\safe.py", line 102, in load
return load_with_extra(filename, *args, **kwargs)
File "G:\Nova pasta\stable-diffusion-webui\modules\safe.py", line 147, in load_with_extra
return unsafe_torch_load(filename, *args, **kwargs)
File "G:\Nova pasta\stable-diffusion-webui\venv\lib\site-packages\torch\serialization.py", line 712, in load
return _load(opened_zipfile, map_location, pickle_module, **pickle_load_args)
File "G:\Nova pasta\stable-diffusion-webui\venv\lib\site-packages\torch\serialization.py", line 1049, in _load
result = unpickler.load()
File "G:\Nova pasta\stable-diffusion-webui\venv\lib\site-packages\torch\serialization.py", line 1019, in persistent_load
load_tensor(dtype, nbytes, key, _maybe_decode_ascii(location))
File "G:\Nova pasta\stable-diffusion-webui\venv\lib\site-packages\torch\serialization.py", line 997, in load_tensor
storage = zip_file.get_storage_from_record(name, numel, torch._UntypedStorage).storage()._untyped()
RuntimeError: [enforce fail at ..\c10\core\impl\alloc_cpu.cpp:81] data. DefaultCPUAllocator: not enough memory: you tried to allocate
52428800 bytes.
Beta Was this translation helpful? Give feedback.
All reactions