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
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:
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)](https://github.com/open-webui/open-webui/releases/tag/v0.1.105) and AUTOMATIC1111 version: [v1.7.0](https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/cf2772fab0af5573da775e7437e6acdca424f26e) 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:
<img width="881" alt="Screenshot 2024-02-27 at 11 24 12" src="https://github.com/open-webui/open-webui/assets/130253894/13a0e801-499c-460c-b9d1-97e1db834192">
If your Open WebUI is running in Docker, you'd need to use this instead:
http://host.docker.internal:7860/
And add the --listen flag to your AUTOMATIC1111 arguments.
<!-- gh-comment-id:1967048703 -->
@justinh-rahb commented on GitHub (Feb 27, 2024):
If your Open WebUI is running in Docker, you'd need to use this instead:
```
http://host.docker.internal:7860/
```
And add the `--listen` flag to your AUTOMATIC1111 arguments.
<!-- gh-comment-id:1967074547 -->
@piedpiper-technologies commented on GitHub (Feb 27, 2024):
> If your Open WebUI is running in Docker, you'd need to use this instead:
>
> ```
> http://host.docker.internal:7860/
> ```
>
> And add the `--listen` flag to your AUTOMATIC1111 arguments.
This is correct, thank you. My mistake for missing this in the documentation: https://docs.openwebui.com/tutorial/images/
I totally missed that too, my bad for sure!
But maybe a small hint in the UI could help?
Kind regards :)
<!-- gh-comment-id:2079011777 -->
@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 :)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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 :)