Lexius commited on
Commit
60cfaf0
Β·
1 Parent(s): a81dac8

Add ComfyUI model installation guide (#3)

Browse files

- Add ComfyUI model installation guide (ee86f4d4da28e43aa68de281e28e019511509da8)
- Normalize README folder tree formatting (ec375eac57286c284368589c3caa129a3ba355f7)

Files changed (1) hide show
  1. README.md +23 -1
README.md CHANGED
@@ -2,9 +2,31 @@
2
  tags:
3
  - diffusion-single-file
4
  - comfyui
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  ---
6
  [Original files](https://huggingface.co/OmniGen2/OmniGen2)
7
 
8
  ## Examples
9
 
10
- https://comfyanonymous.github.io/ComfyUI_examples/omnigen/
 
2
  tags:
3
  - diffusion-single-file
4
  - comfyui
5
+ ---
6
+ # OmniGen2
7
+
8
+ Repackaged model files for ComfyUI.
9
+
10
+ Original model repository:
11
+
12
+ - https://huggingface.co/OmniGen2/OmniGen2
13
+
14
+ Place the files in the following folders:
15
+
16
+ ```
17
+ πŸ“‚ ComfyUI/
18
+ β”œβ”€β”€ πŸ“‚ models/
19
+ β”‚ β”œβ”€β”€ πŸ“‚ diffusion_models/
20
+ β”‚ β”‚ └── omnigen2_fp16.safetensors
21
+ β”‚ β”œβ”€β”€ πŸ“‚ text_encoders/
22
+ β”‚ β”‚ └── qwen_2.5_vl_fp16.safetensors
23
+ β”‚ β”œβ”€β”€ πŸ“‚ vae/
24
+ β”‚ β”‚ └── ae.safetensors
25
+ ```
26
+
27
  ---
28
  [Original files](https://huggingface.co/OmniGen2/OmniGen2)
29
 
30
  ## Examples
31
 
32
+ https://comfyanonymous.github.io/ComfyUI_examples/omnigen/