huggingface/swift-coreml-diffusers

Controls GUI Not Showing

beezbo opened this issue · 3 comments

My GUI is more basic than the one in the readme. Did I not build it correctly or do I need to be on macOS 14? I would like to run the SD XL models. I am running macOS 13.5 and guessing I could run the non-quantized model even if it would be really slow.

image

Please use the Diffusion-macOS scheme.
Screenshot 2023-07-31 at 16 04 31

That's exactly right, you need to use the mac target. However, the XL model requires iOS 14 macOS 14. In this app, you could copy this line in the else to have it show up in the UI:

However, the XL pipeline is only supported in macOS 14 in apple/ml-stable-diffusion, so you'd need to make modifications there too.

Thanks, that solved my issue.