Alrightlone commited on
Commit
a1413c8
·
verified ·
1 Parent(s): dbfd2aa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -19
README.md CHANGED
@@ -14,25 +14,36 @@ license: openrail++
14
 
15
  # OBS-Diff Structured Pruning for Stable Diffusion-xl-base-1.0
16
 
17
- <table>
18
- <tr>
19
- <td width="30%">
20
- <img src="teaser.jpg" alt="OBS-Diff" width="100%" />
21
- </td>
22
- <td width="70%">
23
- <h4>✂️ <a href="https://alrightlone.github.io/OBS-Diff-Webpage/">OBS-Diff: Accurate Pruning for Diffusion Models in One-Shot</a></h4>
24
- <p>
25
- <em><b>Junhan Zhu</b>, Hesong Wang, Mingluo Su, Zefang Wang, Huan Wang*</em>
26
- <br>
27
- <a href="https://arxiv.org/abs/2510.06751"><img src="https://img.shields.io/badge/Preprint-arXiv-b31b1b.svg?style=flat-square"></a>
28
- <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>
29
- </p>
30
- <p>
31
- 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.
32
- </p>
33
- </td>
34
- </tr>
35
- </table>
 
 
 
 
 
 
 
 
 
 
 
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
  ![](sdxl1.png)
 
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
  ![](sdxl1.png)