# 概览

在 CLORE.AI GPU 上让人像动起来并创建会说话的头像视频。

## 可用指南

| 工具                                                                             | 模型变体      |
| ------------------------------------------------------------------------------ | --------- |
| [LivePortrait](/guides/guides_v2-zh/hui-shuo-hua-de-tou-xiang/liveportrait.md) | 人像动画      |
| [SadTalker](/guides/guides_v2-zh/hui-shuo-hua-de-tou-xiang/sadtalker.md)       | 基于音频驱动的人脸 |
| [Wav2Lip](/guides/guides_v2-zh/hui-shuo-hua-de-tou-xiang/wav2lip.md)           | 对口型       |

## 比较

| 工具           | 质量 | 性能 | 对口型 |
| ------------ | -- | -- | --- |
| LivePortrait | 最佳 | 快速 | 良好  |
| SadTalker    | 良好 | 中等 | 很棒  |
| Wav2Lip      | 中等 | 快速 | 最佳  |

## 工作流程

1. 生成/获取人像图像
2. 生成/录制音频（[文本转语音指南](/guides/guides_v2-zh/yin-pin-yu-yu-yin/audio-voice.md))
3. 使用选择的工具进行动画制作
4. 如有需要进行后期处理

## GPU 要求

所有工具至少需要 6-8GB 显存。

## 相关指南

* [音频与语音](/guides/guides_v2-zh/yin-pin-yu-yu-yin/audio-voice.md)
* [面部身份](/guides/guides_v2-zh/ren-lian-yu-shen-fen/face-identity.md)


---

# 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://docs.clore.ai/guides/guides_v2-zh/hui-shuo-hua-de-tou-xiang/talking-heads.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.
