Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# GPT-Image-Edit — Model Release
|
2 |
|
3 |
**Paper:** [GPT-IMAGE-EDIT-1.5M (arXiv:2507.21033)](https://arxiv.org/abs/2507.21033)
|
@@ -10,4 +21,4 @@
|
|
10 |
|----------------------|---------------------------------------------------------|
|
11 |
| `final_checkpoint/` | Final model weights for inference/sampling |
|
12 |
| `stage1_checkpoint/` | Qwen-VL → Flux connector (for Stage-2 fine-tuning) |
|
13 |
-
| `training_json/` | JSON files for training (compatible with repo dataloader) |
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- image-editing
|
5 |
+
- diffusion
|
6 |
+
- instruction-guided
|
7 |
+
library_name: diffusers
|
8 |
+
pipeline_tag: image-to-image
|
9 |
+
inference: false
|
10 |
+
---
|
11 |
+
|
12 |
# GPT-Image-Edit — Model Release
|
13 |
|
14 |
**Paper:** [GPT-IMAGE-EDIT-1.5M (arXiv:2507.21033)](https://arxiv.org/abs/2507.21033)
|
|
|
21 |
|----------------------|---------------------------------------------------------|
|
22 |
| `final_checkpoint/` | Final model weights for inference/sampling |
|
23 |
| `stage1_checkpoint/` | Qwen-VL → Flux connector (for Stage-2 fine-tuning) |
|
24 |
+
| `training_json/` | JSON files for training (compatible with repo dataloader) |
|