WiNE-iNEFF's picture
Upload README.md with huggingface_hub
b46e0da
|
raw
history blame
No virus
294 Bytes
---
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-V3')
image = pipeline().images[0].convert('RGBA')
image
```