mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #17153] feat: image editing feature #56856
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 @Huanli-Gong on GitHub (Sep 2, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/17153
Check Existing Issues
Problem Description
OpenAI API includes image edit endpoint to execute image2image tasks, but it cannot be used on Open WebUI.
Desired Solution you'd like
Open WebUI currently supports vision language models and image generation, so it can support the image2image format. Just need to add an Image Editing field to image generation setting for the images/edits endpoint.

Alternatives Considered
No response
Additional Context
No response