buzsh / SwiftDiffusion

SwiftUI Stable Diffusion implementation using CoreML and PyTorch
GNU General Public License v3.0
149 stars 3 forks source link

You can't use this version of the application with this version of macOS #80

Closed lochstar closed 4 months ago

lochstar commented 4 months ago

I get an error when trying to launch. I am on macOS 14.1.1.

What version is it compatible with?

buzsh commented 4 months ago

Hey @lochstar,

My bad, I forgot to set the deployment target back to 14 for prod before release. You can get the latest build here which should only require macOS 14.0 and above.