open-webui/backend
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
..
apps fix: ComfyUI generation no longer causes FastAPI to stall for all users 2024-08-07 22:24:55 -02:30
data Update config.json 2024-07-11 00:02:59 -05:00
migrations fix: update logging configuration in env.py 2024-07-12 21:12:30 +01:00
open_webui
static refac: splash screen 2024-07-08 22:20:00 -07:00
test refac 2024-07-08 23:07:23 -07:00
utils Merge pull request #4295 from michaelpoluektov/refactor-tools 2024-08-04 14:17:52 +02:00
.dockerignore
.gitignore
alembic.ini feat(sqlalchemy): use subprocess to do migrations 2024-06-27 07:48:08 +02:00
config.py feat: Add OAuth Email Claim Variable 2024-08-07 11:39:51 -07:00
constants.py refac 2024-07-11 15:20:56 -07:00
dev.sh
main.py feat: Add OAuth Email Claim Variable 2024-08-07 11:39:51 -07:00
requirements.txt Merge pull request #4369 from open-webui/dependabot/pip/backend/dev/black-24.8.0 2024-08-05 11:07:15 +02:00
start_windows.bat
start.sh