Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,22 @@
|
|
| 1 |
---
|
|
|
|
| 2 |
tags:
|
| 3 |
- comfyui
|
| 4 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
|
| 14 |
+
Place the file(s) in the following folders:
|
| 15 |
+
|
| 16 |
+
```
|
| 17 |
+
π ComfyUI/
|
| 18 |
+
βββ π models/
|
| 19 |
+
β βββ π moge/
|
| 20 |
+
β β βββ moge-1-vitl_fp16.safetensors
|
| 21 |
+
β β βββ moge-2-vitl-normal_fp16.safetensors
|
| 22 |
+
```
|