tlwu's picture
update doc
f22c0e9
metadata
pipeline_tag: text-to-image
license: creativeml-openrail-m
base_model: runwayml/stable-diffusion-v1-5
language:
  - en
tags:
  - stable-diffusion
  - onnxruntime
  - onnx
  - text-to-image

Stable Diffusion 1.5 for ONNX Runtime CUDA provider

Introduction

This repository hosts the optimized onnx models of Stable Diffusion 1.5 to accelerate inference with ONNX Runtime CUDA execution provider on Nvidia GPUs. It cannot run in other execution providers like CPU or DirectML.

The models are generated by Olive with command like the following:

python stable_diffusion.py --provider cuda --optimize

Model Description