--- license: apache-2.0 base_model: Baidu/ERNIE-Image pipeline_tag: text-to-image library_name: diffusers tags: - text-to-image - diffusers - safetensors - ernie-image - sdnq - quantized --- # ERNIE-Image SDNQ Dynamic INT8 This is an int8 quantized version of [Baidu/ERNIE-Image](https://huggingface.co/Baidu/ERNIE-Image) using [SDNQ](https://github.com/Disty0/sdnq) (SD.Next Quantization) with the dynamic option. ## Usage You can find ready-to-use scripts in the [diffusers-recipes](https://github.com/asomoza/diffusers-recipes/blob/main/models/ernie_image/README.md) repository.