Model conversion code

#1
by rupeshs - opened

Are you using PTQ for model quantization,where is the quantization code?

OpenVINO Toolkit org
β€’
edited Nov 8, 2023

It is QAT and it is here but it is outdated: https://github.com/huggingface/optimum-intel/tree/main/examples/openvino/stable-diffusion.
Working on the PTQ now which should be much easier to use and provides better results.

You can find the default version that works for LCM diffusion model here as well: https://github.com/openvinotoolkit/openvino_notebooks/blob/main/notebooks/263-latent-consistency-models-image-generation/263-latent-consistency-models-image-generation.ipynb

@AlexKoff88 Thank you

AlexKoff88 changed discussion status to closed

Sign up or log in to comment