mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 05:47:50 -05:00
[GH-ISSUE #21060] issue: The generated image cannot correctly return a PNG image with a transparent background #58035
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 @wilsonwu on GitHub (Jan 30, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/21060
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
0.6.29
Ollama Version (if applicable)
No response
Operating System
Ubuntu
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
The generated image cannot correctly return a PNG image with a transparent background; instead, it returns a non-transparent image with a gray grid background.
Actual Behavior
The generated image cannot correctly return a PNG image with a transparent background; instead, it returns a non-transparent image with a gray grid background.
Steps to Reproduce
Use gpt image 1.5 to gen-image
Logs & Screenshots
NA
Additional Information
No response
@owui-terminator[bot] commented on GitHub (Jan 30, 2026):
🔍 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:
#20436 issue: image generation cannot finish normally
by lywbh • Jan 07, 2026 •
bug#20754 issue: New upload of an image does not work with image editing
by iChristGit • Jan 17, 2026 •
bug#20791 issue: "Failed to execute 'getImageData' on 'CanvasRenderingContext2D': The canvas has been tainted by cross-origin data."
by sokai • Jan 19, 2026 •
bug#20092 issue: Clicking "Generate Image" returns [object Object] error
by VideoRyan • Dec 22, 2025 •
bug#19702 issue: Image generation tool causes inconsistency between model response and actual generated image
by manwallet • Dec 03, 2025 •
bugShow 2 more related issues
#19019 issue: Image generation doesn't work with OpenRouter
by vladkvit • Nov 07, 2025 •
bug#19187 issue: Image generation menu gone.
by calebrio02 • Nov 14, 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 (Jan 30, 2026):
.......
@Classic298 commented on GitHub (Jan 30, 2026):
It's image generation
Ai cannot generate transparent pngs.
They will fake it or put white background
@Classic298 commented on GitHub (Jan 30, 2026):
Therefore N O T an openwebui issue
@wilsonwu commented on GitHub (Feb 23, 2026):
You are wrong, gpt-image-1.5 can generate images with transparent backgrounds. Please see the example I generated using a Python script. This configuration capability should be supported by Open WebUI.