# 图像

- [文本转图像](https://morphic.com/docs/zh/tu-xiang/text-to-image.md): Morphic 上的文本转图像功能可让你仅使用提示词从零开始创建新图像。
- [图像转图像](https://morphic.com/docs/zh/tu-xiang/image-to-image.md): Morphic 上的图像转图像功能可让你仅使用提示词来完善、重绘风格或调整现有图像。
- [多图参考](https://morphic.com/docs/zh/tu-xiang/multi-image-to-image.md): Morphic 上的多图参考允许你从多张图片中选择主体、姿势、风格和场景作为参考，通过一个提示词创建独特的构图（图像）。
- [草图转图像](https://morphic.com/docs/zh/tu-xiang/draw-to-image.md): Morphic 上的草图转图像功能可让你直接在画布上绘制想法，并使用 AI 将其变成完整渲染的图像。
- [草图上色](https://morphic.com/docs/zh/tu-xiang/sketch-to-color.md): Morphic 上的草图上色功能可让你仅使用提示词将草图转换为完整上色的图像，同时保持原始结构不变。
- [上色](https://morphic.com/docs/zh/tu-xiang/colorize.md): Morphic 上的上色功能允许你将一张图片的色彩风格和调色板应用到其他图片上。


---

# 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.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.
