kuprel / min-dalle

min(DALL·E) is a fast, minimal port of DALL·E Mini to PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MPS backend not working

ikmckenz opened this issue · comments

With the default code, using the MPS backend does not work at all and only produces images that appear to be white noise.

Interestingly, even removing all the cuda autocasting and cudnn usage, as in this fork, does not work - it still only produces random snow.

Tested on an M1 Pro chip. Tested on both Monterey and Ventura, and with Pytorch stable 1.13.1 and the new Pytorch stable 2.0 that came out yesterday.