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

# EmptyHiDreamO1LatentImage - ComfyUI Built-in Node Documentation

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

## ## 概述

此节点在像素空间中创建一个空的潜在图像，专为 HiDream-O1-Image 模型设计。它生成一个由零填充的空白张量，作为图像生成的起点，其尺寸由宽度、高度和批次大小输入定义。

## ## 输入

| 参数     | 描述                                                          | 数据类型 | 是否必填 | 范围               |
| ------ | ----------------------------------------------------------- | ---- | ---- | ---------------- |
| `宽度`   | 潜在图像的宽度（像素），默认值：2048。该模型在约 4 百万像素下训练；较低分辨率会偏离训练分布，导致质量明显下降。 | INT  | 是    | 64 至 4096（步长：32） |
| `高度`   | 潜在图像的高度（像素），默认值：2048。该模型在约 4 百万像素下训练；较低分辨率会偏离训练分布，导致质量明显下降。 | INT  | 是    | 64 至 4096（步长：32） |
| `批量大小` | 单次批次中生成的潜在图像数量，默认值：1。                                       | INT  | 否    | 1 至 64           |

## ## 输出

| 输出名称      | 描述                                                      | 数据类型   |
| --------- | ------------------------------------------------------- | ------ |
| `samples` | 一个由零填充的张量，表示空的潜在图像，形状为 (batch\_size, 3, height, width)。 | LATENT |

## 备注

* HiDream-O1-Image 模型在约 4 百万像素下训练。使用显著较低的分辨率可能会导致图像质量下降。
* 训练时使用的分辨率包括：2048x2048、2304x1728、1728x2304、2560x1440、1440x2560、2496x1664、1664x2496、3104x1312、1312x3104、2304x1792、1792x2304。

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

***

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