File size: 291 Bytes
a214165
3300443
 
 
 
 
 
a214165
 
3300443
a214165
3300443
 
a214165
3300443
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
license: mit
tags:
- pytorch
- diffusers
- unconditional-image-generation
- diffusion-model
---

## Usage

```python
from diffusers import DDPMPipeline

pipeline = DDPMPipeline.from_pretrained('WiNE-iNEFF/Minecraft-Skin-Diffusion')
image = pipeline().images[0].convert('RGBA')
image
```