Images in the chat interface block loading and switching conversations #2066

Closed
opened 2025-11-11 14:59:42 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @muhanstudio on GitHub (Sep 12, 2024).

For any version of openwebui, when talking to the visual model, after sending a large number of pictures, when switching back from another conversation, The program will always wait for all the pictures to be loaded before it will respond. When the dialogue that is switched to contains a large number of HD pictures, it will block the program's response and fall into a fake dead state. It needs to wait for all pictures to be loaded before it can switch the dialogue normally.

Solution:
Hopefully the picture in the conversation is loaded asynchronously and does not block the action of switching the conversation.

Originally created by @muhanstudio on GitHub (Sep 12, 2024). For any version of openwebui, when talking to the visual model, after sending a large number of pictures, when switching back from another conversation, The program will always wait for all the pictures to be loaded before it will respond. When the dialogue that is switched to contains a large number of HD pictures, it will block the program's response and fall into a fake dead state. It needs to wait for all pictures to be loaded before it can switch the dialogue normally. Solution: Hopefully the picture in the conversation is loaded asynchronously and does not block the action of switching the conversation.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#2066