open-webui/backend/apps
John Karabudak 958fe9639a fix: ComfyUI generation no longer causes FastAPI to stall for all users
as the get_images() function involves a `while True` loop while waiting for a response from ComfyUI and is not async, when image generation is running the entire UI becomes unresponsive for all users.

furthermore, when image generation takes too long, the Docker health check starts failing.

this is certainly a bad fix as it does not convert everything to async, but rather just puts the blocking loop in a separate thread. however, it works and it at least fixes the problem for now.
2024-08-07 22:24:55 -02:30
..
audio refac 2024-08-02 19:24:47 +02:00
images fix: ComfyUI generation no longer causes FastAPI to stall for all users 2024-08-07 22:24:55 -02:30
ollama enh: min_p 2024-08-02 18:11:20 +02:00
openai refac 2024-08-07 15:52:03 +02:00
rag chore RAG: adding languages known extension for erlang, elixir, haskell and jsx/tsx 2024-07-18 17:48:39 -03:00
socket refac: apps/openai/main.py and utils 2024-08-03 14:24:26 +01:00
webui feat: Add OAuth Email Claim Variable 2024-08-07 11:39:51 -07:00