diff --git a/comfy/ldm/depth_anything_3/__init__.py b/comfy/ldm/depth_anything_3/__init__.py deleted file mode 100644 index fa1bc35df..000000000 --- a/comfy/ldm/depth_anything_3/__init__.py +++ /dev/null @@ -1,7 +0,0 @@ -# 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