# 多角色标签

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

1. 在 Morphic 上打开画布&#x20;

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

2. 在提示栏中描述您想要生成的场景，并使用 @name 来指代您希望出现在场景中的每个角色。了解如何 [训练角色模型](/docs/zh/ji-chu-zhi-shi/character-models/train-a-character-model.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 上创建包含多个角色模型场景的方法。当场景需要多个特定角色同时出现并保持视觉一致性时，这非常有用。

***


---

# 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/shi-yong-fang-fa/multiple-character-tag.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.
