mirror of
https://github.com/open-webui/docs.git
synced 2026-01-02 17:59:41 +07:00
914 B
914 B
Image Generation
Open WebUI now supports image generation through the AUTOMATIC1111 API. To set this up, follow these steps:
Initial Setup
- Ensure that you have AUTOMATIC1111 installed.
- Launch the WebUI with additional flags to enable API access:
For Docker installations, use the
./webui.sh --api --listen--listenflag to allow connections outside of localhost.
Configuring Open WebUI
- In Open WebUI, navigate to Settings > Images.
- In the API URL field, enter the address where AUTOMATIC1111's API is accessible, following this format:
If you're running a Docker installation of Open WebUI and AUTOMATIC1111 on the same host, replace
http://<your_automatic1111_address>:7860<your_automatic1111_address>withhost.docker.internal.
Please note that, as of now, only the AUTOMATIC1111 API is supported for image generation within Open WebUI.