File size: 367 Bytes
a214165
95cb484
a214165
 
95cb484
 
 
 
 
 
 
 
a214165
95cb484
a214165
95cb484
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
{}
---

    ---
    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
    ```