File size: 229 Bytes
580d4db
 
 
7bde0f7
 
28c5fbe
7bde0f7
28c5fbe
 
7bde0f7
 
1
2
3
4
5
6
7
8
9
10
11
12
---
license: apache-2.0
---

```python
from optimum.intel.openvino import OVStableDiffusionPipeline

model_id = "hf-internal-testing/tiny-stable-diffusion-openvino"
pipe = OVStableDiffusionPipeline.from_pretrained(model_id)
```