Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'NoneType' object has no attribute 'pop' #24

Closed
SiTu1O opened this issue Dec 29, 2022 · 1 comment
Closed

AttributeError: 'NoneType' object has no attribute 'pop' #24

SiTu1O opened this issue Dec 29, 2022 · 1 comment

Comments

@SiTu1O
Copy link

SiTu1O commented Dec 29, 2022

Traceback (most recent call last):
File "launch.py", line 295, in
start()
File "launch.py", line 290, in start
webui.webui()
File "/content/stable-diffusion-webui/webui.py", line 133, in webui
initialize()
File "/content/stable-diffusion-webui/webui.py", line 63, in initialize
modules.sd_models.load_model()
File "/content/stable-diffusion-webui/modules/sd_models.py", line 313, in load_model
load_model_weights(sd_model, checkpoint_info)
File "/content/stable-diffusion-webui/modules/sd_models.py", line 196, in load_model_weights
sd = read_state_dict(checkpoint_file)
File "/content/stable-diffusion-webui/modules/sd_models.py", line 178, in read_state_dict
sd = get_state_dict_from_checkpoint(pl_sd)
File "/content/stable-diffusion-webui/modules/sd_models.py", line 152, in get_state_dict_from_checkpoint
pl_sd = pl_sd.pop("state_dict", pl_sd)
AttributeError: 'NoneType' object has no attribute 'pop'

@camenduru
Copy link
Owner

which notebook is this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants