> 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/how-tos/storyboarding/storyboarding-using-visual-references.md).

# 使用视觉参考进行分镜

当你希望分镜遵循特定角色、环境或视觉风格时，这种方法很有用。

以下是在 Morphic 上使用视觉参考创建分镜的快速教程：

1. 前往 [Copilot](https://studio.morphic.com/chat) 在 Morphic 上

<figure><img src="https://2197859893-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPhHCbNZdzW70rakoLhf%2Fuploads%2FyeZU9YxnIo3AjCJRET88%2FCleanShot%202026-01-18%20at%2018.18.28%402x.png?alt=media&amp;token=5831d6e9-40fc-40b7-aa1e-adc87c1fbfc0" alt=""><figcaption></figcaption></figure>

2. 上传参考图片\
   a. 您最多可以上传 7 张角色、环境或镜头风格的图片
3. 编写提示词，使用参考图片中的小狗和男孩以及您的脚本来生成分镜
4. 如有需要，可添加动作、氛围、镜头角度以及如何使用参考资料等细节。
5. 点击蓝色箭头即可创建您的分镜

Copilot 会创建与您的文本描述和上传的视觉参考都相符的分镜画面。这就是您如何在 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/how-tos/storyboarding/storyboarding-using-visual-references.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.
