Jingya HF staff commited on
Commit
8671c78
1 Parent(s): 153465c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -1,3 +1,11 @@
1
- ---
2
- license: openrail++
3
- ---
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: openrail++
3
+ ---
4
+
5
+ Models under this repository are compiled from [stabilityai/stable-diffusion-2-1-base](https://huggingface.co/stabilityai/stable-diffusion-2-1-base) with Neuron SDK 2.20.0.
6
+
7
+ The command used for the compilation:
8
+
9
+ ```bash
10
+ optimum-cli export neuron --model stabilityai/stable-diffusion-2-1-base --batch_size 1 --height 512 --width 512 --auto_cast matmul --auto_cast_type bf16 --num_images_per_prompt 1 sd21_neuron/
11
+ ```