Fix wording and emphasis

This commit is contained in:
Justin Hayes
2024-02-25 22:53:04 -05:00
committed by GitHub
parent 8594b29d51
commit 246b26be1f
4 changed files with 6 additions and 4 deletions

View File

@@ -1,15 +1,15 @@
# Image Generation
Open WebUI now supports image generation through the AUTOMATIC1111 [API](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/API). To set this up, follow these steps:
Open WebUI now supports image generation through the **AUTOMATIC1111** [API](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/API). To set this up, follow these steps:
## Initial Setup
1. Ensure that you have [AUTOMATIC1111](https://github.com/AUTOMATIC1111/stable-diffusion-webui) installed.
2. Launch the WebUI with additional flags to enable API access:
2. Launch AUTOMATIC1111 with additional flags to enable API access:
```
./webui.sh --api --listen
```
For Docker installations, use the `--listen` flag to allow connections outside of localhost.
For Docker installations of Open WebUI, use the `--listen` flag to allow connections outside of localhost.
## Configuring Open WebUI