mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-03 07:24:59 -05:00
feat: Image to Image generation #6743
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 @DaWe35 on GitHub (Oct 23, 2025).
Check Existing Issues
Problem Description
When I send a prompt with an image in chat, only the prompt is forwarded to the image generation model.
I also prefer to see exact error responses in chat, this generic error doesn't help the user.
Desired Solution you'd like
It would be awesome, if the image is also forwarded to the image generator.
Alternatives Considered
No response
Additional Context
My setup:
v0.6.34
/admin/settings/images -> OpenAI provider (I use ImageRouter as described in the official tutorials)