# ChatGPT Images 2.0

Morphic 上的 ChatGPT Images 2.0 让你可以使用 OpenAI 的最新模型从文本生成图像，并编辑现有图像。描述一个产品标签、一张多语言海报或一个应用界面，模型就会以逼真的细节正确渲染文本。&#x20;

### 如何在 Morphic 上访问 ChatGPT Images 2.0

1. 在 Morphic 上打开一个新项目或现有项目
2. 在底部的提示栏中将模式切换为“图像”

<figure><img src="/files/7e12cccabbae8fe82cc4b84e26f85698a7b11c6f" alt=""><figcaption></figcaption></figure>

3. 点击模型选择器并选择“GPT Image 2”

<figure><img src="/files/abfc9e2bcb96877b8a66c5b676c431bb934aaf3c" alt=""><figcaption></figcaption></figure>

4. 编写提示词，描述你想生成的内容
5. （可选）如果你想编辑现有图像而不是从头生成，可以上传一张参考图像
6. 点击“生成”

### 获得更好效果的技巧

| 要做的                                          | 不要做的                     |
| -------------------------------------------- | ------------------------ |
| 把你想要的确切文本用引号括起来，例如“OPEN LATE”或“Summit Roast” | 不要把文本不加引号地放着，然后希望模型能拼写正确 |
| 为文本位置添加空间方向（“居中靠上”，“左下角”）                    | 跳过位置说明，并假设模型会自己猜出来       |
| 在提示词开头先写视觉风格，再写主体（“一张逼真的 35mm 照片，拍摄的是……”）    | 先把所有内容都描述完，再把风格当作补充      |
| 指定一个真实的灯光设置（“来自左侧的柔和窗光”，“自然的荧光照明”）           | 只说“光线好”或者完全不提            |
| 上传一张用于编辑的参考图像，并描述哪些地方要改、哪些地方保持不变             | 尝试凭记忆描述一张现有图像，而不是上传它     |

这就是你在 Morphic 上使用 ChatGPT Images 2.0 的方法。当你的视觉内容需要准确文本、逼真细节，或需要在不从头开始的情况下编辑现有图像时，就用它。


---

# 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://morphic.com/docs/zh/mo-xing/chatgpt-images-2.0.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.
