mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 06:02:06 -05:00
Entire application hangs while images are being generated via automatic1111 #1865
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tkg61 on GitHub (Aug 23, 2024).
Bug Report
Installation Method
helm install in k8s
Environment
Open WebUI Version: v0.3.13 - 3.15 not available in helm yet
different server running automatic1111 - latest
external openai api for LLMs
Operating System: k8s 1.29
Browser (if applicable): Chrome 127
Confirmation:
Expected Behavior:
Multiple users are able to use the application without it hanging when an image is being generated
Actual Behavior:
The entire application stalls while an image is being waited upon. No one else can log in, load the webui, send normal messages to LLMs, etc
Description
Bug Summary:
When an image is being generated the entire application stalls
Reproduction Details
Steps to Reproduce:
Logs and Screenshots
Browser Console Logs:
there are no error or abnormal logs from the browser
the browser running the image shows no errors and the browser that hangs shows nothing since it is just waiting
Docker Container Logs:
there are no error or abnormal logs from the container
Screenshots/Screen Recordings (if applicable):

On the left an image is being re-generated and on the right i am trying to interact with the webui
@tjbck commented on GitHub (Aug 23, 2024):
Fixed on dev!