comfyui
File size: 761 Bytes
5d66551
 
c66396d
 
5d66551
c66396d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
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
```