Nodes/ComfyUI Depth Anything TensorRT/Depth Anything Tensorrt Advanced ⚡
ComfyUI Node

Depth Anything Tensorrt Advanced ⚡

Estimates monocular depth from images using a Depth Anything TensorRT engine. Returns raw linear depth values for downstream processing such as colormap visualization, 3D reconstruction, or custom depth manipulation.

By yuvraj108c·Created 2 years ago·Updated 2 months ago· 134
Depth Anything Tensorrt Advanced ⚡
  • images
  • depths
engine
Categorytensorrt

Inputs (2)

NameTypeDefaultDescription
imagesIMAGEInput image or batch of images to estimate depth for.
engineCOMBOTensorRT engine file to use for inference. Engine names containing 'DA3' use Depth Anything V3, others use V2/V1 postprocessing.

Outputs (1)

NameTypeDescription
depthsDEPTHSRaw linear depth values as a float32 numpy array. Use with the Depth Map Display node for visualization with colormaps and adjustments.