> 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/cao-zuo-zhi-nan/multiple-character-tag.md).

# 多角色标签

以下是在 Morphic 上创建包含多个角色标签场景的分步指南：

1. 在 Morphic 中打开 Canvas

<figure><img src="/files/93799dd103af7dd0a8b95796164b574967204868" alt=""><figcaption></figcaption></figure>

2. 在提示栏中，描述你想生成的场景，并使用 @name 来引用你希望出现在场景中的每个角色。了解如何 [训练模型](/docs/zh/ji-chu/models.md)

<div><figure><img src="/files/5ffa1aab7192a45f521f8e3f39ea7b57ad067894" alt=""><figcaption><p>角色模型</p></figcaption></figure> <figure><img src="/files/7ebeda36c696ef26caabcb440509bae1de93b7ca" alt=""><figcaption></figcaption></figure></div>

3. 点击提示栏中的蓝色按钮

<figure><img src="/files/1aedd8b6f677f5a93c654827861b78b6473c7b65" alt=""><figcaption></figcaption></figure>

这就是你在 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/cao-zuo-zhi-nan/multiple-character-tag.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.
