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

# MoGePanoramaInference - ComfyUI Built-in Node Documentation

> Documentation for MoGePanoramaInference node.

## Overview

This node performs depth estimation on equirectangular panorama images. It splits the panorama into 12 perspective views, runs the MoGe depth estimation model on each view, and merges the per-view results back into a single depth map covering the full panorama.

## Inputs

| Parameter          | Description                                                                                                                                                             | Data Type   | Required | Range       |
| ------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | -------- | ----------- |
| `moge_model`       | The MoGe model to use for inference.                                                                                                                                    | MOGE\_MODEL | Yes      |             |
| `image`            | Equirectangular panorama (any aspect). The node accepts a single image only; passing a batch of images raises an error. Only the first 3 color channels (RGB) are used. | IMAGE       | Yes      |             |
| `resolution_level` | Per-view detail (0 = fastest, 9 = most detailed) (default: 9).                                                                                                          | INT         | Yes      | 0 to 9      |
| `split_resolution` | Resolution of each perspective split (default: 512).                                                                                                                    | INT         | Yes      | 256 to 1024 |
| `merge_resolution` | Long-side resolution of the merged equirect distance map (default: 1920).                                                                                               | INT         | Yes      | 256 to 8192 |
| `batch_size`       | Views per inference batch (12 splits total) (default: 4).                                                                                                               | INT         | Yes      | 1 to 12     |

## Outputs

| Output Name     | Description                                                                                                                                              | Data Type      |
| --------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- |
| `moge_geometry` | A dictionary containing the estimated geometry: `points` (3D point cloud), `depth` (depth map), `mask` (valid area mask), and `image` (the input image). | MOGE\_GEOMETRY |

> 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/MoGePanoramaInference/en.md)

***

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