XinyuYe commited on
Commit
91446bd
1 Parent(s): 22f71e6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -1,3 +1,12 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ # Distillation for quantization on Textual Inversion models to personalize text2image with Intel® Neural Compressor
5
+
6
+ <p float="left">
7
+ <img src="FP32.png" width = "300" height = "300" alt="FP32" align=center />
8
+ <img src="INT8.png" width = "300" height = "300" alt="INT8" align=center />
9
+ </p>
10
+ Left image is generated from the FP32 finetuned stable diffusion model, right image is generated from the INT8 stable diffusion model which is quantized from the FP32 model by distillation for quantization approach.
11
+ <br>
12
+ Please refer to this [example](https://github.com/intel/neural-compressor/tree/master/examples/pytorch/diffusion_model/diffusers/textual_inversion/distillation_for_quantization) of Intel® Neural Compressor for more detail.