license: openrail++ | |
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. | |
The command used for the compilation: | |
```bash | |
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/ | |
``` |