Skip to content

Commit 0abb6d7

Browse files
Omnigen2 example.
1 parent 2b87d86 commit 0abb6d7

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ Here are some more advanced examples:
6060

6161
[Edit/InstructPix2Pix Models](edit_models)
6262

63+
[Omnigen2](omnigen)
64+
6365
[Stable Video Diffusion](video)
6466

6567
[Mochi](mochi)

omnigen/README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Omnigen 2
2+
3+
[Omnigen 2](https://github.com/VectorSpaceLab/OmniGen2) is a model that can be used to edit images with text prompts.
4+
5+
## Files to Download
6+
7+
You will first need:
8+
9+
[omnigen2_fp16.safetensors](https://huggingface.co/Comfy-Org/Omnigen2_ComfyUI_repackaged/blob/main/split_files/diffusion_models/omnigen2_fp16.safetensors) goes in: ComfyUI/models/diffusion_models/
10+
11+
[qwen_2.5_vl_fp16.safetensors](https://huggingface.co/Comfy-Org/Omnigen2_ComfyUI_repackaged/blob/main/split_files/text_encoders/qwen_2.5_vl_fp16.safetensors) goes in: ComfyUI/models/text_encoders/
12+
13+
[ae.safetensors](https://huggingface.co/Comfy-Org/Omnigen2_ComfyUI_repackaged/blob/main/split_files/vae/ae.safetensors), this is the flux VAE that you might already have, it goes in: ComfyUI/models/vae/
14+
15+
## Workflows
16+
17+
This is a basic workflow using an image as a character reference. For multiple image inputs chain ReferenceLatent nodes together
18+
19+
![Example](omnigen2_example.png)
20+
21+
You can load this image in [ComfyUI](https://github.com/comfyanonymous/ComfyUI) to get the full workflow.
22+
23+
You can find the input image [here](../chroma/fennec_girl_sing.png)
24+

omnigen/omnigen2_example.png

1.19 MB
Loading

0 commit comments

Comments
 (0)