File size: 359 Bytes
f982501 ee62b9b 25d204e ee62b9b |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
---
library_name: diffusers
tags:
- text-to-image
---
```python
from diffusers import DiffusionPipeline
pipe = DiffusionPipeline.from_pretrained("hf-internal-testing/tiny-stable-diffusion-xl-pipe")
```
The pipeline was created using this [Colab Notebook](https://colab.research.google.com/gist/sayakpaul/a7b986af7e9ea26562eed4ec1410d766/scratchpad.ipynb). |