> For the complete documentation index, see [llms.txt](https://docs.clore.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clore.ai/guides/guides_v2-ru/govoryashie-golovy/talking-heads.md).

# Обзор

Анимируйте портреты и создавайте видео с говорящей головой на GPU CLORE.AI.

## Доступные руководства

| Инструмент                                                              | Случай использования    |
| ----------------------------------------------------------------------- | ----------------------- |
| [LivePortrait](/guides/guides_v2-ru/govoryashie-golovy/liveportrait.md) | Анимация портрета       |
| [SadTalker](/guides/guides_v2-ru/govoryashie-golovy/sadtalker.md)       | Лица, управляемые аудио |
| [Wav2Lip](/guides/guides_v2-ru/govoryashie-golovy/wav2lip.md)           | Синхронизация губ       |

## Сравнение

| Инструмент   | Качество | Скорость | Синхронизация губ |
| ------------ | -------- | -------- | ----------------- |
| LivePortrait | Лучшее   | Быстро   | Хорошо            |
| SadTalker    | Хорошо   | Средне   | Отлично           |
| Wav2Lip      | Средне   | Быстро   | Лучшее            |

## Рабочий процесс

1. Создать/получить изображение портрета
2. Создать/записать аудио ([Руководства по TTS](/guides/guides_v2-ru/audio-i-golos/audio-voice.md))
3. Анимировать выбранным инструментом
4. Постобработка при необходимости

## Требования к GPU

Минимум 6–8 ГБ видеопамяти для всех инструментов.

## Связанные руководства

* [Аудио и голос](/guides/guides_v2-ru/audio-i-golos/audio-voice.md)
* [Идентичность лица](/guides/guides_v2-ru/lico-i-identichnost/face-identity.md)


---

# 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://docs.clore.ai/guides/guides_v2-ru/govoryashie-golovy/talking-heads.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.
