-
Notifications
You must be signed in to change notification settings - Fork 27.6k
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
Apple silicon:black output randomly happens #2446
Comments
try --precision full --no-half, worth a shot |
I run the command |
was this always an issue? can you revert to an older commit? |
The default line in the script is |
try removing the --opt-split-attention-v1, the newer opt-split-attention implementation will be on by default. |
Looks promising in the new batch, still running. |
dylancl@01b071c the invoke commit - #2234 if the issue is solved, say so. you can close it, @A2Sumie |
Not solved. |
I also have this issue since October 11 evening (around 7 PM UTC+2) |
I've found something weird. |
If you have modelname.vae.pt in the models directory, adding --no-half-vae could fix the issue |
I have this added but does not help. :( |
You actually might be onto something here, I put my Mac standing up on its short side so the fans had plenty of room to breathe and it put out a bunch of images correctly in a row. Weird. |
Not sure if there is an issue for consistent black image outputs on M1 or if it is the same problem, but for me only a few samplers work correctly. Important note, they all work with 1 sampling step (or is it because no sampling is applied on step 1?), but some of them output black images for 2+ steps. I marked with ✅ ones that do work for me [text-to-image] [image-to-image] UPDATE: the method bellow fixes my issue with samplers, but does NOT fix random black image outputs Also, the issue discussed in this topic only appears for a single sampling step, if you plot every step, it recovers in the next step. |
fixes #75 As discussed here: AUTOMATIC1111/stable-diffusion-webui#2446 (comment)
fixes #75 As discussed here: AUTOMATIC1111/stable-diffusion-webui#2446 (comment)
Thanks a lot, the fix works with the lastest version on a MAC STUDIO 2022 so I can use "Euler A" |
fixes #75 As discussed here: AUTOMATIC1111/stable-diffusion-webui#2446 (comment)
fixes #75 As discussed here: AUTOMATIC1111/stable-diffusion-webui#2446 (comment)
Describe the bug
I'm using a Apple silicon device(mbp16) and black outputs happens from time to time.
Tried Euler a and DPM fast samplers, the failure happens randomly.
No error outputs in console.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
All outputs are properly processed.
Screenshots
![00036-724949706-](https://user-images.githubusercontent.com/89308692/195489260-d081b20d-57af-4b09-b8c0-95a192f492e9.png)
If applicable, add screenshots to help explain your problem.
Running another batch, will attach when occurs.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: