ComfyUI Node
DepthPro Estimate
Estimate depth using DepthPro. 'relative' mode for visual quality (like Marigold), 'metric' for absolute depth in meters. raw_depth/raw_inverse are unnormalized for precise measurements.
DepthPro Estimate
- depth_model
- image
- depth_map
- disparity_map
- raw_depth
- raw_inverse
- visualization
- focal_length
◄focal_length_px0.0►
◄depth_moderelative►
◄colormapturbo►
◄interpolationbicubic►
CategoryRefocus/Depth
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| depth_model | DEPTH_PRO_MODEL | — | |
| image | IMAGE | — | |
| focal_length_pxopt | FLOAT | 0.00–10000 | Focal length in pixels. 0 = auto-estimate from FOV head |
| depth_modeopt | COMBO | relative | metric = absolute depth in meters (uses focal length). relative = normalized depth structure (ignores focal length, similar to Marigold). |
| colormapopt | COMBO | turbo | Colormap for visualization. 'turbo' matches Apple's official examples. |
| interpolationopt | COMBO | bicubic | Interpolation mode for resizing. 'bicubic' gives sharper edges. |
Outputs (6)
| Name | Type | Description |
|---|---|---|
| depth_map | IMAGE | — |
| disparity_map | IMAGE | — |
| raw_depth | IMAGE | — |
| raw_inverse | IMAGE | — |
| visualization | IMAGE | — |
| focal_length | FLOAT | — |