# AI 生圖

MaiGPT 內建 AI 生圖功能。用文字描述你想要的畫面，AI 就會幫你產生圖片。支援中文描述，不需要寫英文。生成後還可以反覆修改，直到滿意為止。

***

## 用文字描述生成圖片

在對話中直接描述你要的圖片：

> 「幫我畫一張現代辦公室的插圖，明亮的色調」
>
> 「生成一張行銷用的產品形象圖，背景是漸層藍色」
>
> 「畫一張可愛的吉祥物，是一隻穿西裝的貓」

<figure><img src="https://1593648278-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fmzb5NG9GDzFP2YDKeYVl%2Fuploads%2Fgit-blob-7484af84e1fd2ba252b169da14e6cb7b3650e4a4%2Fmaigpt-image-gen.png?alt=media" alt="MaiGPT AI 生圖結果"><figcaption><p>輸入文字描述，AI 即時生成對應圖片</p></figcaption></figure>

### 描述技巧

描述越具體，圖片越符合你的期待：

| 一般描述    | 更好的描述                                 |
| ------- | ------------------------------------- |
| 「畫一隻貓」  | 「一隻橘色的貓坐在窗台上，背景是夕陽，水彩風格」              |
| 「做一張海報」 | 「一張 A4 直式海報，標題是『2025 年度大會』，科技風格，藍紫色調」 |
| 「產品圖」   | 「白色背景上的一杯咖啡，俯拍角度，旁邊有幾顆咖啡豆，商業攝影風格」     |

你可以指定：

* **風格** — 水彩、扁平設計、寫實、卡通、商業攝影
* **色調** — 明亮、暖色、冷色、單色
* **構圖** — 俯拍、正面、特寫、全景
* **用途** — 社群貼文、簡報配圖、行銷素材

### 下載圖片

圖片生成後，點擊圖片可以放大檢視。右鍵或長按可以儲存到你的裝置。

***

## 編輯與迭代圖片

AI 生成的圖片不滿意？不用重來，你可以在同一段對話中持續修改，直到滿意為止。

### 怎麼修改

圖片生成後，直接在對話中告訴 AI 你要改什麼：

> 「背景改成白色」
>
> 「人物的表情改成微笑」
>
> 「加上公司的 Logo 在右下角」
>
> 「整體色調調暖一點」

AI 會根據你的指示生成新版本。

<figure><img src="https://1593648278-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fmzb5NG9GDzFP2YDKeYVl%2Fuploads%2Fgit-blob-82547572df84ecb0271f087d65737b59f49a2530%2Fmaigpt-image-edit.png?alt=media" alt="MaiGPT 圖片迭代修改"><figcaption><p>在對話中指示修改方向，AI 會生成新版本的圖片</p></figcaption></figure>

### 基於現有圖片生成

你也可以上傳一張圖片，讓 AI 參考它來生成新圖：

> （上傳一張產品照片）
>
> 「參考這張圖的風格，幫我生成類似的行銷素材」
>
> 「把這張圖改成卡通風格」

### 小技巧

{% hint style="success" %}
**分步驟修改**

不要一次提太多修改要求。一次改一個地方，效果最好：

1. 先確認構圖和主體 OK
2. 再調整色調和風格
3. 最後加細節（文字、Logo 等）
   {% endhint %}

{% hint style="info" %}
**不滿意就重來**

如果修改方向越改越偏，不如直接重新描述。AI 每次都是獨立生成，重新開始有時比持續修改更快。
{% endhint %}

***

## 下一步

* [連接器](https://docs.maiagent.ai/maigpt/connectors)
* [回到 MaiGPT 總覽](https://docs.maiagent.ai/maigpt/maigpt)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.maiagent.ai/maigpt/image.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
