File size: 281 Bytes
b9d5872 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
---
license: mit
tags:
- pytorch
- diffusers
- unconditional
---
used for testing not very good
## Usage
```python
from diffusers import DDPMPipeline
pipeline = DDPMPipeline.from_pretrained('YanivWeiss123/celebahq-finetuned-butterflies')
image = pipeline().images[0]
image
```
|