Update README.md
Browse files
README.md
CHANGED
|
@@ -26,14 +26,11 @@ Our model is composed of two components: the [Qwen2.5-VL-3B-Instruct](https://hu
|
|
| 26 |
|
| 27 |

|
| 28 |
|
| 29 |
-
## Performance
|
| 30 |
|
| 31 |
-
##
|
| 32 |
-

|
| 33 |
|
| 34 |
-
### Qualitative Results
|
| 35 |
-
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 |

|
| 56 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 57 |
### ImgEdit
|
| 58 |
|
| 59 |

|
|
|
|
| 26 |
|
| 27 |

|
| 28 |
|
|
|
|
| 29 |
|
| 30 |
+
## Text-to-Image Generation Performance
|
|
|
|
| 31 |
|
| 32 |
+
### Qualitative Results
|
| 33 |
+

|
|
|
|
| 34 |
|
| 35 |
### GenEval and DPG-Bench
|
| 36 |
| Method | Base (M)LLM | GenEval | DPG-Bench |
|
|
|
|
| 51 |
|
| 52 |

|
| 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 |
+

|
| 60 |
+
|
| 61 |
### ImgEdit
|
| 62 |
|
| 63 |

|