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

# EmptyChromaRadianceLatentImage - ComfyUI Built-in Node Documentation

> EmptyChromaRadianceLatentImage 节点会创建一个具有你指定尺寸的空白潜空间图像，用于 Chroma Radiance 工作流。

EmptyChromaRadianceLatentImage 节点会创建一个具有你指定尺寸的空白潜空间图像，用于 Chroma Radiance 工作流。它会生成一个填充为零的张量，作为潜空间操作的起点，让你可以定义该空白潜空间图像的 `width`、`height` 和 `batch_size`。

## 输入

| 参数     | 描述                       | 数据类型 | 必需 | 范围                    |
| ------ | ------------------------ | ---- | -- | --------------------- |
| `宽度`   | 潜空间图像的宽度，单位为像素（默认值：1024） | INT  | 是  | 16 to MAX\_RESOLUTION |
| `高度`   | 潜空间图像的高度，单位为像素（默认值：1024） | INT  | 是  | 16 to MAX\_RESOLUTION |
| `批次大小` | 一批中要生成的潜空间图像数量（默认值：1）    | INT  | 是  | 1 到 4096              |

注意：`width` 和 `height` 以 16 为步长定义，因此取值会按 16 的倍数调整。

## 输出

| 输出名称      | 描述                                                     | 数据类型   |
| --------- | ------------------------------------------------------ | ------ |
| `samples` | 生成的空白潜空间图像张量，填充为零，形状为 batch\_size x 3 x height x width | LATENT |

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

***

**Source fingerprint (SHA-256):** `870cc89fb021c258c214db153cda0a32a63da1b6bf92f09cbd3b8498c363096b`
