File size: 466 Bytes
941aa78
 
 
 
3edb913
 
 
 
941aa78
 
a0c7436
 
941aa78
 
 
 
 
 
 
 
 
 
0bcb402
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
license: mit
tags:
- pytorch
pipeline_tag: unconditional-image-generation
datasets:
- huggan/pokemon
library_name: diffusers
---

Ref. [Denoising Diffusion Probabilistic Models](https://arxiv.org/abs/2006.11239)

Model for generating new *mutated* pokemons! (lame though 🥲)

## Usage

```python
from diffusers import DDPMPipeline

pipeline = DDPMPipeline.from_pretrained('adarksky/pokemon-DDPM')
image = pipeline().images[0]
image
```

Use `diffusers==0.30.2`