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

Depth Anything Tensorrt ⚡

Estimates monocular depth from images using a Depth Anything TensorRT engine. Returns a postprocessed grayscale depth image suitable for direct use in workflows.

By yuvraj108c·Created 2 years ago·Updated 2 months ago· 134
Depth Anything Tensorrt ⚡
  • images
  • IMAGE
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
IMAGEIMAGENormalized depth map as a grayscale image (0-1 range). For metric engines, depth is inverted so closer objects are brighter.