YanivWeiss123's picture
Upload README.md with huggingface_hub
b9d5872
|
raw
history blame contribute delete
No virus
281 Bytes
---
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
```