Update README.md
Browse files
README.md
CHANGED
|
@@ -14,25 +14,36 @@ license: openrail++
|
|
| 14 |
|
| 15 |
# OBS-Diff Structured Pruning for Stable Diffusion-xl-base-1.0
|
| 16 |
|
| 17 |
-
<
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
|
| 37 |
OBS-Diff-SDXL provides a collection of structured-pruned checkpoints for the Stable Diffusion XL (SDXL) base model, compressed using the OBS-Diff framework. By leveraging an efficient one-shot pruning algorithm, this model significantly reduces the parameter count of the UNet while maintaining high-fidelity image generation capabilities. The provided variants cover a sparsity range from 10% to 30%, offering a trade-off between model size and performance.
|
| 38 |

|
|
|
|
| 14 |
|
| 15 |
# OBS-Diff Structured Pruning for Stable Diffusion-xl-base-1.0
|
| 16 |
|
| 17 |
+
<div style="
|
| 18 |
+
display: flex;
|
| 19 |
+
flex-wrap: wrap;
|
| 20 |
+
align-items: flex-start;
|
| 21 |
+
gap: 20px;
|
| 22 |
+
border: 1px solid #e0e0e0;
|
| 23 |
+
padding: 20px;
|
| 24 |
+
border-radius: 10px;
|
| 25 |
+
margin-bottom: 20px;
|
| 26 |
+
background-color: #fff;
|
| 27 |
+
">
|
| 28 |
+
|
| 29 |
+
<div style="flex: 1; min-width: 280px; max-width: 100%;">
|
| 30 |
+
<img src="teaser.jpg" alt="OBS-Diff" style="width: 100%; height: auto; border-radius: 5px;" />
|
| 31 |
+
</div>
|
| 32 |
+
|
| 33 |
+
<div style="flex: 2; min-width: 300px;">
|
| 34 |
+
<h4 style="margin-top: 0;">✂️ <a href="https://alrightlone.github.io/OBS-Diff-Webpage/">OBS-Diff: Accurate Pruning for Diffusion Models in One-Shot</a></h4>
|
| 35 |
+
<p>
|
| 36 |
+
<em><b>Junhan Zhu</b>, Hesong Wang, Mingluo Su, Zefang Wang, Huan Wang*</em>
|
| 37 |
+
<br>
|
| 38 |
+
<a href="https://arxiv.org/abs/2510.06751"><img src="https://img.shields.io/badge/Preprint-arXiv-b31b1b.svg?style=flat-square"></a>
|
| 39 |
+
<a href="https://github.com/Alrightlone/OBS-Diff"><img src="https://img.shields.io/github/stars/Alrightlone/OBS-Diff?style=flat-square&logo=github"></a>
|
| 40 |
+
</p>
|
| 41 |
+
<p>
|
| 42 |
+
The <b>first training-free, one-shot pruning framework</b> for Diffusion Models, supporting diverse architectures and pruning granularities. Uses Optimal Brain Surgeon (OBS) to achieve <b>SOTA</b> compression with high generative quality.
|
| 43 |
+
</p>
|
| 44 |
+
</div>
|
| 45 |
+
|
| 46 |
+
</div></div>
|
| 47 |
|
| 48 |
OBS-Diff-SDXL provides a collection of structured-pruned checkpoints for the Stable Diffusion XL (SDXL) base model, compressed using the OBS-Diff framework. By leveraging an efficient one-shot pruning algorithm, this model significantly reduces the parameter count of the UNet while maintaining high-fidelity image generation capabilities. The provided variants cover a sparsity range from 10% to 30%, offering a trade-off between model size and performance.
|
| 49 |

|