Alrightlone commited on
Commit
e66bc8e
·
verified ·
1 Parent(s): 8e3049f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -1,6 +1,20 @@
1
- # OBS-Diff Structured Pruning for Stable Diffusion-xl-base-1.0
 
 
 
 
 
 
 
 
 
 
 
2
 
3
 
 
 
 
4
  ![](sdxl1.png)
5
  ![](sdxl2.png)
6
  ![](sdxl3.png)
 
1
+ ---
2
+ library_name: diffusers
3
+ pipeline_tag: text-to-image
4
+ tags:
5
+ - stable-diffusion-xl
6
+ - stable-diffusion
7
+ - text-to-image-models
8
+ - model-compression
9
+ - pruning
10
+ license: openrail++
11
+ ---
12
+
13
 
14
 
15
+ # OBS-Diff Structured Pruning for Stable Diffusion-xl-base-1.0
16
+
17
+ 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.
18
  ![](sdxl1.png)
19
  ![](sdxl2.png)
20
  ![](sdxl3.png)