mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[GH-ISSUE #16571] issue: Default image size of 512x512 in UI is not valid for OpenAI #56630
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 @jsweetzer-ea on GitHub (Aug 13, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16571
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.23
Ollama Version (if applicable)
No response
Operating System
AWS Linux
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
USe default image settings with openai, generate images
Actual Behavior
IMage gen is broken without change to image size
Steps to Reproduce
<html> 2025-08-13 13:31:24.651 \| ERROR \| open_webui.utils.middleware:chat_image_generation_handler:584 - 400: [ERROR: Invalid value: '512x512'. Supported values are: '1024x1024', '1024x1536', '1536x1024', and 'auto'.] | -- | --
</html>Logs & Screenshots
Additional Information
No response
@tjbck commented on GitHub (Aug 13, 2025):
You should adjust the value yourself.
@jsweetzer-ea commented on GitHub (Aug 13, 2025):
Well yes, of course, but the default value shouldn't be one that is incompatible either.
Edit: There is no console or in app error for this, I had to check the server log