> 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/character-models/one-shot-character-model.md).

# 单张图角色模型

这里有一份关于如何在 Morphic 中使用单次角色模型的快速教程：

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

1. 在 Morphic 上打开 Canvas
2. 上传或生成一张包含你角色的图片
3. 在图片上右键单击（Windows）或按住 Control 并单击（Mac）以打开上下文菜单
4. 从菜单中选择“创建模型” → “角色模型”
5. 侧边栏将会出现，用于单次角色模型功能
6. Morphic 将根据你的输入图片自动生成角色变体
7. 选择你喜欢的变体并为你的角色命名
8. 可选地，你还可以在此面板中上传更多同一角色的图片，以增强模型效果
9. 点击“创建模型”开始训练你的角色模型

训练完成后，你可以在提示词中使用该模型，在新的场景、姿势和表情中生成你的角色，同时保持视觉一致性。

这就是在 Morphic 上训练角色模型的方法。

***

### 联系我们获取帮助

如果你遇到任何问题或有任何疑问，欢迎随时联系我们。我们很乐意提供帮助，请写信给我们： [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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, and the optional `goal` query parameter:

```
GET https://morphic.com/docs/zh/ji-chu/character-models/one-shot-character-model.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
