Update README.md
Browse files
README.md
CHANGED
|
@@ -12,6 +12,7 @@ datasets:
|
|
| 12 |
---
|
| 13 |
<div align="center">
|
| 14 |
<h1>Qwen-Image-Edit-Pruning</h1>
|
|
|
|
| 15 |
<a href='https://github.com/OPPO-Mente-Lab/Qwen-Image-Pruning'><img src="https://img.shields.io/badge/GitHub-OPPOer-blue.svg?logo=github" alt="GitHub"></a>
|
| 16 |
</div>
|
| 17 |
|
|
@@ -96,4 +97,21 @@ with torch.inference_mode():
|
|
| 96 |
output_image = output.images[0]
|
| 97 |
output_image.save("output_image_edit_plus.png")
|
| 98 |
print("image saved at", os.path.abspath("output_image_edit_plus.png"))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 99 |
```
|
|
|
|
| 12 |
---
|
| 13 |
<div align="center">
|
| 14 |
<h1>Qwen-Image-Edit-Pruning</h1>
|
| 15 |
+
<a href='https://arxiv.org/abs/2511.16156'><img src='https://img.shields.io/badge/arXiv-2508.07607-b31b1b.svg'></a>
|
| 16 |
<a href='https://github.com/OPPO-Mente-Lab/Qwen-Image-Pruning'><img src="https://img.shields.io/badge/GitHub-OPPOer-blue.svg?logo=github" alt="GitHub"></a>
|
| 17 |
</div>
|
| 18 |
|
|
|
|
| 97 |
output_image = output.images[0]
|
| 98 |
output_image.save("output_image_edit_plus.png")
|
| 99 |
print("image saved at", os.path.abspath("output_image_edit_plus.png"))
|
| 100 |
+
```
|
| 101 |
+
|
| 102 |
+
|
| 103 |
+
## Citation
|
| 104 |
+
|
| 105 |
+
🌟 If you find our work helpful, please consider citing our paper and leaving valuable stars
|
| 106 |
+
|
| 107 |
+
```
|
| 108 |
+
@misc{ma2025pluggablepruningcontiguouslayer,
|
| 109 |
+
title={Pluggable Pruning with Contiguous Layer Distillation for Diffusion Transformers},
|
| 110 |
+
author={Jian Ma and Qirong Peng and Xujie Zhu and Peixing Xie and Chen Chen and Haonan Lu},
|
| 111 |
+
year={2025},
|
| 112 |
+
eprint={2511.16156},
|
| 113 |
+
archivePrefix={arXiv},
|
| 114 |
+
primaryClass={cs.CV},
|
| 115 |
+
url={https://arxiv.org/abs/2511.16156},
|
| 116 |
+
}
|
| 117 |
```
|