File size: 637 Bytes
de30ecd
befdb99
 
 
 
 
 
 
 
 
 
de30ecd
befdb99
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
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
```