DruryXu commited on
Commit
fd0037b
·
verified ·
1 Parent(s): b6db93d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -6
README.md CHANGED
@@ -26,14 +26,11 @@ Our model is composed of two components: the [Qwen2.5-VL-3B-Instruct](https://hu
26
 
27
  ![Model](./assets/model.png)
28
 
29
- ## Performance
30
 
31
- ### Qualitative Results for Text-to-Image Task
32
- ![t2i](./assets/t2i.png)
33
 
34
- ### Qualitative Results for Image-Text-to-Image Task
35
- ![t2i](./assets/ti2i.png)
36
- **The input image is processed by the Qwen2.5-VL image encoder and then fed into the MLLM along with text and learnable queries. We use only the learnable queries, which have fused the multimodal information, as the generative condition, without directly incorporating any image VAE representations like other works. Despite this, the model still achieves promising multimodal understanding and consistency performance in Image-Text-to-Image tasks.**
37
 
38
  ### GenEval and DPG-Bench
39
  | Method | Base (M)LLM | GenEval | DPG-Bench |
@@ -54,6 +51,13 @@ Our model is composed of two components: the [Qwen2.5-VL-3B-Instruct](https://hu
54
 
55
  ![TIIF](./assets/tiif_bench.png)
56
 
 
 
 
 
 
 
 
57
  ### ImgEdit
58
 
59
  ![ImgEdit](./assets/imgedit.png)
 
26
 
27
  ![Model](./assets/model.png)
28
 
 
29
 
30
+ ## Text-to-Image Generation Performance
 
31
 
32
+ ### Qualitative Results
33
+ ![t2i](./assets/t2i.png)
 
34
 
35
  ### GenEval and DPG-Bench
36
  | Method | Base (M)LLM | GenEval | DPG-Bench |
 
51
 
52
  ![TIIF](./assets/tiif_bench.png)
53
 
54
+ ## Image Editing Performance
55
+
56
+ The input image is processed by the Qwen2.5-VL image encoder and then fed into the MLLM along with text and learnable queries. We use only the learnable queries, which have fused the multimodal information, as the generative condition, without directly incorporating any image VAE representations like other works. Despite this, the model still achieves promising multimodal understanding and consistency performance in Image Editing tasks.
57
+
58
+ ### Qualitative Results
59
+ ![t2i](./assets/ti2i.png)
60
+
61
  ### ImgEdit
62
 
63
  ![ImgEdit](./assets/imgedit.png)