Skip to content

Commit

Permalink
Merge pull request #241 from Mushy-Snugglebites-badonkadonk/patch-1
Browse files Browse the repository at this point in the history
Documentation: Implementing SwarmUI into Open WebUI
  • Loading branch information
tjbck authored Oct 8, 2024
2 parents e67c700 + 75240c7 commit 2beeb7b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/tutorials/features/images.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,14 @@ Some workflows, such as ones that use any of the Flux models, may utilize multip

After completing these steps, your ComfyUI setup should be integrated with Open WebUI, and you can use the Flux.1 models for image generation.

### Configuring with SwarmUI

SwarmUI utilizes ComfyUI as its backend. In order to get Open WebUI to work with SwarmUI you will have to append `ComfyBackendDirect` to the `ComfyUI Base URL`. Additionally, you will want to setup SwarmUI with LAN access. After aforementioned adjustments, setting up SwarmUI to work with Open WebUI will be the same as [Step one: Configure Open WebUI Settings](https://github.com/open-webui/docs/edit/main/docs/tutorials/features/images.md#step-1-configure-open-webui-settings) as outlined above.
![Install SwarmUI with LAN Access](https://github.com/user-attachments/assets/a6567e13-1ced-4743-8d8e-be526207f9f6)

#### SwarmUI API URL
The address you will input as the ComfyUI Base URL will look like: `http://<your_swarmui_address>:7801/ComfyBackendDirect`

## OpenAI DALL·E

Open WebUI also supports image generation through the **OpenAI DALL·E APIs**. This option includes a selector for choosing between DALL·E 2 and DALL·E 3, each supporting different image sizes.
Expand Down

0 comments on commit 2beeb7b

Please sign in to comment.