The models don't work once downloaded! #2659
-
I had just got done training a new model and downloaded it to use in A1111. But when I tried to switch to the newly trained model, I kept getting an error. I've tried resetting A1111 but it didn't work, I started over and made a new model with the same images, but that didn't work either. I deleted A1111 and reinstalled a fresh one but the model still doesn't work! But oddly it works on your colab version of A111 just fine but not when I download it. This only started recently, so maybe there was an update that breaks models after finishing them. If you need to see the error here you go: changing setting sd_model_checkpoint to Test33.ckpt: AttributeError |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
I am having the exact same problem, same error and eveything on automatic1111. Using Stable Diffusion 1.5 for training. |
Beta Was this translation helpful? Give feedback.
-
is your A1111 up to date ? |
Beta Was this translation helpful? Give feedback.
I found what appears to be a fix for now. Edit webui-user.bat and add this:
set COMMANDLINE_ARGS=--disable-safe-unpickle
the "--disable-safe-unpickle" is the key.