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

# LatentCutToBatch - ComfyUI Built-in Node Documentation

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

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

LatentCutToBatch 节点沿选定维度将潜在表示分割成多个切片，并将它们堆叠成一个新的批次。这使您可以独立处理潜在样本的不同部分。

## 输入

| 参数       | 描述                                            | 数据类型   | 是否必填 | 范围                          |
| -------- | --------------------------------------------- | ------ | ---- | --------------------------- |
| `Latent` | 待分割并批处理的潜在表示。                                 | LATENT | 是    | -                           |
| `维度`     | 沿此维度切割潜在样本。`"t"` 指时间维度，`"x"` 指宽度，`"y"` 指高度。   | COMBO  | 是    | `"t"`<br />`"x"`<br />`"y"` |
| `碎片大小`   | 从指定维度切割的每个切片的大小。如果该维度的大小不能被此值整除，则丢弃余数。（默认值：1） | INT    | 是    | 1 至 16384                   |

## 输出

| 输出名称     | 描述                   | 数据类型   |
| -------- | -------------------- | ------ |
| `Latent` | 生成的潜在批次，包含切割并堆叠后的样本。 | LATENT |

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

***

**Source fingerprint (SHA-256):** `38d0ace3ef91e47e3f047aa7057c61e09b6534702526b34691b4bc239c933cd3`
