mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[GH-ISSUE #943] AUTOMATIC1111 Base URL throws error #27788
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 @piedpiper-technologies on GitHub (Feb 27, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/943
I am using the container version of open web-ui updated to v0.1.105 (latest) and AUTOMATIC1111 version: v1.7.0 on 2023 MBP Apple Silicon M2.
AUTOMATIC 1111 is running on local http://127.0.0.1:7860 and launched with arguments: --api --skip-torch-cuda-test --upcast-sampling --no-half-vae --use-cpu interrogate
The API is up and docs can be accessed at http://127.0.0.1:7860/docs
When I attempt to enter base URL in Open Web UI I receive the following error:

When I accesss the AUTOMATIC1111 endpoint through FASTAPI I get a 200 response:

WebUI container logs show:

@justinh-rahb commented on GitHub (Feb 27, 2024):
If your Open WebUI is running in Docker, you'd need to use this instead:
And add the
--listenflag to your AUTOMATIC1111 arguments.@piedpiper-technologies commented on GitHub (Feb 27, 2024):
This is correct, thank you. My mistake for missing this in the documentation: https://docs.openwebui.com/tutorial/images/
@ronidee commented on GitHub (Apr 26, 2024):
I totally missed that too, my bad for sure!
But maybe a small hint in the UI could help?
Kind regards :)