--- license: apache-2.0 --- # stable-diffusion-v1-5-mnn ## 介绍(Introduction) 此模型是使用[mnn-diifusion-export](https://github.com/alibaba/MNN/tree/master/transformers/diffusion/export)从[stable-diffusion-v1-5](https://huggingface.co/stable-diffusion-v1-5/stable-diffusion-v1-5/tree/main)导出的8bit量化版本的MNN模型。 ```python # 适用所有MNN后端推理 python3 convert_mnn.py onnx_path mnn_save_path "--weightQuantBits=8" ```