comfyui

Add ComfyUI model installation guide

#2
by Lexius - opened
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -6,18 +6,20 @@ tags:
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
 
15
- Place the file(s) in the following folders:
16
 
17
- ```
18
  πŸ“‚ ComfyUI/
19
  β”œβ”€β”€ πŸ“‚ models/
20
  β”‚ β”œβ”€β”€ πŸ“‚ geometry_estimation/
21
  β”‚ β”‚ β”œβ”€β”€ moge_1_vitl_fp16.safetensors
22
  β”‚ β”‚ └── moge_2_vitl_normal_fp16.safetensors
23
- ```
 
6
 
7
  # MoGe: Accurate Monocular Geometry Estimation
8
 
9
+ Repackaged model files for ComfyUI.
10
+
11
  Original model repository:
12
 
13
  - https://github.com/microsoft/moge
14
  - https://huggingface.co/Ruicheng/moge-vitl
15
  - https://huggingface.co/Ruicheng/moge-2-vitl
16
 
17
+ Place the files in the following folders:
18
 
19
+ ```text
20
  πŸ“‚ ComfyUI/
21
  β”œβ”€β”€ πŸ“‚ models/
22
  β”‚ β”œβ”€β”€ πŸ“‚ geometry_estimation/
23
  β”‚ β”‚ β”œβ”€β”€ moge_1_vitl_fp16.safetensors
24
  β”‚ β”‚ └── moge_2_vitl_normal_fp16.safetensors
25
+ ```