kazssym's picture
Update README.md
0d2387d
---
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
```