mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #20237] issue: Image editing stopped working #34664
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 @tomasloksa on GitHub (Dec 29, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20237
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.43
Ollama Version (if applicable)
No response
Operating System
azure container app
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
When I upload an image, turn on the image feature and provide instructions, I expect the original image to be edited. It worked like this in v 0.6.41!
Actual Behavior
The image produced is always a random one, that has nothing to do with the original. With further prompts i can edit the generated image perfectly, but the original - first image is always ignored.
Steps to Reproduce
Logs & Screenshots
Additional Information
No response
@owui-terminator[bot] commented on GitHub (Dec 29, 2025):
🔍 Similar Issues Found
I found some existing issues that might be related to this one. Please check if any of these are duplicates or contain helpful solutions:
#18995 issue: image generation and edition doesn’t work on temporary chats
by futureshield • Nov 06, 2025 •
bug#20019 issue:
by j63440490 • Dec 17, 2025 •
bug#19777 issue:
by Yaute7 • Dec 05, 2025 •
bug#20092 issue:
by VideoRyan • Dec 22, 2025 •
bug#20091 issue: image is regarded as binary in temp chat
by funnycups • Dec 22, 2025 •
bugShow 5 more related issues
#19711 issue: Editing function for models broken
by skleffmann • Dec 03, 2025 •
bug#19187 issue: Image generation menu gone.
by calebrio02 • Nov 14, 2025 •
bug#19481 issue: admin panel not working
by kybeq • Nov 25, 2025 •
bug#19563 issue:
by naruto7g • Nov 28, 2025 •
bug#19215 issue:Server Failed opening Admin > Settings > Images Panel
by fordinator • Nov 16, 2025 •
bug💡 Tips:
This comment was generated automatically by a bot. Please react with a 👍 if this comment was helpful, or a 👎 if it was not.
@Classic298 commented on GitHub (Dec 29, 2025):
thanks for the report, will investigate
@Classic298 commented on GitHub (Dec 29, 2025):
@tomasloksa
https://github.com/open-webui/open-webui/pull/20239
please test this PR
@tomasloksa commented on GitHub (Dec 30, 2025):
@Classic298 Not sure if I'm doing something wrong, but it's still not working for me.
I pulled your fork, switched to the image-fix branch and then did a
docker compose up. I set everything up - openai key, gemini image api with create and edit image and it still behaves in the same way - generates the first image and only after that edits can be made.@Ithanil commented on GitHub (Dec 30, 2025):
You would have to build a Docker image from his fork first and then reference that image in your compose file.
@formytech commented on GitHub (Dec 31, 2025):
It does the same thing to me and I've noticed that the issue is it never sends it to the edit endpoint it it sends everything to generate regardless I don't know why it broke that but it did But if I knew any other way to fix it myself I would because database won't go backwards so I'd start over but I did it on one copy just to use it and just exported the settings but I got to wait for them to fix it to use the other copy Unless there's a way somewhere in there we ourselves that I can fix this issue but if you look hard enough it's sending everything to generate it's not sending the edits to edit an URI regardless of the back end
@maglat commented on GitHub (Jan 4, 2026):
There is a pull request already with the fix
https://github.com/open-webui/open-webui/pull/20239
@Classic298 commented on GitHub (Jan 5, 2026):
should be addressed in dev, though, confirmation needed here @tomasloksa CC everyone else
PLEASE test it. New version soon - need confirmation now. Thanks guys
@tomasloksa commented on GitHub (Jan 7, 2026):
@Classic298 Checked the dev branch and now it works for me. Guess I did it wrong when running locally, sorry.