kazssym commited on
Commit
0dc929f
·
1 Parent(s): 22d9807

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
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
+ ```