> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/zh/ji-chu.md).

# 基础

- [局部重绘与外延补绘](https://morphic.com/docs/zh/ji-chu/inpainting-and-outpainting.md)
- [局部重绘](https://morphic.com/docs/zh/ji-chu/inpainting-and-outpainting/inpainting.md): Morphic 上的局部重绘可让你使用提示词对图像的特定区域进行定向编辑，非常适合在不影响整体的情况下对局部进行优化、替换或增强。
- [图像外延补绘](https://morphic.com/docs/zh/ji-chu/inpainting-and-outpainting/image-outpainting.md): Morphic 上的外延补绘可让你使用提示词将图像扩展到原始画框之外，生成与现有场景匹配并延续其内容的无缝补充。
- [视频外延补绘](https://morphic.com/docs/zh/ji-chu/inpainting-and-outpainting/video-outpainting.md): Morphic 上的外延补绘可让你使用提示词将视频扩展到原始画框之外，生成与现有场景匹配并延续其内容的无缝补充。
- [图层](https://morphic.com/docs/zh/ji-chu/layers.md)
- [自动分割](https://morphic.com/docs/zh/ji-chu/layers/auto-segmentation.md): 自动分割可让你快速在 Morphic Studio 中将画面中的关键元素（如角色和物体）分层提取出来。
- [智能选择](https://morphic.com/docs/zh/ji-chu/layers/smart-select.md): 智能选择可让你快速检测并将画面中的关键元素（如角色和物体）分层提取出来。
- [点选](https://morphic.com/docs/zh/ji-chu/layers/manual-segmentation.md): Morphic 上的点选功能可让你通过“包含点”和“排除点”手动将画面中的关键元素（如角色或物体）分离出来。
- [角色模型](https://morphic.com/docs/zh/ji-chu/character-models.md)
- [训练角色模型](https://morphic.com/docs/zh/ji-chu/character-models/train-a-character-model.md): Morphic 上的角色模型可让你用角色图片训练 AI，从而在不同姿势、场景和提示词下生成该角色的一致输出。
- [单图角色模型](https://morphic.com/docs/zh/ji-chu/character-models/one-shot-character-model.md): Morphic 上的单图角色模型可让你仅用角色的一张图片训练 AI，从而在不同姿势、场景和提示词下生成该角色的一致输出。
- [使用角色模型](https://morphic.com/docs/zh/ji-chu/character-models/use-a-character-model.md): 在 Morphic 中使用你训练好的角色模型来生成一致的姿势和外观，只需在提示时选择它，输出就会呈现你的角色。
- [多角色标记](https://morphic.com/docs/zh/ji-chu/character-models/multi-character-tag.md): 使用已训练的角色模型，在 Morphic 中创建多角色场景。提示时标记角色，输出将在所有场景中保持一致的姿势和外观。
- [风格模型](https://morphic.com/docs/zh/ji-chu/style-models.md)
- [训练风格模型](https://morphic.com/docs/zh/ji-chu/style-models/train-a-style-model.md): Morphic 上的风格模型可让你用一组具有特定风格的图像训练 AI，这样你就能在不同提示词和创意场景中生成符合该风格的新视觉内容。
- [使用风格模型](https://morphic.com/docs/zh/ji-chu/style-models/use-a-style-model.md): 在 Morphic 中，通过在提示时从下拉菜单中选择你训练好的风格模型来使用它，你的输出将匹配你上传并训练的视觉风格。
- [模型](https://morphic.com/docs/zh/ji-chu/models.md)
- [训练模型](https://morphic.com/docs/zh/ji-chu/models/train-a-model.md): Morphic 上的模型可让你对你的视觉概念（角色、风格、产品或物体）进行 AI 训练，从而在不同场景、上下文和提示词中生成一致的输出。
- [使用模型](https://morphic.com/docs/zh/ji-chu/models/use-a-model.md): 在 Morphic 中，通过在提示时选择你训练好的模型来使用它，你的输出将反映你上传并训练的视觉概念。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/ji-chu.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.
