Fooocus
Fooocus copied to clipboard
Extreme Speed is very fast,but the Gradio progress bar can't keep up with the speed of image generation
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.
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
By disabling the intermediate results you can prevent that from happening. See checkbox implementation here: https://github.com/lllyasviel/Fooocus/pull/1013