Image-to-Image
Transformers
English
multimodal
Step1X-Edit / README.md
frankzeng's picture
Upload folder using huggingface_hub
da51930 verified
|
raw
history blame
2.25 kB
metadata
license: mit
language:
  - en
pipeline_tag: image-text-to-image
tags:
  - multimodal
library_name: transformers

πŸ”₯πŸ”₯πŸ”₯ News!!

  • Apr 25, 2025: πŸ‘‹ We release the inference code and model weights of Step1X-Edit. inference code
  • Apr 25, 2025: πŸŽ‰ We have made our technical report available as open source. Read

Image Edit Demos

demo

Step1X-Edit: a unified image editing model performs impressively on various genuine user instructions.

Model introduction

demo

Framework of Step1X-Edit. Step1X-Edit leverages the image understanding capabilities of MLLMs to parse editing instructions and generate editing tokens, which are then decoded into images using a DiT-based network.More details please refer to our technical report.

Benchmark

We release GEdit-Bench as a new benchmark, grounded in real-world usages is developed to support more authentic and comprehensive evaluation. This benchmark, which is carefully curated to reflect actual user editing needs and a wide range of editing scenarios, enables more authentic and comprehensive evaluations of image editing models. The evaluation process and related code can be found in GEdit-Bench/EVAL.md. Part results of the benchmark are shown below:

results

Citation

@article{liu2025step1x-edit,
      title={Step1X-Edit: A Practical Framework for General Image Editing}, 
      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},
      journal={arXiv preprint arXiv:2504.17761},
      year={2025}
}