From 1af6a7b4d111b6aaad66ad1812b0563c227be435 Mon Sep 17 00:00:00 2001 From: Alexis Rolland Date: Fri, 29 May 2026 15:41:00 -0700 Subject: [PATCH] Delete comfy/ldm/depth_anything_3/__init__.py --- comfy/ldm/depth_anything_3/__init__.py | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 comfy/ldm/depth_anything_3/__init__.py 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