AUTOMATIC1111 / stable-diffusion-webui

Stable Diffusion web UI
GNU Affero General Public License v3.0
139.55k stars 26.46k forks source link

[Bug]: text2img stuck at 5% after a few successful runs #8275

Open lanyusan opened 1 year ago

lanyusan commented 1 year ago

Is there an existing issue for this?

What happened?

I was able to run text2img successfully around 4 times, then the progress stuck at 5%. No image would be generated.

I was running it on Ubuntu 22.04, nvidia rtx 3080 TI. Driver is 525-server.

Steps to reproduce the problem

  1. Input text2img promote
  2. Run a couple of times successfully.
  3. At around 5th round, it got stuck at 5%

What should have happened?

It should generate images successfully always.

Commit where the problem happens

0cc0ee1

What platforms do you use to access the UI ?

Linux

What browsers do you use to access the UI ?

Mozilla Firefox

Command Line Arguments

No.

List of extensions

No.

Console logs

No error log.

Just progress stuck at 5%

Additional information

No response

lanyusan commented 1 year ago

Tested it on windows 11 dual boot. The same happened.

lanyusan commented 1 year ago

Found out that notebook's power mode should be set to performance to avoid 'stuck' after successful runs.

https://askubuntu.com/questions/604720/setting-to-high-performance

lanyusan commented 1 year ago

Sorry I have to reopen this issue.

I found out even after I had set the power mode to performance, webui still stuck at 5%.

In the meanwhile, I can use InvokeAI repeatedly to run text2image.