ComfyUI/comfy/ldm/depth_anything_3/__init__.py
2026-05-29 21:00:02 +02:00

8 lines
299 B
Python

# Depth Anything 3 - native ComfyUI port (Apache-2.0).
#
# Supported variants:
# DA3-Small, DA3-Base (vits/vitb backbone, DualDPT head)
# DA3Mono-Large, DA3Metric-Large (vitl backbone, DPT head + sky mask)
#
# Original repo: https://github.com/ByteDance-Seed/Depth-Anything-3