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

# EmptySD3LatentImage - ComfyUI Built-in Node Documentation

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

EmptySD3LatentImage 节点创建一个专为 Stable Diffusion 3 模型格式化的空白潜空间图像张量。它生成一个填充为零的张量，具有 SD3 流水线所期望的正确维度和结构。这通常用作图像生成工作流的起点。

## 输入

| 参数     | 描述                      | 数据类型 | 是否必填 | 范围                          |
| ------ | ----------------------- | ---- | ---- | --------------------------- |
| `宽度`   | 输出潜空间图像的宽度（像素），默认值：1024 | INT  | 是    | 16 至 MAX\_RESOLUTION（步长：16） |
| `高度`   | 输出潜空间图像的高度（像素），默认值：1024 | INT  | 是    | 16 至 MAX\_RESOLUTION（步长：16） |
| `批量大小` | 每批生成的潜空间图像数量，默认值：1      | INT  | 是    | 1 至 4096                    |

## 输出

| 输出名称     | 描述                                                           | 数据类型   |
| -------- | ------------------------------------------------------------ | ------ |
| `LATENT` | 包含空白样本的潜空间张量，具有 SD3 兼容的维度。该张量有 16 个通道，空间尺寸相对于输入宽度和高度缩小了 8 倍。 | LATENT |

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

***

**Source fingerprint (SHA-256):** `21eb5b6385b9b0db95d48fa2f4b85eafe44f865af11ee194945ab7ffe54b6acc`
