mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-12-06 07:12:10 +01:00
Update docs
This commit is contained in:
parent
cd80d0f62d
commit
594ccf5235
|
|
@ -1,20 +1,20 @@
|
|||
# Image Generation Tutorial
|
||||
|
||||
This feature allows you to generate images using high-speed models like Z-Image-Turbo directly within the web UI.
|
||||
This feature allows you to generate images using latest models like Z-Image-Turbo directly within the web UI.
|
||||
|
||||
## How to use (Easiest Method)
|
||||
## How to use
|
||||
|
||||
1. Click on the **Image AI** tab at the top of the interface.
|
||||
2. Select the **Model** sub-tab.
|
||||
3. Copy and paste the following link into the **Download model** box:
|
||||
```
|
||||
|
||||
[https://huggingface.co/Tongyi-MAI/Z-Image-Turbo](https://huggingface.co/Tongyi-MAI/Z-Image-Turbo)
|
||||
1. Click on the "Image AI" tab at the top of the interface.
|
||||
2. Select the "Model" sub-tab.
|
||||
3. Copy and paste the following link into the "Download model" box:
|
||||
|
||||
```
|
||||
4. Click the **Download** button and wait for the confirmation message.
|
||||
5. In the **Model** dropdown menu, select the model you just downloaded (if you don't see it, click the 🔄 refresh button).
|
||||
6. Click **Load**.
|
||||
7. Go to the **Generate** sub-tab, type a prompt, and click **GENERATE**.
|
||||
https://huggingface.co/Tongyi-MAI/Z-Image-Turbo
|
||||
```
|
||||
|
||||
> **Note for Z-Image-Turbo:** For the best results with this specific model, keep the **CFG Scale** slider at **0**.
|
||||
4. Click the "Download" button and wait for the download to finish.
|
||||
5. In the "Model" dropdown menu, select the model you just downloaded (if you don't see it, click the 🔄 refresh button).
|
||||
6. Click "Load".
|
||||
7. Go to the "Generate" sub-tab, type a prompt, and click "Generate".
|
||||
|
||||
> **Note for Z-Image-Turbo:** For the best results with this specific model, keep the "CFG Scale slider at 0.
|
||||
|
|
|
|||
Loading…
Reference in a new issue