Kijai commited on
Commit
a945c42
Β·
verified Β·
1 Parent(s): 06afd86

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -1
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
+ ```