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

# EmptySD3LatentImage - ComfyUI Built-in Node Documentation

> EmptySD3LatentImage 创建一个专门为 Stable Diffusion 3 模型格式化的空白潜在图像张量。

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):** `694ede56f43e3f3889b4d23e636fa6b33b490bcbd214584557f0dc883fa0a32d`
