Image-to-Image
Transformers
Safetensors
wyhhey commited on
Commit
ef4b5f4
·
verified ·
1 Parent(s): 03aafea

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # GPT-Image-Edit — Model Release
2
+
3
+ **Paper:** [GPT-IMAGE-EDIT-1.5M (arXiv:2507.21033)](https://arxiv.org/abs/2507.21033)
4
+ **Code:** [wyhlovecpp/GPT-Image-Edit](https://github.com/wyhlovecpp/GPT-Image-Edit)
5
+ **Data:** [UCSC-VLAA/GPT-Image-Edit-1.5M](https://huggingface.co/datasets/UCSC-VLAA/GPT-Image-Edit-1.5M)
6
+
7
+ ## 📦 Repository Structure
8
+
9
+ | Folder | Description |
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) |