liuliu / swift-diffusion

BSD 3-Clause "New" or "Revised" License
423 stars 33 forks source link

Support for FP32 for MPS #27

Closed ghost closed 1 year ago

ghost commented 1 year ago

Possible? if yes, how?

liuliu commented 1 year ago

It should be supported if you change the UseFloatingPoint at top in examples/txt2img/main.swift to typealias UseFloatingPoint = Float32

ghost commented 1 year ago

Thanks, Liu!