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.
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
Overview
This node performs depth estimation on equirectangular panorama images. It works by splitting the panorama into 12 perspective views, running the MoGe depth estimation model on each view, and then merging the results back into a single, complete depth map for the original panorama.Inputs
| Parameter | Data Type | Required | Range | Description |
|---|---|---|---|---|
moge_model | MOGE_MODEL | Yes | The MoGe model to use for inference. | |
image | IMAGE | Yes | Equirectangular panorama image (any aspect ratio). | |
resolution_level | INT | Yes | 0 to 9 | Per-view detail level. Higher values produce more detailed depth maps (default: 9). |
split_resolution | INT | Yes | 256 to 1024 | Resolution of each perspective view after splitting the panorama (default: 512). |
merge_resolution | INT | Yes | 256 to 8192 | Long-side resolution of the final merged equirectangular depth map (default: 1920). |
batch_size | INT | Yes | 1 to 12 | Number of perspective views to process in each inference batch. The total number of views is 12 (default: 4). |
Outputs
| Output Name | Data Type | Description |
|---|---|---|
moge_geometry | MOGE_GEOMETRY | A dictionary containing the estimated geometry: points (3D point cloud), depth (depth map), mask (valid area mask), and image (the input image). |
Source fingerprint (SHA-256):
3a701e3679bc35cd5fddc54868ac9c4bc9b4e23a5b97bbf61e46b7309e43600b