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

# ImageYUVToRGB - ComfyUI Built-in Node Documentation

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

ImageYUVToRGB 节点将 YUV 色彩空间的图像转换为 RGB 色彩空间。它接收三个独立的输入图像，分别代表 Y（亮度）、U（蓝色投影）和 V（红色投影）通道，并通过色彩空间转换将它们合并为单个 RGB 图像。

## 输入

| 参数  | 描述            | 数据类型  | 是否必填 | 范围 |
| --- | ------------- | ----- | ---- | -- |
| `Y` | Y（亮度）通道输入图像   | IMAGE | 是    | -  |
| `U` | U（蓝色投影）通道输入图像 | IMAGE | 是    | -  |
| `V` | V（红色投影）通道输入图像 | IMAGE | 是    | -  |

**注意：** 所有三个输入图像（Y、U 和 V）必须同时提供，并且应具有兼容的尺寸以确保正确转换。

## 输出

| 输出名称     | 描述          | 数据类型  |
| -------- | ----------- | ----- |
| `output` | 转换后的 RGB 图像 | IMAGE |

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

***

**Source fingerprint (SHA-256):** `ee160be21fce75b3a3e41e25dc1cb0b20305383ff26f9698f07b93d42f98c64f`
