zzlongjuanfeng
commited on
Commit
Β·
13acc88
1
Parent(s):
ffb69f3
update readme
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ library_name: transformers
|
|
| 9 |
---
|
| 10 |
|
| 11 |
## π₯π₯π₯ News!!
|
| 12 |
-
* Jul 09, 2025: π We
|
| 13 |
- Added support for text-to-image (T2I) generation tasks
|
| 14 |
- Improved image editing quality and better instruction-following performance.
|
| 15 |
Quantitative evaluation on GEdit-Bench-EN (Full set). G_SC, G_PQ, and G_O refer to the metrics evaluated by GPT-4.1, while Q_SC, Q_PQ, and Q_O refer to the metrics evaluated by Qwen2.5-VL-72B. To facilitate reproducibility, we have released the [intermediate results](https://huggingface.co/datasets/Shiyu95/gedit_results) of our model evaluations.
|
|
@@ -28,7 +28,7 @@ library_name: transformers
|
|
| 28 |
</div>
|
| 29 |
|
| 30 |
|
| 31 |
-
## Model Usages
|
| 32 |
Install the `diffusers` package from the following command:
|
| 33 |
```bash
|
| 34 |
git clone -b step1xedit https://github.com/Peyton-Chen/diffusers.git
|
|
@@ -68,7 +68,7 @@ The results will look like:
|
|
| 68 |
|
| 69 |
|
| 70 |
|
| 71 |
-
## Model introduction
|
| 72 |
<div align="center">
|
| 73 |
<img width="720" alt="demo" src="assets/arch.png">
|
| 74 |
</div>
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
## π₯π₯π₯ News!!
|
| 12 |
+
* Jul 09, 2025: π We updated the step1x-edit model and released it as step1x-edit-v1p1:
|
| 13 |
- Added support for text-to-image (T2I) generation tasks
|
| 14 |
- Improved image editing quality and better instruction-following performance.
|
| 15 |
Quantitative evaluation on GEdit-Bench-EN (Full set). G_SC, G_PQ, and G_O refer to the metrics evaluated by GPT-4.1, while Q_SC, Q_PQ, and Q_O refer to the metrics evaluated by Qwen2.5-VL-72B. To facilitate reproducibility, we have released the [intermediate results](https://huggingface.co/datasets/Shiyu95/gedit_results) of our model evaluations.
|
|
|
|
| 28 |
</div>
|
| 29 |
|
| 30 |
|
| 31 |
+
## π§© Model Usages
|
| 32 |
Install the `diffusers` package from the following command:
|
| 33 |
```bash
|
| 34 |
git clone -b step1xedit https://github.com/Peyton-Chen/diffusers.git
|
|
|
|
| 68 |
|
| 69 |
|
| 70 |
|
| 71 |
+
## π Model introduction
|
| 72 |
<div align="center">
|
| 73 |
<img width="720" alt="demo" src="assets/arch.png">
|
| 74 |
</div>
|