comfyui
Lexius commited on
Commit
c66396d
Β·
verified Β·
1 Parent(s): 5d66551

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md CHANGED
@@ -1,3 +1,29 @@
1
  ---
2
  license: apache-2.0
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ tags:
4
+ - comfyui
5
  ---
6
+
7
+ # Depth Anything 3
8
+
9
+ Repackaged model files for ComfyUI.
10
+
11
+ Original model repository:
12
+
13
+ - https://github.com/ByteDance-Seed/Depth-Anything-3
14
+ - https://huggingface.co/depth-anything/DA3-BASE
15
+ - https://huggingface.co/depth-anything/DA3METRIC-LARGE
16
+ - https://huggingface.co/depth-anything/DA3MONO-LARGE
17
+ - https://huggingface.co/depth-anything/DA3-SMALL
18
+
19
+ Place the files in the following folders:
20
+
21
+ ```
22
+ πŸ“‚ ComfyUI/
23
+ β”œβ”€β”€ πŸ“‚ models/
24
+ β”‚ β”œβ”€β”€ πŸ“‚ geometry_estimation/
25
+ β”‚ β”‚ β”œβ”€β”€ depth_anything_3_base.safetensors
26
+ β”‚ β”‚ β”œβ”€β”€ depth_anything_3_metric_large.safetensors
27
+ β”‚ β”‚ β”œβ”€β”€ depth_anything_3_mono_large.safetensors
28
+ β”‚ β”‚ └── depth_anything_3_small.safetensors
29
+ ```