File size: 189 Bytes
2f1bfbc |
1 2 3 4 5 6 7 8 9 10 11 |
---
license: apache-2.0
---
```python
from diffusers import StableDiffusionPipeline
pipe = StableDiffusionPipeline.from_pretrained("hf-internal-testing/tiny-stable-diffusion-torch")
```
|