256umaenew / README.md
Ketansomewhere's picture
Upload README.md with huggingface_hub
42d9610 verified
---
license: mit
tags:
- pytorch
- diffusers
- unconditional-image-generation
- diffusion-models-class
---
# Model Card for Unit 1 of the [Diffusion Models Class 🧨](https://github.com/huggingface/diffusion-models-class)
This model is a diffusion model for unconditional image generation of cute .
## Usage
```python
from diffusers import DDPMPipeline
pipeline = DDPMPipeline.from_pretrained('Ketansomewhere/256umaenew')
image = pipeline().images[0]
image
```