File size: 445 Bytes
8671c78 |
1 2 3 4 5 6 7 8 9 10 11 |
---
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/
``` |