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

# MoGeRender - ComfyUI Built-in Node Documentation

> Documentation for MoGeRender node.

## 개요

이 노드는 MOGE\_GEOMETRY 패킷(MoGe 깊이/법선 추정 노드에서 생성됨)을 받아 표준 이미지 형식으로 렌더링합니다. 깊이 맵, 컬러 깊이 맵, 법선 맵 또는 마스크를 출력하도록 선택할 수 있습니다.

## 입력

| 매개변수            | 설명                                                                                                                                                                                                                                                                                     | 데이터 타입         | 필수 여부 | 범위                                                                                            |
| --------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ----- | --------------------------------------------------------------------------------------------- |
| `moge_geometry` | MoGe 추정 노드에서 생성된 지오메트리 데이터 패킷입니다.                                                                                                                                                                                                                                                      | MOGE\_GEOMETRY | 예     | N/A                                                                                           |
| `output`        | 지오메트리 데이터에서 렌더링할 이미지 유형입니다. `depth`는 회색조 깊이 맵을 출력하고, `depth_colored`는 컬러 깊이 맵, `normal_opengl` 및 `normal_directx`는 법선 맵, `mask`는 마스크를 출력합니다. DirectX와 OpenGL은 법선 맵의 녹색 채널 규칙을 제어합니다. DirectX: 녹색 = -Y 아래쪽(Unreal). OpenGL: 녹색 = +Y 위쪽(Blender, Substance, Unity, glTF). (기본값: "depth") | COMBO          | 예     | `"depth"`<br />`"depth_colored"`<br />`"normal_opengl"`<br />`"normal_directx"`<br />`"mask"` |

**참고:** 지오메트리 패킷에는 선택한 `output` 모드와 일치하는 데이터가 포함되어 있어야 합니다. `depth` 및 `depth_colored` 모드는 패킷에 깊이 데이터가 필요합니다. `normal_opengl` 및 `normal_directx` 모드는 법선 데이터 또는 법선을 파생할 수 있는 점(point) 데이터가 필요합니다. `mask` 모드는 마스크 데이터가 필요합니다. 필요한 데이터가 없으면 노드에서 오류가 발생합니다.

## 출력

| 출력 이름   | 설명                                                                                                                                     | 데이터 타입 |
| ------- | -------------------------------------------------------------------------------------------------------------------------------------- | ------ |
| `IMAGE` | RGB 텐서 배치(batch)로 렌더링된 이미지입니다. 내용은 `output` 모드에 따라 달라집니다: 회색조 깊이 맵, 컬러 깊이 맵, 법선 맵 또는 RGB로 변환된 마스크입니다. 출력 배치 크기는 입력 지오메트리 배치 크기와 일치합니다. | IMAGE  |

> 이 문서는 AI에 의해 생성되었습니다. 오류를 발견하거나 개선 제안이 있으시면 기여해 주세요! [GitHub에서 편집](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/MoGeRender/ko.md)

***

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