Image-to-Image
Transformers
English
multimodal
frankzeng commited on
Commit
8af445b
Β·
verified Β·
1 Parent(s): ac70c04

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +19 -16
README.md CHANGED
@@ -2,25 +2,28 @@
2
  license: mit
3
  ---
4
 
5
- <!-- <p align="center">
6
- <img src="assets/logo.png" height=100>
7
- </p>
8
- <div align="center">
9
- <a href="https://github.com/stepfun-ai/Step1X-Edit"><img src="https://img.shields.io/static/v1?label=Step1X-Edit&message=Web&color=green"></a> &ensp;
10
- <a href="https://github.com/stepfun-ai/Step1X-Edit"><img src="https://img.shields.io/static/v1?label=Tech Report&message=Arxiv&color=red"></a> &ensp;
11
- <a href="https://github.com/stepfun-ai/Step1X-Edit"><img src="https://img.shields.io/static/v1?label=Model&message=HuggingFace&color=yellow"></a> &ensp;
12
- <a href="https://github.com/stepfun-ai/Step1X-Edit"><img src="https://img.shields.io/static/v1?label=GUI-Bench&message=HuggingFace&color=yellow"></a> &ensp;
13
- </div> -->
14
-
15
-
16
  ## πŸ”₯πŸ”₯πŸ”₯ News!!
17
- * Apr 25, 2025: πŸ‘‹ We release the evaluation code and benchmark data of Step1X-Edit. [Download](https://github.com/stepfun-ai/Step1X-Edit)
18
- * Apr 25, 2025: πŸ‘‹ We release the inference code and model weights of Step1X-Edit. [Download](https://github.com/stepfun-ai/Step1X-Edit)
19
- * Apr 25, 2025: πŸŽ‰ We have made our technical report available as open source. [Read](https://github.com/stepfun-ai/Step1X-Edit)
20
 
21
  ## Image Edit Demos
22
 
23
  <div align="center">
24
- <img width="720" alt="pipeline" src="assets/image_edit_demo.gif">
25
  <p><b>Step1X-Edit:</b> a unified image editing model performs impressively on various genuine user instructions. </p>
26
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: mit
3
  ---
4
 
 
 
 
 
 
 
 
 
 
 
 
5
  ## πŸ”₯πŸ”₯πŸ”₯ News!!
6
+ * Apr 25, 2025: πŸ‘‹ We release the evaluation code and benchmark data of Step1X-Edit. [Download GEdit-Bench](https://huggingface.co/datasets/stepfun-ai/GEdit-Bench)
7
+ * Apr 25, 2025: πŸ‘‹ We release the inference code and model weights of Step1X-Edit. [Download Step1X-Edit model](https://huggingface.co/stepfun-ai/Step1X-Edit)
8
+ * Apr 25, 2025: πŸŽ‰ We have made our technical report available as open source. [Read](https://arxiv.org/abs/2504.17761)
9
 
10
  ## Image Edit Demos
11
 
12
  <div align="center">
13
+ <img width="720" alt="demo" src="assets/image_edit_demo.gif">
14
  <p><b>Step1X-Edit:</b> a unified image editing model performs impressively on various genuine user instructions. </p>
15
+ </div>
16
+
17
+
18
+ ## Citation
19
+ ```
20
+ @misc{liu2025step1xeditpracticalframeworkgeneral,
21
+ title={Step1X-Edit: A Practical Framework for General Image Editing},
22
+ author={Shiyu Liu and Yucheng Han and Peng Xing and Fukun Yin and Rui Wang and Wei Cheng and Jiaqi Liao and Yingming Wang and Honghao Fu and Chunrui Han and Guopeng Li and Yuang Peng and Quan Sun and Jingwei Wu and Yan Cai and Zheng Ge and Ranchen Ming and Lei Xia and Xianfang Zeng and Yibo Zhu and Binxing Jiao and Xiangyu Zhang and Gang Yu and Daxin Jiang},
23
+ year={2025},
24
+ eprint={2504.17761},
25
+ archivePrefix={arXiv},
26
+ primaryClass={cs.CV},
27
+ url={https://arxiv.org/abs/2504.17761},
28
+ }
29
+ ```