Skip to content
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

Maybe hint for black image bug #2830

Closed
lockmatrix opened this issue Oct 16, 2022 · 5 comments
Closed

Maybe hint for black image bug #2830

lockmatrix opened this issue Oct 16, 2022 · 5 comments
Labels
bug-report Report of a bug, yet to be confirmed

Comments

@lockmatrix
Copy link

lockmatrix commented Oct 16, 2022

When I try dump every step result of image, I found some of them can be black, but the steps before and after can be ok,
It seems this bug is in dump image from latent, maybe related to multi-thread.

@lockmatrix lockmatrix added the bug-report Report of a bug, yet to be confirmed label Oct 16, 2022
@lockmatrix lockmatrix changed the title Maybe hint for blank image bug Maybe hint for black image bug Oct 16, 2022
@ResleyZ
Copy link

ResleyZ commented Oct 16, 2022

Do you have "--no-half-vae" after "set COMMANDLINE_ARGS=" in the webui-user.bat? If not, that should fix it. it's a known problem unfortunately.

@lockmatrix
Copy link
Author

Do you have "--no-half-vae" after "set COMMANDLINE_ARGS=" in the webui-user.bat?

No

so it is a vae related bug?

@ResleyZ
Copy link

ResleyZ commented Oct 17, 2022

yeah, something with the vae file has been messing stuff up for a couple of days now, I personally had it working fine for a while, but after some updates, can't remember when exactly, I had to use this command as well.

@ice051128
Copy link

When I try dump every step result of image, I found some of them can be black, but the steps before and after can be ok, It seems this bug is in dump image from latent, maybe related to multi-thread.

Can confirm this issue is present when any vae is used, but why is that?

And --no-half-vae fixes the issue for my 3080, what's the effect of that commandline even

@ice051128
Copy link

That fixes the bug, but seems to decrease it/s?

Atry pushed a commit to Atry/stable-diffusion-webui that referenced this issue Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-report Report of a bug, yet to be confirmed
Projects
None yet
Development

No branches or pull requests

3 participants