i got errors
#7
by
kasparovabi
- opened
Could you make sure you have enough available space on your mac and maybe try converting the different modules separately?
Same error here, anyone fond a solution?
hi guys,
State_dict errors can be patched if you got some merged models from the web
It's related to auto1111 merge that used to break stuffs while converting to diffusers (prior step to coreML conversion)
You can patch your ckpt using auto1111 checkpoint merger :
A) Base SD (1.5prunedemaonly?)
B) Your buggy model .ckpt
- Drag the merge slider to 0.99 (towards your modelB, 0.99 not 1.00 -- or it will not add to modelA.)
- Merge
Now you can convert the resulting .ckpt to CoreML
Enjoy