XavierXiao / Dreambooth-Stable-Diffusion

Implementation of Dreambooth (https://arxiv.org/abs/2208.12242) with Stable Diffusion
MIT License
7.57k stars 790 forks source link

Can't train since 14th January due to introduction of "checkpointinfo" in SD/Automatic1111 #117

Open momentmal opened 1 year ago

momentmal commented 1 year ago

There have been some changes merged into SD / Automatic1111 that throws an error when trying to train my model in Dreambooth. I will try to go back the needed amount of commits locally to work around this, but thought I'd bring this to your attention.

Error: image

I also commented it here in one of the recent Automatic1111 commits: https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/beeec2b59833abe7ab6f90bdf99c65796a10bca0#commitcomment-96205955

momentmal commented 1 year ago

For anyone with the same problem, I added my temporal fix / workaround to a related reddit thread with the same problem: https://www.reddit.com/r/StableDiffusion/comments/10c5ouk/comment/j4hdl1z/?utm_source=share&utm_medium=web2x&context=3

If anyone knows when this is fixed on the dreambooth extension side, feel free to let me know here. I will stay on the older commit for now as I don't want to break a running system again.