mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 17:02:01 -05:00
[GH-ISSUE #24715] issue: Comfyui image generation borked in 0.9.5 but it was fine in 0.9.4 [ERROR: 'NoneType' object has no attribute 'lower'] #107380
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 @krakerz on GitHub (May 14, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24715
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.9.5
Ollama Version (if applicable)
No response
Operating System
Debian 13
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
image generated without issue
Actual Behavior
image generated error, the file itself generated (checked on output dir from comfyui), it just won't insert in openwebui chat
i tried to roll back to 0.9.4 it was fine without issue though
Steps to Reproduce
Logs & Screenshots
both has same settings, same hw, i just changed the version
in 0.9.5
in 0.9.4
Additional Information
there is no error in console.log / network
image is openable without issue via browser
also i'm using lm-studio for the chat backend
workflow, you can remove ram and vram cleanup
@owui-terminator[bot] commented on GitHub (May 14, 2026):
🔍 Related Issues Found
I found some existing issues that might be related. Please check if any of these are duplicates or contain helpful solutions:
🟣 #24565 issue: edit_image with ComfyUI no longer returns images in 0.9.5
Very similar regression in 0.9.5 where ComfyUI successfully generates the image but Open WebUI fails when handling the returned image, producing the same
NoneType/lowererror. This makes it the closest match to a ComfyUI image-return bug introduced in the same version.by seamon67 ·
bug🟣 #24347 bug: Images returned as Base64 in stream/chunk responses are not rendered in the UI
This issue is about images being returned by the backend but not rendered in the UI. While the transport differs (base64 stream/chunk vs ComfyUI), the symptom is the same: generated image data exists but Open WebUI fails to display it.
by alihossein ·
bug💡 If your issue is a duplicate, please close it and add any additional details to the existing issue instead.
This comment was generated automatically. React with 👍 if helpful, 👎 if not.
@krakerz commented on GitHub (May 14, 2026):
thanks, closed, seems duplicate