Delete comfy/ldm/depth_anything_3/__init__.py
Some checks are pending
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run
Build package / Build Test (3.10) (push) Waiting to run
Build package / Build Test (3.11) (push) Waiting to run
Build package / Build Test (3.12) (push) Waiting to run
Build package / Build Test (3.13) (push) Waiting to run
Build package / Build Test (3.14) (push) Waiting to run

This commit is contained in:
Alexis Rolland 2026-05-29 15:41:00 -07:00 committed by GitHub
parent b668614736
commit 1af6a7b4d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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