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

# Überblick

Erzeuge KI-Videos auf CLORE.AI-GPUs.

## Verfügbare Leitfäden

| Werkzeug                                                                                   | Typ                                             | Benötigter VRAM |
| ------------------------------------------------------------------------------------------ | ----------------------------------------------- | --------------- |
| [KI-Video Übersicht](/guides/guides_v2-de/video-generierung/ai-video-generation.md)        | Allgemeine Anleitung                            | -               |
| [Hunyuan Video](/guides/guides_v2-de/video-generierung/hunyuan-video.md)                   | Text-zu-Video                                   | 40GB+           |
| [Stable Video Diffusion](/guides/guides_v2-de/video-generierung/stable-video-diffusion.md) | Bild-zu-Video                                   | 16GB            |
| [LTX-Video](/guides/guides_v2-de/video-generierung/ltx-video.md)                           | Echtzeit-Videoerzeugung                         | 12GB            |
| [LTX-2](/guides/guides_v2-de/video-generierung/ltx-video-2.md)                             | Video mit nativer Audiospur                     | 12GB            |
| [Mochi-1](/guides/guides_v2-de/video-generierung/mochi-1.md)                               | Hochwertige Videoerzeugung                      | 24GB            |
| [CogVideoX](/guides/guides_v2-de/video-generierung/cogvideox.md)                           | Text- & Bild-zu-Video                           | 20GB            |
| [Wan2.1 Video](/guides/guides_v2-de/video-generierung/wan-video.md)                        | Fortgeschrittene Videoerzeugung                 | 24GB            |
| [AnimateDiff](/guides/guides_v2-de/video-generierung/animatediff.md)                       | SD-Animations-Erweiterung                       | 12GB            |
| [OpenSora](/guides/guides_v2-de/video-generierung/opensora.md)                             | Open-Source-Videoerzeugung                      | 16GB            |
| [SkyReels-V3](/guides/guides_v2-de/video-generierung/skyreels.md)                          | Video mit hoher Bildrate                        | 16GB            |
| [FramePack](/guides/guides_v2-de/video-generierung/framepack.md)                           | Videoerzeugung mit niedrigen VRAM-Anforderungen | 6GB             |

## GPU-Anforderungen

| Qualität | Minimum   | Empfohlen |
| -------- | --------- | --------- |
| 480p     | RTX 3090  | RTX 4090  |
| 720p     | RTX 4090  | A100 40GB |
| 1080p    | A100 40GB | A100 80GB |

## Tipps

* Verwenden **Spot** Aufträge - die Erzeugung dauert Zeit
* Beginne mit niedrigerer Auflösung zum Testen
* Überwache den VRAM mit `nvidia-smi`

## Verwandte Anleitungen

* [Videoverarbeitung](/guides/guides_v2-de/videoverarbeitung/video-processing.md) - Hochskalieren, interpolieren
* [Talking Heads](/guides/guides_v2-de/talking-heads/talking-heads.md) - Porträts animieren


---

# 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-de/video-generierung/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.
