wkpark / sd-webui-model-mixer

Checkpoint model mixer/merger extension
GNU Affero General Public License v3.0
98 stars 4 forks source link

This extension now breaks A1111 WebUI with --no-gradio-queue enabled #80

Closed Gushousekai195 closed 7 months ago

Gushousekai195 commented 7 months ago

I installed this extension and now I am unable to use Automatic1111's webui unless I don't enable the --no-gradio-queue flag. But doing so causes my console output to be flooded with HTTP POST messages. It clutters up the output.

The error is as follows:

Traceback (most recent call last):
  File "D:\AI\stable-diffusion-webui\launch.py", line 48, in <module>
    main()
  File "D:\AI\stable-diffusion-webui\launch.py", line 44, in main
    start()
  File "D:\AI\stable-diffusion-webui\modules\launch_utils.py", line 436, in start
    webui.webui()
  File "D:\AI\stable-diffusion-webui\webui.py", line 79, in webui
    app, local_url, share_url = shared.demo.launch(
  File "D:\AI\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 1858, in launch
    self.validate_queue_settings()
  File "D:\AI\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 1690, in validate_queue_settings
    raise ValueError("Progress tracking requires queuing to be enabled.")
ValueError: Progress tracking requires queuing to be enabled.

Is enabling the queue really necessary?

wkpark commented 7 months ago

thank you for your feedback.

will check --no-gradio-queue related soon