> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# EmptyHunyuanVideo15Latent - ComfyUI Built-in Node Documentation

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

このノードは、HunyuanVideo 1.5モデルで使用するために特別にフォーマットされた空の潜在テンソルを作成します。モデルの潜在空間に適したチャンネル数と空間次元を持つゼロのテンソルを割り当てることで、動画生成のための空白の開始点を生成します。

## 入力

| パラメータ    | 説明                         | データ型 | 必須  | 範囲 |
| -------- | -------------------------- | ---- | --- | -- |
| `幅`      | 動画フレームの幅（ピクセル単位）。          | INT  | はい  | -  |
| `高さ`     | 動画フレームの高さ（ピクセル単位）。         | INT  | はい  | -  |
| `長さ`     | 動画シーケンスのフレーム数。             | INT  | はい  | -  |
| `バッチサイズ` | バッチで生成する動画サンプル数（デフォルト: 1）。 | INT  | いいえ | -  |

**注記:** 生成される潜在テンソルの空間次元は、入力された`width`と`height`を16で割ることで計算されます。時間次元（フレーム数）は`((length - 1) // 4) + 1`として計算されます。

## 出力

| 出力名       | 説明                                                                                                                                       | データ型   |
| --------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ------ |
| `samples` | HunyuanVideo 1.5モデルに適した次元を持つ空の潜在テンソル。テンソルの形状は`[batch_size, 32, frames, height//16, width//16]`です。出力には`downscale_ratio_spacial`値16も含まれます。 | LATENT |

> このドキュメントは AI によって生成されました。エラーを見つけた場合や改善のご提案がある場合は、ぜひ貢献してください！ [GitHub で編集](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/EmptyHunyuanVideo15Latent/ja.md)

***

**Source fingerprint (SHA-256):** `eebc131adfe63f6bc8367f2a96b3ac7f3f3223c5b1fb308eda3ec09c94fff2ee`
