# 概览

在 CLORE.AI 的 GPU 上生成 AI 视频。

## 可用指南

| 工具                                                                                           | 类型       | 所需显存   |
| -------------------------------------------------------------------------------------------- | -------- | ------ |
| [AI 视频概览](/guides/guides_v2-zh/shi-pin-sheng-cheng/ai-video-generation.md)                   | 通用指南     | -      |
| [混元视频](/guides/guides_v2-zh/shi-pin-sheng-cheng/hunyuan-video.md)                            | 文本到视频    | 40GB以上 |
| [Stable Video Diffusion](/guides/guides_v2-zh/shi-pin-sheng-cheng/stable-video-diffusion.md) | 图像到视频    | 16GB   |
| [LTX-Video](/guides/guides_v2-zh/shi-pin-sheng-cheng/ltx-video.md)                           | 实时视频生成   | 12GB   |
| [LTX-2](/guides/guides_v2-zh/shi-pin-sheng-cheng/ltx-video-2.md)                             | 带原生音频的视频 | 12GB   |
| [Mochi-1](/guides/guides_v2-zh/shi-pin-sheng-cheng/mochi-1.md)                               | 高质量视频生成  | 24GB   |
| [CogVideoX](/guides/guides_v2-zh/shi-pin-sheng-cheng/cogvideox.md)                           | 文本与图像到视频 | 20GB   |
| [Wan2.1 视频](/guides/guides_v2-zh/shi-pin-sheng-cheng/wan-video.md)                           | 高级视频生成   | 24GB   |
| [AnimateDiff](/guides/guides_v2-zh/shi-pin-sheng-cheng/animatediff.md)                       | SD 动画扩展  | 12GB   |
| [OpenSora](/guides/guides_v2-zh/shi-pin-sheng-cheng/opensora.md)                             | 开源视频生成   | 16GB   |
| [SkyReels-V3](/guides/guides_v2-zh/shi-pin-sheng-cheng/skyreels.md)                          | 高帧率视频    | 16GB   |
| [FramePack](/guides/guides_v2-zh/shi-pin-sheng-cheng/framepack.md)                           | 低显存视频生成  | 6GB    |

## GPU 要求

| 质量    | 最低        | 推荐        |
| ----- | --------- | --------- |
| 480p  | RTX 3090  | RTX 4090  |
| 720p  | RTX 4090  | A100 40GB |
| 1080p | A100 40GB | A100 80GB |

## 提示

* 使用 **竞价（Spot）** 订单 - 生成需要时间
* 先从较低分辨率开始测试
* 监控显存使用： `nvidia-smi`

## 相关指南

* [视频处理](/guides/guides_v2-zh/shi-pin-chu-li/video-processing.md) - 放大、插帧
* [会说话的人头](/guides/guides_v2-zh/shuo-hua-tou-xiang/talking-heads.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/shi-pin-sheng-cheng/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.
