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

## Overview

This node takes a MOGE\_GEOMETRY packet (produced by a MoGe depth/normal estimation node) and renders it into a standard image format. You can choose to output a depth map, a colored depth map, a normal map, or a mask.

## Inputs

| Parameter       | Description                                                                                                                                                                                                                                                                                                                                                                                                    | Data Type      | Required | Range                                                                                         |
| --------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | -------- | --------------------------------------------------------------------------------------------- |
| `moge_geometry` | The geometry data packet from a MoGe estimation node.                                                                                                                                                                                                                                                                                                                                                          | MOGE\_GEOMETRY | Yes      | N/A                                                                                           |
| `output`        | The type of image to render from the geometry data. `depth` outputs a grayscale depth map, `depth_colored` outputs a colored depth map, `normal_opengl` and `normal_directx` output normal maps, and `mask` outputs a mask. DirectX vs OpenGL controls the normal-map green-channel convention. DirectX: green = -Y down (Unreal). OpenGL: green = +Y up (Blender, Substance, Unity, glTF). (default: "depth") | COMBO          | Yes      | `"depth"`<br />`"depth_colored"`<br />`"normal_opengl"`<br />`"normal_directx"`<br />`"mask"` |

**Note:** The geometry packet must contain data matching the chosen `output` mode. The `depth` and `depth_colored` modes require depth data in the packet. The `normal_opengl` and `normal_directx` modes require normal data, or points data from which normals are derived. The `mask` mode requires mask data. If the required data is missing, the node raises an error.

## Outputs

| Output Name | Description                                                                                                                                                                                                                                | Data Type |
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------- |
| `IMAGE`     | The rendered image as a batch of RGB tensors. The content depends on the `output` mode: a grayscale depth map, a colored depth map, a normal map, or a mask converted to RGB. The output batch size matches the input geometry batch size. | IMAGE     |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/MoGeRender/en.md)

***

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