> 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/storyboarding/storyboarding-using-a-grid.md).

# 使用网格进行分镜制作

以下是在 Morphic 上使用网格创建分镜的分步指南：

1. 创建起始帧\
   a. 打开画布，上传一张参考图像，或使用详细提示生成初始帧\
   b. 确保主体、环境和光线都清晰明确，因为这张起始帧将作为整个网格的锚点

<figure><img src="/files/978ce4a97f3d0d0c14c168303a6a98c03538d8cd" alt=""><figcaption></figcaption></figure>

2. 生成 3×3 电影感网格\
   a. 在画布中选择起始帧\
   b. 将以下提示粘贴到提示栏中

<figure><img src="/files/54790ce3f93b28ac5ee72faea2195dde7ede4f87" alt=""><figcaption></figcaption></figure>

```
分析输入图像的整体构图，以识别主要主体、焦点或建筑空间。 
确定空间关系、光照层次和纹理。使用这些精确元素，生成一个包含 9 个不同镜头的 3x3 电影感接触表。 
构图必须根据主体类型自然适配。如果是人物/群体，要保持身份一致；如果是空间或物体，则要保持结构完整性。
第 1 行：环境与尺度
- 超远景：呈现广阔视野，显示主体或建筑在更大环境/景观中的渺小感。
- 远景：主体的完整视图（从头到脚），或建筑结构/房间从地板到天花板的完整画面。
- 中远景：一种平衡的构图，展示主要主体及其重要的背景环境（例如美国景别，或建筑的 3/4 视角）。
第 2 行：核心聚焦
- 中景：构图聚焦于主体的主要部分，或空间的核心功能，在细节与环境之间取得平衡。
- 中近景：更紧凑地框住主体最具表现力的部分（例如胸部以上），或某种家具布置/建筑特征。
- 近景：将主要焦点单独突出（例如脸部、车灯，或精细的设计元素），以捕捉情绪或工艺细节。
第 3 行：纹理与视角
- 特写：对特定纹理、材质、眼睛或微小细节进行微距聚焦，模糊所有上下文。
- 仰拍：从地面低角度向上拍摄，以强调高度、压迫感或天花板细节。
- 俯拍：从上方拍摄，向下看，以展现布局、平面图或脆弱感。
限制：
在全部九个画格中保持严格一致性。主体、纹理、环境和光线都必须保持不变。
景深应自然调整：远景使用深景深，近景使用浅景深（散景）。
结果必须是一个专业的 3x3 电影感分镜网格。
生成一张 4K 分辨率的图像。
```

c. 点击“生成”以创建一张包含九个不同镜头的单张图像

<figure><img src="/files/e193ca20b3ced0577f4b27b31d07ea1556422bbd" alt=""><figcaption></figcaption></figure>

3. 提取单独的分镜画格\
   a. 选择 3×3 网格图像\
   b. 粘贴以下画格提取提示，将 3x3 网格拆分为单独的画格

<figure><img src="/files/dfe995c2b73377f6e48f439abf8a8141c634d702" alt=""><figcaption></figcaption></figure>

```
从 3×3 网格中提取每一帧，并将每一帧输出为单独的独立图像。
```

4. 使用提取出的画格来添加运动、节奏或转场

<figure><img src="/files/b0b027bbebc52ba4d19af60dfbfc11576e7e7e8b" 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/storyboarding/storyboarding-using-a-grid.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.
