mirror of
https://github.com/open-webui/docs.git
synced 2026-01-04 02:36:55 +07:00
- Move all image-generation content into docs/image-generation-and-editing/ - Add ComfyUI image-editing instructions (Image Size, Steps, Image Prompt Generation) - Explain how to set node IDs in Open WebUI - Add example setups for Qwen and FLUX.1 models - Fix broken links and tidy formatting
31 lines
957 B
Markdown
31 lines
957 B
Markdown
---
|
|
sidebar_position: 6
|
|
title: "📊 Usage"
|
|
---
|
|
|
|
Before you can use image generation, you must ensure that the **Image Generation** toggle is enabled in the **Admin Panel** > **Settings** > **Images** menu.
|
|
|
|
## Using Image Generation
|
|
|
|
### Method 1
|
|
|
|
1. Toggle the `Image Generation` switch to on.
|
|
2. Enter your image generation prompt.
|
|
3. Click `Send`.
|
|
|
|

|
|
|
|
### Method 2
|
|
|
|

|
|
|
|
1. First, use a text generation model to write a prompt for image generation.
|
|
2. After the response has finished, you can click the Picture icon to generate an image.
|
|
3. After the image has finished generating, it will be returned automatically in chat.
|
|
|
|
:::tip
|
|
|
|
You can also edit the LLM's response and enter your image generation prompt as the message to send off for image generation instead of using the actual response provided by the LLM.
|
|
|
|
:::
|