Shreya Shetye
Upload README.md with huggingface_hub
53bb8c1 verified
|
raw
history blame contribute delete
No virus
188 Bytes
---
{}
---
## Usage
```python
from diffusers import DDPMPipeline
pipeline = DDPMPipeline.from_pretrained('dlcvUIUC/wuershten-checkpoint-3000-2')
image = pipeline().images[0]
image
```