> 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/models/happy-horse-1.0.md).

# Happy Horse 1.0

这个模型可以生成什么，以及如何为带有自带音频的视频进行提示。

Morphic 上的 Happy Horse 1.0 让你能够从文本、图像或视觉参考中同时生成视频和音频。编写提示词，设置起始帧，使用参考图像保持一致性，或用自然语言指令编辑现有视频。该模型可在一次生成中输出画面和声音，并支持多语言口型同步。

### 如何在 Morphic 上访问 Happy Horse 1.0

1. 在 Morphic 的项目中新建文件或打开现有文件
2. 在底部提示栏中切换到“视频”，然后选择“文本/图像生成视频”或“[口型同步](/docs/zh/video/lip-sync.md)'

<figure><img src="https://2197859893-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPhHCbNZdzW70rakoLhf%2Fuploads%2FGz0uhLvv1ryUHPqSXK62%2FCleanShot%202026-04-28%20at%2023.50.46.png?alt=media&amp;token=e8992551-f8a3-4674-b7b9-94b156871299" alt=""><figcaption></figcaption></figure>

3. 点击模型选择器并选择“Happy Horse”

<figure><img src="https://2197859893-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPhHCbNZdzW70rakoLhf%2Fuploads%2FqB3dckRiBNs86pInfAcB%2FCleanShot%202026-04-28%20at%2023.51.09.png?alt=media&amp;token=e588f63e-442b-4aa9-99e1-208106b4edb2" alt=""><figcaption></figcaption></figure>

4. 编写你的提示词，可选地添加视觉参考，然后点击提示栏中的蓝色按钮

### 提示词技巧

| 要做                                                   | 不要                                               |
| ---------------------------------------------------- | ------------------------------------------------ |
| 先写出主体、动作和场景，然后再加一个镜头或光照提示。较短的提示词往往能产生更干净的结果，尤其是单角色场景 | 在一个提示词里堆叠五个摄影提示，它们会相互抵消                          |
| 使用具体的光照术语（“温暖琥珀色逆光”“阴天日光”“钠灯路灯”）                     | 使用模糊的修饰词，如“好光线”或“美丽氛围”                           |
| 把镜头指令放在提示词末尾，因为那里权重最高                                | 使用浮夸词：惊艳、史诗级、令人叹为观止、杰作、超写实、超精细                   |
| 为多段场景使用带时间码的镜头列表（例如：镜头1 广角 0-1秒，镜头2 中景跟拍 1-4秒）       | 将多步骤动作写成普通叙述（“先 X，然后 Y，最后 Z”），它会压缩成一个动作          |
| 用技术术语描述视觉风格（“逆光剪影、柔和自然薄雾、冷色低饱和调色”）                   | 只写一个导演或摄影指导的名字（“Roger Deakins 的摄影风格”），并期待它决定整体效果 |

这就是在 Morphic 上使用 Happy Horse 1.0 的方法。你可以用它从任何起点、文本、图像或视觉参考生成带内置音频、镜头控制和多语言口型同步的 AI 视频。

***

如果您遇到任何问题或有任何疑问，欢迎随时联系我们。我们很乐意为您提供帮助。请写信至 [**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/models/happy-horse-1.0.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.
