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

[Bug]: black screen #3533

Closed
1 task done
anouarhm opened this issue Oct 24, 2022 · 13 comments
Closed
1 task done

[Bug]: black screen #3533

anouarhm opened this issue Oct 24, 2022 · 13 comments
Labels
bug-report Report of a bug, yet to be confirmed

Comments

@anouarhm
Copy link

anouarhm commented Oct 24, 2022

Is there an existing issue for this?

  • I have searched the existing issues and checked the recent builds/commits

What happened?

Evrytime i hit enter he doesn't show any result its just a black screen what do i do ?
image

Steps to reproduce the problem

1.open up the bat file
2.go to text2img
3.type in the prompt
4.nthg happens

What should have happened?

an ia generated img

Commit where the problem happens

its not from the ui

What platforms do you use to access UI ?

Windows

What browsers do you use to access the UI ?

Google Chrome

Command Line Arguments

nthg

Additional information, context and logs

nthg

@anouarhm anouarhm added the bug-report Report of a bug, yet to be confirmed label Oct 24, 2022
@Taithrah
Copy link
Contributor

What GPU are you using? And are you using any extra yaml or vae files?
And please take a look at the following https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Troubleshooting#green-or-black-screen

@anouarhm
Copy link
Author

What GPU are you using? And are you using any extra yaml or vae files? And please take a look at the following https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Troubleshooting#green-or-black-screen

i have a gtx 1650 ik that the ai have an issue with all of the 16xx but even after tryingin to fix it still give me the same output what can i do

@Lielow37
Copy link

I also have a GTX 1650 and have the exact same problem

@noob-guy-dev
Copy link

noob-guy-dev commented Oct 24, 2022

I also have GTX 1650, but i'm not facing any issues.

edit webui-user.bat in main folder, change the line :

set COMMANDLINE_ARGS= --precision full --no-half --lowvram --xformers

@Taithrah
Copy link
Contributor

What GPU are you using? And are you using any extra yaml or vae files? And please take a look at the following https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Troubleshooting#green-or-black-screen

i have a gtx 1650 ik that the ai have an issue with all of the 16xx but even after tryingin to fix it still give me the same output what can i do

Did you try the suggested fix for black screen by adding the command arguments to the bat file?
They are the same ones noob-guy-dev pointed out.

@anouarhm
Copy link
Author

i added
image
to the webui-user.bat file and it keep showing me this evry time i run a prompt
image

@Taithrah
Copy link
Contributor

Taithrah commented Oct 25, 2022

Sorry if this is a hassle but can you try changing --medvram to --lowvram and then see if that changes anything next time you launch it.

As far is I am aware, precision full and no-half are needed for 10 series GPU's but now it seems like your out of vram because of it.

You can also try the following set COMMANDLINE_ARGS=--precision full --no-half --lowvram --always-batch-cond-uncond --opt-split-attention

Sorry for troubleshooting this so much with you. 10 series cards can be touchy from what I have seen. Hopefully someone else with one can chime in.

@noob-guy-dev
Copy link

noob-guy-dev commented Oct 25, 2022

i added image to the webui-user.bat file and it keep showing me this evry time i run a prompt image

Just change --medvram to --lowvram and remove the line : set OPTIMIZED_TURBO=true

I can generate a 960x512 image in about 4min : 30 sec using my GTX 1650

@anouarhm
Copy link
Author

i added image to the webui-user.bat file and it keep showing me this evry time i run a prompt image

Just change --medvram to --lowvram and remove the line : set OPTIMIZED_TURBO=true

I can generate a 960x512 image in about 4min : 30 sec using my GTX 1650

if i could kiss you i would thanks man that solve it

@aliencaocao
Copy link
Contributor

I have same issue here but im on a RTX 3080ti

@MrSunshyne
Copy link

I had the same issue on GTX 1660, using @Taithrah's suggestion i was able to run it ! THANK YOU <3

On Linux you modify the .sh file instead of the .bat file

You can also try the following set `COMMANDLINE_ARGS=--precision full --no-half --lowvram --always-batch-cond-uncond --opt-split-attention`

@bucketcat
Copy link

Same issue here, been using SD fine since release. It's only applied on the last step and only happens every now and then, if you cancel the image before final iteration then it's not black. Not using 1x series card, recent development.

@ice051128
Copy link

What GPU are you using? And are you using any extra yaml or vae files? And please take a look at the following https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Troubleshooting#green-or-black-screen

Can certain vae files cause black images for 3080? I have seen this with one specific vae

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

8 participants