--- license: apache-2.0 tags: - comfyui --- # Depth Anything 3 Repackaged model files for ComfyUI. Original model repository: - https://github.com/ByteDance-Seed/Depth-Anything-3 - https://huggingface.co/depth-anything/DA3-BASE - https://huggingface.co/depth-anything/DA3METRIC-LARGE - https://huggingface.co/depth-anything/DA3MONO-LARGE - https://huggingface.co/depth-anything/DA3-SMALL Place the files in the following folders: ``` 📂 ComfyUI/ ├── 📂 models/ │ ├── 📂 geometry_estimation/ │ │ ├── depth_anything_3_base.safetensors │ │ ├── depth_anything_3_metric_large.safetensors │ │ ├── depth_anything_3_mono_large.safetensors │ │ └── depth_anything_3_small.safetensors ```