Important: Before submitting a bug report, please check whether a similar issue or feature request has already been posted in the Issues or Discussions section. It's likely we're already tracking it. In case of uncertainty, initiate a discussion post first. This helps us all to efficiently focus on improving the project.
Let's collaborate respectfully. If you bring negativity, please understand our capacity to engage may be limited. If you're open to learning and communicating constructively, we're more than happy to assist you. Remember, Open WebUI is a volunteer-driven project maintained by a single maintainer, supported by our amazing contributors who also manage full-time jobs. We respect your time; please respect ours. If you have an issue, We highly encourage you to submit a pull request or to fork the project. We actively work to prevent contributor burnout to preserve the quality and continuity of Open WebUI.
Installation Method
Docker compose
Environment
Open WebUI Version: v0.3.32
Ollama (if applicable): n/a
Operating System: Debian 12
Browser (if applicable): Chrome 128, Firefox
Confirmation:
I have read and followed all the instructions provided in the README.md.
I am on the latest version of both Open WebUI and Ollama.
[] I have included the browser console logs.
[] I have included the Docker container logs.
I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below.
returned from a pipe method should display the image.
But when we have "Fluidly stream large external response chunks" Interface UI settings turned On then the image is not displayed at all.
Actual Behavior:
The image is not displayed in the chat area. (just a brunch of base64 characters)
Description
Bug Summary:
I think this is the intended behavior of this setting, but the problem is its side effects.
I think we also need a way for developers of manifold pipes to turn off this feature (at least temporally) so we can output markdown images and get them rendered properly in the pipe method.
Reproduction Details
Steps to Reproduce:
Just install any open webui community function that relies on markdown image output (like FLUX.1 Schnell) , configure its valves and them turn on the option. Instead of an image you will get the bytes printed slowly on the screen.
Logs and Screenshots
Browser Console Logs:
n/a
Docker Container Logs:
n/a
Screenshots/Screen Recordings (if applicable):
Additional Information
[Include any additional details that may help in understanding and reproducing the issue. This could include specific configurations, error messages, or anything else relevant to the bug.]
Note
If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!
Originally created by @bgeneto on GitHub (Oct 11, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/6110
# Bug Report
**Important: Before submitting a bug report, please check whether a similar issue or feature request has already been posted in the Issues or Discussions section. It's likely we're already tracking it. In case of uncertainty, initiate a discussion post first. This helps us all to efficiently focus on improving the project.**
**Let's collaborate respectfully. If you bring negativity, please understand our capacity to engage may be limited. If you're open to learning and communicating constructively, we're more than happy to assist you. Remember, Open WebUI is a volunteer-driven project maintained by a single maintainer, supported by our amazing contributors who also manage full-time jobs. We respect your time; please respect ours. If you have an issue, We highly encourage you to submit a pull request or to fork the project. We actively work to prevent contributor burnout to preserve the quality and continuity of Open WebUI.**
## Installation Method
Docker compose
## Environment
- **Open WebUI Version:** v0.3.32
- **Ollama (if applicable):** n/a
- **Operating System:** Debian 12
- **Browser (if applicable):** Chrome 128, Firefox
**Confirmation:**
- [x] I have read and followed all the instructions provided in the README.md.
- [x] I am on the latest version of both Open WebUI and Ollama.
- [] I have included the browser console logs.
- [] I have included the Docker container logs.
- [x] I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below.
## Expected Behavior:
A string like this:
```markdown

```
returned from a pipe method should display the image.
But when we have "Fluidly stream large external response chunks" Interface UI settings turned On then the image is not displayed at all.
## Actual Behavior:
The image is not displayed in the chat area. (just a brunch of base64 characters)
## Description
**Bug Summary:**
I think this is the intended behavior of this setting, but the problem is its side effects.
I think we also need a way for developers of manifold pipes to turn off this feature (at least temporally) so we can output markdown images and get them rendered properly in the pipe method.
## Reproduction Details
**Steps to Reproduce:**
Just install any open webui community function that relies on markdown image output (like [FLUX.1 Schnell](https://openwebui.com/f/bgeneto/flux_schnell)) , configure its valves and them turn on the option. Instead of an image you will get the bytes printed slowly on the screen.
## Logs and Screenshots
**Browser Console Logs:**
n/a
**Docker Container Logs:**
n/a
**Screenshots/Screen Recordings (if applicable):**

## Additional Information
[Include any additional details that may help in understanding and reproducing the issue. This could include specific configurations, error messages, or anything else relevant to the bug.]
## Note
If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @bgeneto on GitHub (Oct 11, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/6110
Bug Report
Important: Before submitting a bug report, please check whether a similar issue or feature request has already been posted in the Issues or Discussions section. It's likely we're already tracking it. In case of uncertainty, initiate a discussion post first. This helps us all to efficiently focus on improving the project.
Let's collaborate respectfully. If you bring negativity, please understand our capacity to engage may be limited. If you're open to learning and communicating constructively, we're more than happy to assist you. Remember, Open WebUI is a volunteer-driven project maintained by a single maintainer, supported by our amazing contributors who also manage full-time jobs. We respect your time; please respect ours. If you have an issue, We highly encourage you to submit a pull request or to fork the project. We actively work to prevent contributor burnout to preserve the quality and continuity of Open WebUI.
Installation Method
Docker compose
Environment
Open WebUI Version: v0.3.32
Ollama (if applicable): n/a
Operating System: Debian 12
Browser (if applicable): Chrome 128, Firefox
Confirmation:
Expected Behavior:
A string like this:
returned from a pipe method should display the image.
But when we have "Fluidly stream large external response chunks" Interface UI settings turned On then the image is not displayed at all.
Actual Behavior:
The image is not displayed in the chat area. (just a brunch of base64 characters)
Description
Bug Summary:
I think this is the intended behavior of this setting, but the problem is its side effects.
I think we also need a way for developers of manifold pipes to turn off this feature (at least temporally) so we can output markdown images and get them rendered properly in the pipe method.
Reproduction Details
Steps to Reproduce:
Just install any open webui community function that relies on markdown image output (like FLUX.1 Schnell) , configure its valves and them turn on the option. Instead of an image you will get the bytes printed slowly on the screen.
Logs and Screenshots
Browser Console Logs:
n/a
Docker Container Logs:
n/a
Screenshots/Screen Recordings (if applicable):

Additional Information
[Include any additional details that may help in understanding and reproducing the issue. This could include specific configurations, error messages, or anything else relevant to the bug.]
Note
If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!