Update README.md
Browse files
README.md
CHANGED
|
@@ -12,6 +12,7 @@ datasets:
|
|
| 12 |
---
|
| 13 |
<div align="center">
|
| 14 |
<h1>Qwen-Image-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 |
|
|
@@ -169,4 +170,22 @@ for path in glob.glob('conds/*'):
|
|
| 169 |
generator=torch.Generator(device="cuda").manual_seed(42),
|
| 170 |
).images[0]
|
| 171 |
image.save(os.path.join(output_dir, image_name))
|
| 172 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
<div align="center">
|
| 14 |
<h1>Qwen-Image-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 |
|
|
|
|
| 170 |
generator=torch.Generator(device="cuda").manual_seed(42),
|
| 171 |
).images[0]
|
| 172 |
image.save(os.path.join(output_dir, image_name))
|
| 173 |
+
```
|
| 174 |
+
|
| 175 |
+
|
| 176 |
+
|
| 177 |
+
## Citation
|
| 178 |
+
|
| 179 |
+
🌟 If you find our work helpful, please consider citing our paper and leaving valuable stars
|
| 180 |
+
|
| 181 |
+
```
|
| 182 |
+
@misc{ma2025pluggablepruningcontiguouslayer,
|
| 183 |
+
title={Pluggable Pruning with Contiguous Layer Distillation for Diffusion Transformers},
|
| 184 |
+
author={Jian Ma and Qirong Peng and Xujie Zhu and Peixing Xie and Chen Chen and Haonan Lu},
|
| 185 |
+
year={2025},
|
| 186 |
+
eprint={2511.16156},
|
| 187 |
+
archivePrefix={arXiv},
|
| 188 |
+
primaryClass={cs.CV},
|
| 189 |
+
url={https://arxiv.org/abs/2511.16156},
|
| 190 |
+
}
|
| 191 |
+
```
|