Replies: 1 comment
-
Dreambooth model |
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.
-
I trained the stable diffusion model on v2-1_512-ema-pruned.ckpt via Google colab, downloaded, uploaded it to the hugging face, downloaded.ckpt file , uploaded to stable-diffusion-webui-1.7.0\models\Stable-diffusion , selected the model in the web interface and displays the following error in the terminal:
changing setting sd_model_checkpoint to Game_Character_v2.ckpt: AttributeError
Traceback (most recent call last):
File "C:\SDiffusion\stable-diffusion-webui-1.7.0\modules\options.py", line 146, in set
option.onchange()
File "C:\SDiffusion\stable-diffusion-webui-1.7.0\modules\call_queue.py", line 13, in f
res = func(*args, **kwargs)
File "C:\SDiffusion\stable-diffusion-webui-1.7.0\modules\initialize_util.py", line 174, in
shared.opts.onchange("sd_model_checkpoint", wrap_queued_call(lambda: sd_models.reload_model_weights()), call=False)
File "C:\SDiffusion\stable-diffusion-webui-1.7.0\modules\sd_models.py", line 773, in reload_model_weights
state_dict = get_checkpoint_state_dict(checkpoint_info, timer)
File "C:\SDiffusion\stable-diffusion-webui-1.7.0\modules\sd_models.py", line 330, in get_checkpoint_state_dict
res = read_state_dict(checkpoint_info.filename)
File "C:\SDiffusion\stable-diffusion-webui-1.7.0\modules\sd_models.py", line 314, in read_state_dict
sd = get_state_dict_from_checkpoint(pl_sd)
File "C:\SDiffusion\stable-diffusion-webui-1.7.0\modules\sd_models.py", line 253, in get_state_dict_from_checkpoint
pl_sd = pl_sd.pop("state_dict", pl_sd)
AttributeError: 'NoneType' object has no attribute 'pop'
How fix it?
Beta Was this translation helpful? Give feedback.
All reactions