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

# SplitImageWithAlpha - ComfyUI Built-in Node Documentation

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

SplitImageWithAlpha 节点旨在分离图像的色彩和 Alpha 分量。它处理输入图像张量，提取 RGB 通道作为色彩分量，Alpha 通道作为透明度分量，从而方便需要对这些不同图像方面进行操作的任务。

## 输入

| 参数   | 描述                                                         | 数据类型    |
| ---- | ---------------------------------------------------------- | ------- |
| `图片` | 'image' 参数表示要从中分离 RGB 和 Alpha 通道的输入图像张量。它为该操作提供源数据，因此至关重要。 | `IMAGE` |

## 输出

| 参数     | 描述                                          | 数据类型    |
| ------ | ------------------------------------------- | ------- |
| `图片`   | 'image' 输出表示输入图像分离后的 RGB 通道，提供不含透明度信息的色彩分量。 | `IMAGE` |
| `mask` | 'mask' 输出表示输入图像分离后的 Alpha 通道，提供透明度信息。       | `MASK`  |

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