> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-recommend-assets-api.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# EmptyMochiLatentVideo - ComfyUI Built-in Node Documentation

> Complete documentation for the EmptyMochiLatentVideo node in ComfyUI. Learn its inputs, outputs, parameters and usage.

> 本文档由 AI 生成。如果您发现任何错误或有改进建议，欢迎贡献！ [在 GitHub 上编辑](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/EmptyMochiLatentVideo/zh.md)

EmptyMochiLatentVideo 节点可创建具有指定尺寸的空潜视频张量。它生成一个填充零的潜在表示，可用作视频生成工作流程的起点。该节点允许您定义潜视频张量的宽度、高度、长度和批次大小。

## 输入参数

| 参数     | 数据类型 | 必填 | 取值范围                 | 描述                               |
| ------ | ---- | -- | -------------------- | -------------------------------- |
| `宽度`   | INT  | 是  | 16 至 MAX\_RESOLUTION | 潜视频的宽度（单位：像素，默认值：848，必须能被 16 整除） |
| `高度`   | INT  | 是  | 16 至 MAX\_RESOLUTION | 潜视频的高度（单位：像素，默认值：480，必须能被 16 整除） |
| `长度`   | INT  | 是  | 7 至 MAX\_RESOLUTION  | 潜视频的帧数（默认值：25）                   |
| `批量大小` | INT  | 否  | 1 至 4096             | 批次中生成的潜视频数量（默认值：1）               |

**注意：** 实际潜在维度计算为 width/8 和 height/8，时间维度计算为 ((length - 1) // 6) + 1。

## 输出结果

| 输出名称      | 数据类型   | 描述                  |
| --------- | ------ | ------------------- |
| `samples` | LATENT | 具有指定尺寸的空潜视频张量，包含全零值 |
