File size: 718 Bytes
150a885
998f2b3
 
 
 
 
 
 
 
 
 
150a885
998f2b3
 
 
 
 
 
 
 
 
 
 
 
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: stablediffusionapi/juggernaut-xl-v7
language:
  - en
tags:
  - stable-diffusion
  - stable-diffusion-xl
  - onnxruntime
  - onnx
  - text-to-image
---


# Juggernaut XL v7 for ONNX Runtime CUDA provider

## Introduction

This repository hosts the optimized versions of **Juggernaut XL v7** to accelerate inference with ONNX Runtime CUDA execution provider for Nvidia GPUs. It cannot run in other providers like CPU or DirectML.

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 stablediffusionapi/juggernaut-xl-v7
```