> 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-fr/generation-video/video-generation.md).

# Aperçu

Générez des vidéos IA sur les GPU de CLORE.AI.

## Guides disponibles

| Outil                                                                                     | Type                              | VRAM requise |
| ----------------------------------------------------------------------------------------- | --------------------------------- | ------------ |
| [Aperçu de la vidéo IA](/guides/guides_v2-fr/generation-video/ai-video-generation.md)     | Guide général                     | -            |
| [Hunyuan Video](/guides/guides_v2-fr/generation-video/hunyuan-video.md)                   | Texte en vidéo                    | 40 Go+       |
| [Stable Video Diffusion](/guides/guides_v2-fr/generation-video/stable-video-diffusion.md) | Image en vidéo                    | 16 Go        |
| [LTX-Video](/guides/guides_v2-fr/generation-video/ltx-video.md)                           | Génération vidéo en temps réel    | 12 Go        |
| [LTX-2](/guides/guides_v2-fr/generation-video/ltx-video-2.md)                             | Vidéo avec audio natif            | 12 Go        |
| [Mochi-1](/guides/guides_v2-fr/generation-video/mochi-1.md)                               | Génération vidéo de haute qualité | 24 Go        |
| [CogVideoX](/guides/guides_v2-fr/generation-video/cogvideox.md)                           | Texte et image en vidéo           | 20 Go        |
| [Wan2.1 Video](/guides/guides_v2-fr/generation-video/wan-video.md)                        | Génération vidéo avancée          | 24 Go        |
| [AnimateDiff](/guides/guides_v2-fr/generation-video/animatediff.md)                       | Extension d'animation SD          | 12 Go        |
| [OpenSora](/guides/guides_v2-fr/generation-video/opensora.md)                             | Génération vidéo open-source      | 16 Go        |
| [SkyReels-V3](/guides/guides_v2-fr/generation-video/skyreels.md)                          | Vidéo à haute fréquence d'images  | 16 Go        |
| [FramePack](/guides/guides_v2-fr/generation-video/framepack.md)                           | Génération vidéo à faible VRAM    | 6 Go         |

## Exigences GPU

| Qualité | Minimum   | Recommandé |
| ------- | --------- | ---------- |
| 480p    | RTX 3090  | RTX 4090   |
| 720p    | RTX 4090  | A100 40GB  |
| 1080p   | A100 40GB | A100 80GB  |

## Conseils

* Utiliser **Spot** commandes - la génération prend du temps
* Commencez par une résolution plus basse pour tester
* Surveillez la VRAM avec `nvidia-smi`

## Guides associés

* [Traitement vidéo](/guides/guides_v2-fr/traitement-video/video-processing.md) - Mise à l'échelle, interpolation
* [Talking Heads](/guides/guides_v2-fr/tetes-parlantes/talking-heads.md) - Animer des portraits


---

# 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:

```
GET https://docs.clore.ai/guides/guides_v2-fr/generation-video/video-generation.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.
