Add ComfyUI model installation guide
#2
by Lexius - opened
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
|
| 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 |
+
```
|