WiNE-iNEFF's picture
Upload README.md with huggingface_hub
ed0e344
|
raw
history blame contribute delete
No virus
294 Bytes
metadata
license: mit
tags:
  - pytorch
  - diffusers
  - unconditional-image-generation
  - diffusion-model

Usage

from diffusers import DDPMPipeline

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