kousw / stable-diffusion-webui-daam

DAAM for Stable Diffusion Web UI
Other
161 stars 28 forks source link

add mps support #12

Closed Havegum closed 1 year ago

Havegum commented 1 year ago

Users on MacOS won't have cuda enabled, causing the extension to crash. This PR solves that.

This PR changes the extension to use whatever device and dtype the rest of the webui is using.