comfyui
Depth-Anything-3 / README.md
Lexius's picture
Update README.md
c66396d verified
|
Raw
History Blame Contribute Delete
761 Bytes
---
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
```