File size: 385 Bytes
c5d7e32
0d2387d
 
c5d7e32
 
22d9807
 
 
0dc929f
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
tags:
  - text-to-image
license: openrail++
---

This model is a copy of [stabilityai/stable-diffusion-2-1](https://huggingface.co/stabilityai/stable-diffusion-2-1) personally converted into ONNX.
It is not for wide use.

Converted as below.

```sh
python convert_stable_diffusion_checkpoint_to_onnx.py --model_path stable-diffusion-2-1 --output_path stable-diffusion-2-1-onnx
```