still can't get around the AttributeError: 'NoneType' object has no attribute 'keys' #1479
carlokarton
started this conversation in
General
Replies: 2 comments 1 reply
-
The solution is to use another trainer. This extension is dead. |
Beta Was this translation helpful? Give feedback.
1 reply
-
The solution is to use another trainer... for now? This extension is dead... for now? |
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
-
I read different posts about this but it seems to point to a loop discussion.
Is there a solution ? PLease help !
*** Error verifying pickled file from C:\Users\Windows\Documents\stable diffusion\sd.webui\webui\models\dreambooth\lililalulu\working\unet\diffusion_pytorch_model.bin
*** 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.
Exception compiling checkpoint: 'NoneType' object has no attribute 'keys'
Traceback (most recent call last):
File "C:\Users\Windows\Documents\stable diffusion\sd.webui\webui\extensions\sd_dreambooth_extension\dreambooth\diff_to_sdxl.py", line 357, in compile_checkpoint
unet_state_dict = convert_unet_state_dict(unet_state_dict)
File "C:\Users\Windows\Documents\stable diffusion\sd.webui\webui\extensions\sd_dreambooth_extension\dreambooth\diff_to_sdxl.py", line 108, in convert_unet_state_dict
mapping = {k: k for k in unet_state_dict.keys()}
AttributeError: 'NoneType' object has no attribute 'keys'
Duration: 00:00:17
Beta Was this translation helpful? Give feedback.
All reactions