Fooocus icon indicating copy to clipboard operation
Fooocus copied to clipboard

Extreme Speed is very fast,but the Gradio progress bar can't keep up with the speed of image generation

Open mmmz28 opened this issue 2 years ago • 2 comments

image image I used Extreme Speed for quick sieving, so the number of images was selected to be 32. However, when I looked at the terminal and saw that the Gradio progress bar was still slow (not stuck), it took 492s for the Gradio progress bar to complete. But the image was actually generated in just over a minute.

mmmz28 avatar Nov 14 '23 09:11 mmmz28

In fact, when the progress bar generates the 18th image, I can see in the terminal and folder that all the images have been generated

mmmz28 avatar Nov 14 '23 09:11 mmmz28

By disabling the intermediate results you can prevent that from happening. See checkbox implementation here: https://github.com/lllyasviel/Fooocus/pull/1013

mashb1t avatar Nov 25 '23 20:11 mashb1t