# Seedance 2.0

### 如何在 Morphic 上访问 Seedance 2.0

1. 在 Morphic 上打开一个新项目或现有项目
2. 在底部的提示栏中将模式切换为“视频”

<figure><img src="/files/84fb7e63f7f6c9ee8cf9ae2168247af55f508e6d" alt=""><figcaption><p>正在切换到视频模式。</p></figcaption></figure>

3. 点击模型选择器，将鼠标悬停在“Seedance”上，然后选择“Seedance 2.0”。

<figure><img src="/files/96de0b3565755e11deeee39896baaafa28bb5d23" alt=""><figcaption><p>正在选择 Seedance 2.0</p></figcaption></figure>

4. 输入你的提示词，添加参考素材，然后点击“生成”

你也可以从以下位置访问 Seedance 2.0： [视频聚焦模式](/docs/zh/shi-pin/video-focus-mode.md) 方法是点击画布上的任意视频，然后从视频模型下拉菜单中选择它。

### 在 Seedance 2.0 中使用 Omni Reference

Omni Reference 是 Seedance 2.0 中的多模态输入模式。它允许你在文本提示词之外附加图片、视频片段和音频文件，然后通过 @ 标签准确告诉模型如何使用每一项。例如，你可以将一张图片设为首帧，从一个视频中提取镜头运动，并把一段音频作为背景音乐，全部在一次生成中完成。

| 规格       | 详情                  |
| -------- | ------------------- |
| 支持的输入    | 文本、图片、视频片段、音频文件     |
| 图片上限     | 9                   |
| 视频片段上限   | 3（总时长最多 15 秒）       |
| 音频文件上限   | 3 个 MP3（总时长最多 15 秒） |
| 混合输入文件上限 | 12                  |
| 输出分辨率    | 480p、720p           |
| 输出时长     | 最长 15 秒（4-15 秒）     |
| 音频输出     | 内置音效和背景音乐           |

#### 如何使用 Omni Reference：

1. 按照上述步骤在 Morphic 上打开 Seedance 2.0
2. 点击提示栏中的回形针图标以附加参考素材。你可以：
   * 选择画布上的内容，以挑选已放置在画布中的参考素材
   * 从素材中选择，以从你的素材库中挑选
   * 上传素材，以从你的设备上传文件

<div><figure><img src="/files/dafafe6072bec15219387b5971f302eb619c4e40" alt=""><figcaption><p>附加参考素材的不同方式。</p></figcaption></figure> <figure><img src="/files/016f9d2df6281ed3accddbb15c5a0c1920df7c90" alt="" width="563"><figcaption><p>从画布附加参考素材。</p></figcaption></figure></div>

3. 在你的提示词中使用“@”来引用每个已附加的文件，例如：@Image 1、@Video 1、@Audio 1

<div><figure><img src="/files/89bab7e12bc131c1a762ad46eb47c2cc930d3c79" alt=""><figcaption></figcaption></figure> <figure><img src="/files/866a9f1496e25003c12e202921f8b2181db23204" alt=""><figcaption></figcaption></figure> <figure><img src="/files/f8d2215a13b24c34d8684f27f1d82b5f7f34d319" alt=""><figcaption></figcaption></figure></div>

4. 描述每个参考素材的用途，例如：“@Image 1 作为首帧，参考 @Video 1 中的镜头运动，使用 @Audio 1 作为背景音乐”
5. 点击“生成”

提示：在提示词中清晰标注每个 @ 引用，这样模型就不会混淆每个文件的作用。

### Seedance 2.0 人脸生成和 IP 限制

Morphic 上的 Seedance 2.0 现已支持直接根据你的提示词生成包含人类角色的视频，包括逼真的面孔。

仍然适用 IP 和肖像权限制。可识别的公众人物、名人姓名、注册商标标志以及特定受版权保护的风格都不会生成。

### Seedance 2.0 计费消耗

Seedance 2.0 采用按秒计费。你的总费用等于信用点费率乘以输出时长（秒）。

| 模式    | 480p（SD） | 720p（HD） | 1080p（FHD） |
| ----- | -------- | -------- | ---------- |
| 文本转视频 | 7/秒      | 15/秒     | 15/秒       |
| 图片转视频 | 7/秒      | 15/秒     | 15/秒       |
| 视频转视频 | 5/秒      | 10/秒     | 10/秒       |
| 帧转视频  | 7/秒      | 15/秒     | 15/秒       |

注意：/s 表示每秒所需信用点。例如，一个 5 秒、720p 的图片转视频片段需要 75 个信用点（每秒 15 个信用点 × 5 秒）。

Seedance 2.0 将多模态输入、角色一致性和可控镜头制作集于 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/mo-xing/seedance-2.0.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.
