-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Diffusing results in gray image #8
Comments
@elrid Hmm, that's really strange! It could indeed be an iOS 16.1 beta issue (if MPSGraph is broken on the beta somehow). Does image generation work on macOS? |
Ah, got it, thanks for trying! We may be stuck at this point, unfortunately... I will try to get a phone running the iOS 16.1 beta, to see if I can reproduce the gray-image issue... but even if I reproduce it, I'm not confident I'll be able to find a workaround 😅 |
I've got a friend with 16.0, he has no issues with diffusion. However, each step takes 2 times longer than mine (4s vs 2s), and loading is 4 times faster (55s vs 13s). Seems like weights are not being loaded on 16.1 beta, but there are no changes in MPSGraph framework that can cause this effect, so it looks like a bug on iOS:) |
Happening on my M1 Macbook Air running the Ventura beta, but not happening on my MacBook Pro running Monterey 12.6, nor on my M1 iPad Pro running the 16.1 beta. App doesn't finish loading on my iPhone 13 mini (but that's not relevant to this particular issue). |
No matter what I input to the model, and what noise do I start with, I get the same result: just a gray image
Environment:
Xcode 14.1 beta 2
iOS 16.1 beta 3
iPhone 13 Pro
python-3.9 numpy-1.23.4 torch-1.12.1 pytorch-lightning-1.7.7
The text was updated successfully, but these errors were encountered: