Update README.md
Browse files
README.md
CHANGED
@@ -4,3 +4,9 @@ license: openrail++
|
|
4 |
|
5 |
This model is a copy of [stabilityai/stable-diffusion-2-1](https://huggingface.co/stabilityai/stable-diffusion-2-1) personally converted into ONNX.
|
6 |
It is not for wide use.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
|
5 |
This model is a copy of [stabilityai/stable-diffusion-2-1](https://huggingface.co/stabilityai/stable-diffusion-2-1) personally converted into ONNX.
|
6 |
It is not for wide use.
|
7 |
+
|
8 |
+
Converted as below.
|
9 |
+
|
10 |
+
```sh
|
11 |
+
python convert_stable_diffusion_checkpoint_to_onnx.py --model_path stable-diffusion-2-1 --output_path stable-diffusion-2-1-onnx
|
12 |
+
```
|