tlwu's picture
update doc
befdb99
---
license: openrail++
base_model: Lykon/dreamshaper-xl-turbo
language:
- en
tags:
- stable-diffusion
- stable-diffusion-xl
- onnxruntime
- onnx
- text-to-image
---
# DreamShaper XL Turbo for ONNX Runtime CUDA provider
## Introduction
This repository hosts the optimized versions of **DreamShaper XL Turbo** to accelerate inference with ONNX Runtime CUDA execution provider.
The models are generated by [Olive](https://github.com/microsoft/Olive/tree/main/examples/stable_diffusion) with command like the following:
```
python stable_diffusion_xl.py --provider cuda --optimize --model_id Lykon/dreamshaper-xl-turbo
```