Instructions to use Comfy-Org/Omnigen2_ComfyUI_repackaged with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use Comfy-Org/Omnigen2_ComfyUI_repackaged with Diffusion Single File:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Add ComfyUI model installation guide (#3)
Browse files- Add ComfyUI model installation guide (ee86f4d4da28e43aa68de281e28e019511509da8)
- Normalize README folder tree formatting (ec375eac57286c284368589c3caa129a3ba355f7)
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/
|