CodeWay / README.md
22Plaruno's picture
Update README.md
0cc4a78
---
license: mit
tags:
- pytorch
- diffusers
- unconditional-image-generation
- diffusion-models-class
---
## Usage
```python
from diffusers import DDPMPipeline
pipeline = DDPMPipeline.from_pretrained('22Plaruno/CodeWay')
image = pipeline().images[0]
image
```