You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SDXL app: move await device to fix empty results (#975)
The output array was coming out empty. We discovered that the `await
device` needs to be moved after the transfer to host but before the
device array's `items` is read.
0 commit comments