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

# ImageRGBToYUV - ComfyUI Built-in Node Documentation

> Complete documentation for the ImageRGBToYUV 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/ImageRGBToYUV/zh.md)

ImageRGBToYUV 节点可将 RGB 彩色图像转换为 YUV 色彩空间。该节点接收 RGB 图像作为输入，并将其分离为三个独立通道：Y（亮度）、U（蓝色投影）和 V（红色投影）。每个输出通道均以独立的灰度图像形式返回，分别对应相应的 YUV 分量。

## 输入参数

| 参数   | 数据类型  | 必填 | 取值范围 | 描述                       |
| ---- | ----- | -- | ---- | ------------------------ |
| `图像` | IMAGE | 是  | -    | 需要转换为 YUV 色彩空间的输入 RGB 图像 |

## 输出结果

| 输出名称 | 数据类型  | 描述               |
| ---- | ----- | ---------------- |
| `U`  | IMAGE | YUV 色彩空间中的亮度分量   |
| `V`  | IMAGE | YUV 色彩空间中的蓝色投影分量 |
| `V`  | IMAGE | YUV 色彩空间中的红色投影分量 |
