449a16d96e
* Disable SDPA (PyTorch 2.0) in the VAE Diffusers 0.16.0 made sdpa enabled by default in the vae. It had previously been enabled for the UNet, but it didn't affect this repo because it uses its own copy of the UNet. This fix will not work for diffusers 0.16.0, but it will for main or 0.16.1 (to be released today). * Link to coremltools issue.