Open ManOrMonster opened 1 year ago
@ManOrMonster You need to use the gradio queue for it to function properly. To ensure smooth progress with gradio's event trigger and due to some limitations with the cancels option, using a queue is necessary for it to work correctly.
Also using --no-gradio-queue when launching webui.py, results in the error about Progress queue. This only happens when this extension is installed, works okay with other extensions. Something about needing to call .queue() on the Blocks object see - https://github.com/v8hid/infinite-zoom-automatic1111-webui/issues/32
Having gradio queue enabled seems to make some a1111 setups sluggish and may cause some bugs with extensions like the Lobe theme. Which is why I have seem some users recommend the inclusion of the --no-gradio-queue flag to fix some of these situations.
I get "ValueError: Progress tracking requires queuing to be enabled" after installing. I use
--no-gradio-queue
option when launching a1111 because I have issues otherwise.