mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #23723] issue: Image generation enabled doesn't respect setting #20054
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 @xNissX233 on GitHub (Apr 14, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/23723
Installation Method
Git Clone
Open WebUI Version
v0.8.12
Operating System
Arch Linux
Expected Behavior
Setting Image generation to on should remain enabled until the user disables it manually
Actual Behavior
When OpenWebUI detects no connection to the configured port for image generation, it disables the image generation feature entirely from the admin settings, and even when the connection to the image generation server is back, it remains off until turned on manually
Steps to Reproduce
Note: Sometimes it doesn't turn off immediately but after a restart or changing models, but eventually in my experience, the image generation feature won't work anymore until turning it on manually
Logs & Screenshots
@xNissX233 commented on GitHub (Apr 14, 2026):
An example of how this bug breaks the workflow of the model:
And after that the model starts messing with the commands and breaking things.
A good way to prevent this or make it less problematic would be to be able to choose one by one which tools will be passed to the model, instead of passing all of them once it runs.
@tjbck commented on GitHub (Apr 17, 2026):
Addressed in dev.