Lexius commited on
Commit
736081a
Β·
verified Β·
1 Parent(s): f8bf7c6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -1,13 +1,14 @@
1
  ---
2
- license: other
3
  tags:
4
  - comfyui
5
  ---
6
 
7
- # MoGE 1 and 2
8
 
9
  Original model repository:
10
 
 
11
  - https://huggingface.co/Ruicheng/moge-vitl
12
  - https://huggingface.co/Ruicheng/moge-2-vitl
13
 
@@ -17,6 +18,6 @@ Place the file(s) in the following folders:
17
  πŸ“‚ ComfyUI/
18
  β”œβ”€β”€ πŸ“‚ models/
19
  β”‚ β”œβ”€β”€ πŸ“‚ moge/
20
- β”‚ β”‚ β”œβ”€β”€ moge-1-vitl_fp16.safetensors
21
- β”‚ β”‚ β”œβ”€β”€ moge-2-vitl-normal_fp16.safetensors
22
  ```
 
1
  ---
2
+ license: mit
3
  tags:
4
  - comfyui
5
  ---
6
 
7
+ # MoGe: Accurate Monocular Geometry Estimation
8
 
9
  Original model repository:
10
 
11
+ - https://github.com/microsoft/moge
12
  - https://huggingface.co/Ruicheng/moge-vitl
13
  - https://huggingface.co/Ruicheng/moge-2-vitl
14
 
 
18
  πŸ“‚ ComfyUI/
19
  β”œβ”€β”€ πŸ“‚ models/
20
  β”‚ β”œβ”€β”€ πŸ“‚ moge/
21
+ β”‚ β”‚ β”œβ”€β”€ moge_1_vitl_fp16.safetensors
22
+ β”‚ β”‚ └── moge_2_vitl_normal_fp16.safetensors
23
  ```