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

# SplitImageToTileList - ComfyUI Built-in Node Documentation

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

将图像分割为图块列表节点可将单个输入图像划分为一系列较小的、重叠的矩形区域（称为图块）。它会创建这些图块的批处理列表，以便其他节点单独处理。可以指定每个图块的大小以及它们之间的重叠量。

## 输入

| 参数            | 描述                      | 数据类型  | 是否必填 | 范围           |
| ------------- | ----------------------- | ----- | ---- | ------------ |
| `image`       | 要分割成图块的输入图像。            | IMAGE | 是    | -            |
| `tile_width`  | 每个输出图块的宽度（像素），默认值：1024。 | INT   | 是    | 64 至 1048576 |
| `tile_height` | 每个输出图块的高度（像素），默认值：1024。 | INT   | 是    | 64 至 1048576 |
| `overlap`     | 相邻图块之间重叠的像素数，默认值：128。   | INT   | 是    | 0 至 4096     |

## 输出

| 输出名称    | 描述                | 数据类型  |
| ------- | ----------------- | ----- |
| `image` | 包含所有单个图像图块的批处理列表。 | IMAGE |

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

***

**Source fingerprint (SHA-256):** `26991a325b7b9358cd7338348e93c57695b1ed1aa1983962794f889c94c34547`
