mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #8613] ComfyUI image can't be shown in the UI after activating a API key for ComfyUI #15194
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 @centigrade-kdk on GitHub (Jan 16, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8613
Bug Report
Installation Method
Docker
Environment
Open WebUI Version: 0.5.4
Ollama (if applicable): --
Operating System: --
Browser (if applicable): --
Confirmation:
Expected Behavior:
After setting the ComfyUI API Key the WebUI should generate image and fetch them so show them within the chat
Actual Behavior:
OpenWebUI sends the new API Key perfectly for generating the function but does not send the API during downloading the image to show in the chat
Description
Bug Summary:
Reproduction Details
Steps to Reproduce:
[Outline the steps to reproduce the bug. Be as detailed as possible.]
Logs and Screenshots
Browser Console Logs:
[Include relevant browser console logs, if applicable]
Docker Container Logs:
Screenshots/Screen Recordings (if applicable):
Additional Information
the function
comfyui_generate_imagein./open-webui/backend/open_webui/utils/images/comfyui.pyreturns only the image url. The actual image is downloaded later without the usage of the API key.see https://github.com/open-webui/open-webui/pull/7915
ping @short-circuit
@tjbck commented on GitHub (Jan 16, 2025):
Might have been addressed in dev, testing wanted here!
@centigrade-kdk commented on GitHub (Jan 16, 2025):
@tjbck Yes, you are right, on the current dev branch, the aforementioned issues no longer exist.