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

Update README.md

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