# 图像转图像

这里有一个关于如何在 Morphic 上使用图生图的简短教程：

{% embed url="<https://youtu.be/aKRi9G81o3g>" %}

1. 在画布上上传或生成你的图像
2. 选择你想要处理的图像
3. 通过聚焦模式切换到图像模式；根据需要调整其他设置，或者保持默认值
4. 输入一段提示词，描述你希望图像发生的变化
5. 点击生成

这就是在 Morphic 上使用图生图功能的方法。它是一种只需一个提示词就能快速增强、重塑风格或重新构想视觉内容的方式。

查看更多示例，参见 [精确图像编辑](/docs/zh/shi-yong-fang-fa/precise-image-editing.md) 以实现有效使用。


---

# 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/tu-xiang/image-to-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.
