mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-12 01:54:38 -05:00
Image Generation Not Working #792
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 @kmc7468 on GitHub (May 2, 2024).
Bug Report
Description
Bug Summary:
Maybe from v0.1.123, image generation using AUTOMATIC1111 doesn't work.
Steps to Reproduce:
Expected Behavior:
Generated image should be displayed.
Actual Behavior:
Error
Environment
Open WebUI Version: 0.1.123
Ollama (if applicable): 0.1.32
Operating System: Ubuntu Server 22.04 LTS
Reproduction Details
Confirmation:
Logs and Screenshots
Browser Console Logs:
Something went wrong :/ cannot access local variable 'image_id' where it is not associated with a valueDocker Container Logs:

Screenshots (if applicable):

Installation Method
I used the following
docker-compose.ymlfile:Additional Information
Previously I used v0.1.120 and it worked well. AUTOMATIC1111 version is 1.9.3. It generates images well therefore I think it is open-webui backend's bug. Thank you for your effort!
@tjbck commented on GitHub (May 2, 2024):
Should be fixed now, let me know if the issue persists!
@kmc7468 commented on GitHub (May 2, 2024):
It works! Thank you for fast fix!