You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues and discussions.
I am using the latest version of Open WebUI.
Installation Method
Docker
Open WebUI Version
v0.6.13
Ollama Version (if applicable)
N/A
Operating System
Ubuntu 22.04
Browser (if applicable)
N/A
Confirmation
I have read and followed all instructions in README.md.
I am using the latest version of both Open WebUI and Ollama.
I have included the browser console logs.
I have included the Docker container logs.
I have provided every relevant configuration, setting, and environment variable used in my setup.
I have clearly listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc).
I have documented step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation. My steps:
Start with the initial platform/version/OS and dependencies used,
Specify exact install/launch/configure commands,
List URLs visited, user input (incl. example values/emails/passwords if needed),
Describe all options and toggles enabled or changed,
Include any files or environmental changes,
Identify the expected and actual result at each stage,
Ensure any reasonably skilled user can follow and hit the same issue.
Expected Behavior
I expect Open Web UI to either correctly identify the output node of a workflow JSON or allow the user to specify the node ID of the output node.
Actual Behavior
What appears to be happening is that Open Web UI assumes the last ordered node in the JSON is the output node. While this happens a majority of the time, it doesn't always.
Steps to Reproduce
Navigate to the Images category of the Admin Panel.
Select ComfyUI as the image generation API.
Paste or upload exported workflow JSON from ComfyUI into the provided text field. I'll include my "broken" and working workflow below. These steps will assume the "broken" workflow is used.
Correctly map the required nodes for the workflow.
Create a new conversation with any LLM.
Either enable image generation with the prompt or click the generate image button at the bottom of an LLM response.
The image will render in ComfyUI, but will not be pulled by Open Web UI. The image generation throbber will either stop after the render finishes or will continue indefinitely in the case where image generation is enabled from the prompt input.
No error message occurs, so I haven't attached any logs. I've verified that Open Web UI communicates with my ComfyUI instance and it does render an image with the correct prompt.
Additional Information
I've attached two ComfyUI API workflow JSON - one I've confirmed to work, and one that doesn't. The only difference is in the order of the nodes included in the workflow JSON. As mentioned, both orders are exportable and valid in ComfyUI.
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.13
Ollama Version (if applicable)
N/A
Operating System
Ubuntu 22.04
Browser (if applicable)
N/A
Confirmation
README.md.Expected Behavior
I expect Open Web UI to either correctly identify the output node of a workflow JSON or allow the user to specify the node ID of the output node.
Actual Behavior
What appears to be happening is that Open Web UI assumes the last ordered node in the JSON is the output node. While this happens a majority of the time, it doesn't always.
Steps to Reproduce
working.json
not-working.json
Logs & Screenshots
No error message occurs, so I haven't attached any logs. I've verified that Open Web UI communicates with my ComfyUI instance and it does render an image with the correct prompt.
Additional Information
I've attached two ComfyUI API workflow JSON - one I've confirmed to work, and one that doesn't. The only difference is in the order of the nodes included in the workflow JSON. As mentioned, both orders are exportable and valid in ComfyUI.