madebyollin / maple-diffusion

Stable Diffusion inference on iOS / macOS using MPSGraph
https://madebyoll.in/posts/maple_diffusion/
MIT License
793 stars 51 forks source link

Add support for Intel Macs, standalone GPUs, add requirements.txt #14

Closed elrid closed 1 year ago

madebyollin commented 1 year ago

Thanks! I just removed Float16 in an alternate way (via cast inside the MPSGraph). Does it work on Intel now? If so, we can simplify this PR a bit (no more Accelerate) and merge it.

elrid commented 1 year ago

Yep, everything now works on intel macs:)

madebyollin commented 1 year ago

Merged (and I updated the README section regarding Intel support). Thanks again!